Highly-motivated employee with desire to take on new challenges. Strong work ethic, adaptability, and exceptional interpersonal skills. Adept at working effectively unsupervised and quickly mastering new skills.
Nationality: South Korean
Git-let: Implementing version-control system that mimics some of the basic feature of the popular system Git which uses init, add, commit, rm, log, status, global-log, branch, rm-branch, merge and reset.
The Enigma: Created a working machine (which was used during World War II to encrypt its military communications by Germany) in Java, consisting the same features as the original enigma machine using data structures including rotor, the reflector, and the plug-board.
Predicting Taxi Ride Duration: Created a regression model that predicts the travel time of taxi ride in NY using data selection, cleaning, EDA, feature engineering, and model selection. Also used sklearn to process data and fit linear regression model.
Ham/Spam Classification: Created a classifier that can distinguish spam (junk or commercial or bulk) emails from ham (non-spam) emails using seaborn, numpy, pandas and matplotlib.
Maps: Created a visualization of restaurant ratings with machine learning and the Yelp academic dataset using K means, unsupervised/supervised learning algorithm, and simple least square linear regression to develop a model.