Projects

My Personal and Team Projects, mostly done in Java, Python, and JavaScript.

Chrome Extension Copy and Search

Automatically add one-click copy button for code blocks from websites such as Stackoverflow and Github.

Handwritten Digits Recognition

Predicting the maximum of three handwritten digits in a single image with VGGNet and ResNet

Reddit Text Classification

Classifying Reddit comments into 20 subreddits with different classifiers such as Support Vector Machine.

Interactive Earthquake Map of the World

Interactive earthquake world map using Processing & UnfoldingMap API to visualize earthquake data

Pentago-Swap AI Game Player

An AI agent for a board game, Pentago-Swap based on Monte Carlo Tree Search (MCTS) Algorithm.

Optimized Image Convolution

Convolving an image with an edge detector convolution kernel using multithreading.