Pinned Repositories
AndroidExpenseTracking
The mobile expense tracking is built with Android Studio and Java. The app features password complexity and encryption. The app also allows multiple users to get access to the resource. Its function is fairly simple, Expense Tracking allows user to enter their expense in that month. Users can add items to the app and track how much and what they spend on that month. The app uses SQLite as its database. and content is stored directly on the phone.
FraudTransDetection
The project focus on creating Fraud Detection Application to detect fraudulent credit card transactions. My application will be built from various data mining and model prediction methods. The combination of them will increase the change to prevent fraud detection. The disadvantage of this is the response time to end-users as many layers of detection will add more execution time to application O(log(n)).
KalmanFilter
Kalman filters are good at taking noisy sensor data and smoothing out the data to make more accurate predictions.
MyAIStuff
knowledge base and use case collection for data science, data visualization, and machine learning applications using R, Python, and other tools
MyCeePlusPlusKB
C++ knowledge base for data structure, design patterns, micro-services and multithreaded
ProblemSolvingKB
Knowledge base of fundamental problem-solving, syntax, web applications, and automations.
Process_Sync_and_MultiThread_Optimization_using_Java
Research paper on Multi-Threading vs. Multi-Processing applies to Operating System & Application. The research analyzes the fundamental of multiprocess and multithreading programming. The report paper also explains the basics of how operating system functions, and OS Scheduler Algorithms. I also implement the Producer-Consumer Problem using Conditional Variables to explain. This is not a full program. The research paper can be used as a good fundamental for Multithreading Engineers or embedded System Engineers.
ShortestPathPlanner
Implementation of the A* Search Algorithm. The application will implement a Google-maps-style route planner.
TaskTracker
The Team Task Tracker allows multiple users to get access to a list of activity that needs to be completed. Member can assign tasks by simply typing their name (or coworker) and adding the task to the task list (SQL Server Implementation). This is implemented as a WEB API architecture. The sever-backend is written in C#. Implement the .NET framework so that the architecture can handle multiple users without false, and save a lot of time of writing code. The architecture is fairly simple. Users get access to web clients through any web browser (with the correct address). Users then can send REQUEST to the backend, or simply view what is in the task list. After the backend-sever receive HTTP request(insert, update, delete, view) from the clients, it processes the request and communicates with the Data Access Layer(SQL Server). SQL Server decides what to do with the request (read, write, search, view), complete, and report to the backend controller. controller confirms the clients' request is completed(satisfy) and sends the HTTP response back. Please refer to the UML Diagram for more details.
WorkforceAnalyst
The project aims to solve one of the most challenging problems of the workforce. Find the best opportunity for candidates based on their resumes. The application also aims to prepare users with better knowledge of career improvement by getting career knowledge from career experts.
jackyhuynh's Repositories
jackyhuynh/MyCeePlusPlusKB
C++ knowledge base for data structure, design patterns, micro-services and multithreaded
jackyhuynh/KalmanFilter
Kalman filters are good at taking noisy sensor data and smoothing out the data to make more accurate predictions.
jackyhuynh/ShortestPathPlanner
Implementation of the A* Search Algorithm. The application will implement a Google-maps-style route planner.
jackyhuynh/TaskTracker
The Team Task Tracker allows multiple users to get access to a list of activity that needs to be completed. Member can assign tasks by simply typing their name (or coworker) and adding the task to the task list (SQL Server Implementation). This is implemented as a WEB API architecture. The sever-backend is written in C#. Implement the .NET framework so that the architecture can handle multiple users without false, and save a lot of time of writing code. The architecture is fairly simple. Users get access to web clients through any web browser (with the correct address). Users then can send REQUEST to the backend, or simply view what is in the task list. After the backend-sever receive HTTP request(insert, update, delete, view) from the clients, it processes the request and communicates with the Data Access Layer(SQL Server). SQL Server decides what to do with the request (read, write, search, view), complete, and report to the backend controller. controller confirms the clients' request is completed(satisfy) and sends the HTTP response back. Please refer to the UML Diagram for more details.
jackyhuynh/WorkforceAnalyst
The project aims to solve one of the most challenging problems of the workforce. Find the best opportunity for candidates based on their resumes. The application also aims to prepare users with better knowledge of career improvement by getting career knowledge from career experts.
jackyhuynh/AlgorithmAnalystAndDesign
Concepts and properties of algorithms; the role of algorithms in problem-solving; key problem-solving strategies; separation of behavior and implementation
jackyhuynh/MyJournal
Just my personal portfolio. Custom template for a personal profile. The design was original from Dr.Angela: 100 Days Of Code.
jackyhuynh/ComputerVision
Knowledge base covering fundamental computer vision, image classification, and related topics.
jackyhuynh/DataTidy
data mining using python
jackyhuynh/DayNightClassifier
This is a self-driving car image classifier series. I'd like to build a classifier that can accurately label these images as day or night, and that relies on finding distinguishing features between the two types of images!
jackyhuynh/DeepLearning
Material is from www.udemy.com/course/deeplearning
jackyhuynh/EvaluationMetric
Evaluating classifier using Python focus on evaluation metrics and hyperparameter turning
jackyhuynh/GraphTraverse
application demonstrate the ability to calculate the shortest path between 2 cities using Python networkx.
jackyhuynh/HighPassFilter
This is a serial of Self-Driving Car technology. High-pass filters detect big changes in intensity over a small area, and patterns of intensity can be best seen in a grayscale image.
jackyhuynh/ImageClassifierBasicOpenCV
This is a serial of Self-Driving Car technology (the image classifier using Open CV). This repo. include small applications for image identifier, sorting, resize, modify, store, and step by step to build the whole image classifier for the self-driving cars' sensor.
jackyhuynh/ManifestGenerator
Manifest Generator create the custom template manifest to enable build automation in the CI/CD pipelines
jackyhuynh/MyAIStuff
knowledge base and use case collection for data science, data visualization, and machine learning applications using R, Python, and other tools
jackyhuynh/MyBusinessCard
Business cards
jackyhuynh/MyDevKB
The handbook presents the common forms of the software life cycle, which are used throughout the commercial, industrial, institutional, and even governmental communities when a single development effort is appropriate and military standards or other government standards are not mandated.
jackyhuynh/MyTestingKB
This guide explores the essential strategies, tools, and methodologies for effective software testing. It covers different types of testing, popular testing tools, and methodologies to ensure software reliability and quality.
jackyhuynh/MyUserDesignKB
Knowledge base for User Interaction and User Design
jackyhuynh/Portfolio
My Portfolio
jackyhuynh/ProbabilityInRobotic
Probability is fundamental to the Robotic movement. As humans, we solve these probabilities in a variety of ways.
jackyhuynh/ProblemSolvingKB
Knowledge base of fundamental problem-solving, syntax, web applications, and automations.
jackyhuynh/RegistrationManagement
This system simulates real-world registration processes while incorporating key concepts of data structure management. It is designed as an educational tool to provide data science students with practical experience in handling complex data structures.
jackyhuynh/ScienceBlog
Research paper on how digital devices impact children's activities. This is a simple blog website built with HTML and CSS. There is not any advance featured is used in this website, but the material is quite interesting to me.
jackyhuynh/SystemDesign101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
jackyhuynh/TrafficLightClassifier
Traffic Light Classifiers use computer vision techniques to build a classifier for images of traffic lights! The given dataset of traffic light images in which one of three lights is illuminated: red, yellow, or green.
jackyhuynh/MyPythonKB
My Python Knowledge Base
jackyhuynh/OrangeFrontend
Frontend of Orange API