About Me
- Hi, I’m Vincent Diep!
- The purpose of this site is to showcase the projects that I find meaningful.
- The best way to reach me is through my email : vincentdiep99@gmail.com
Data Projects
- Movie Data ETL Pipeline
- ETL script made using Python.
- Database made using PostgreSQL.
- Proxy University Database
- Queries written in SQL.
- Database made using MySQL.
- Formerly hosted using PHP and HTML on CSUF server for students.
- COVID 19 Data Analysis
- Data cleaning and analysis done with R and RStudio.
- Machine Learning Models
- Utilized various machine learning models to analyze datasets.
- Models: KNN, Random Forect Classification, Decision Tree Classification, Kernel SVM,
K Means, Linear Regression, Polynomial Regression, XG Boost, Naive Bayes
Application Projects
- Gamba
- Slot machine game written in Python.
- Memory usage optimized through ommitting unnecessary variables in loops.
- Designed to be easy to personalize data values with dictionary data structure.
- AI TicTacToe
- TicTacToe game with A.I. opponent.
- Implemented minimax algorithm to enable A.I. to make optimal moves against the player.
- Robust system that prevents invalid moves from both the player and the A.I.
Documentation Projects