DuyNguyenPhuong
I am a Computer Science and Mathematics student, and I am interested in Finance, Competitive Programming, and Machine Learning
MicrosoftSeattle
Pinned Repositories
AI_Chess_Player_By_Minimax_Algorithm
Applying AI algorithm Minimax to train machine to beat chess game
Built-Operating-System-from-Scratch
Build a Computer From Scratch using Low-level Language
Competitive-Programming
Solution to Kattis and Codeforce Problem
CustomShell
Build a custom Shell in C with function similar to original shell such as file management, redirection, or handling signal
DuyNguyenPhuong
This is my Description Repository
Empirical-Measurement-of-Cache-and-Translation-Look-aside-Buffer
Comprehensive study to measure empirically the Translation Look-aside Buffer (TLB) and cache sizes in modern CPUs by developing a program that mimics the process of accessing element
Machine-Learning-for-Comment-Classification
Long short-term memory (LSTM) model - 95% accuracy - Filters harmful comments out of user’s community
Operating_System_OSV
Implement vital system calls and process functionalities to enable robust multiprocessing
Shopping-List-App-by-Kotlin
When I traveled to Santorini, I was motivated to create a Mobile App to keep track of my to do list by Kotlin and TypeORM
Word-Cloud-Generator-by-Java
This project creates a word cloud from a text file. It allows the user to specify how many words they want to see, and then the word cloud scales the each individual word's size relative to how many times it appears in the text.
DuyNguyenPhuong's Repositories
DuyNguyenPhuong/Built-Operating-System-from-Scratch
Build a Computer From Scratch using Low-level Language
DuyNguyenPhuong/Competitive-Programming
Solution to Kattis and Codeforce Problem
DuyNguyenPhuong/DuyNguyenPhuong
This is my Description Repository
DuyNguyenPhuong/AI_Chess_Player_By_Minimax_Algorithm
Applying AI algorithm Minimax to train machine to beat chess game
DuyNguyenPhuong/CallBill
An API by Nest.Js that calculated your phone bill. In country such as Vietnam, call bill are calculated based on the minutes of the phone call!
DuyNguyenPhuong/Contruct-High-level-language-libraries
While Python is famous for data analyzing, with many tools and libraries. Many of library contains built-in modules written in C. In this project, I recreated those libraries from scratch for users to understand how these libraries actually works through Comparable Class, Double Linked Listed, Hashmap,...
DuyNguyenPhuong/Deep-Learning-Neural-Networks
This projects is collections of my Deep Learning Projects I did using Tensorflow and Keras. I hope you can see some useful documents
DuyNguyenPhuong/Emergency-Alert-Global-Version
You are walking in a beautiful street in Rome and suddenly you got rob? What will you do? Search the internet to find the police number? No thank you. Here comes Emergency Alert Global Verion, a mobile application that automatically call the police number based on your location. And you can activate it by saying a specific word.
DuyNguyenPhuong/Empirical-Measurement-of-Cache-and-Translation-Look-aside-Buffer
Comprehensive study to measure empirically the Translation Look-aside Buffer (TLB) and cache sizes in modern CPUs by developing a program that mimics the process of accessing element
DuyNguyenPhuong/Machine-Learning-Project
This repository is listed of my Machine Learning Projects. Although each projects is not big, its topic ranges from Linear Regression to Natural Language Processing. I hope this will be useful for you.
DuyNguyenPhuong/Path-Finder-App-with-Dijkstra-algorithm
Get lost at the middle of the traffic? No problem, here comes Path Finder App. By using Dijkstra's algorithm is App will automatically generate the most optimal route for user to get to the destination.
DuyNguyenPhuong/Program-Runtime-Analyzer
When doing Competitive Programming, you come up with 2 approaches even in the same Big O notation but don't know which one is better? Here comes Program Runtime Analyzer! This program will analyze your runtime through randomization by millisecond to conclude which algorithms is actually better.
DuyNguyenPhuong/Quizlet-2.0
Tired of studying and don't have money for Quizlet? Let's use Quizlet 2.0, which is not only free but has more features that Quizlet
DuyNguyenPhuong/AI_Compare_Informed_and_Uninform_Search_Runtime
DuyNguyenPhuong/AI_Iterative_Deepening_Search
DuyNguyenPhuong/Best-README-Template
An awesome README template to jumpstart your projects!
DuyNguyenPhuong/Calculator-Mobile-Application
DuyNguyenPhuong/Dataset-Extraction-and-Displayer
DuyNguyenPhuong/Deep-Learning-Classify-Image-Using-CNN
Training Convolutional Neural Network (CNN) using Keras Sequential API
DuyNguyenPhuong/NFL_Champion_Prediction
DuyNguyenPhuong/Operating_System_OSV
Implement vital system calls and process functionalities to enable robust multiprocessing
DuyNguyenPhuong/prep-portfolio-23.APR.PREP.2
MLH Prep Portfolio for Pod 23.APR.PREP.2
DuyNguyenPhuong/AI_Propositional_Logic_Solver
DuyNguyenPhuong/CustomShell
Build a custom Shell in C with function similar to original shell such as file management, redirection, or handling signal
DuyNguyenPhuong/DataVisualization_App
DuyNguyenPhuong/MachineLearning_KNN_Classification
DuyNguyenPhuong/Building-Hacking-Tools-From-Scratch
DuyNguyenPhuong/Profolio-Website
DuyNguyenPhuong/Stock-Machine-Learning-Model
DuyNguyenPhuong/Study-Of-Programming-Language