Le Hoang Van
Solving Lunar Lander with Double Dueling Deep Q-Network and PyTorch
Problem Statement
Predicting MLB Hall of Famers
Introduction Just because the election for 2017 crop of Hall of Famers only finished 5 months ago doesn’t mean it’s too early to start wondering which current major leaguers will be enshrined in Cooperstown someday. In fact it’s only 5 months until the 2018 ballot is released so I think...
Visualizing song attributes from Spotify
As a die-hard music fan and a long time Spotify user, I was excited to have discovered Spotify Web API a couple of days ago. I stumbled upon an analysis of Radiohead’s gloomiest songs using a combination of audio features scraped from Spotify API and that gave me some great...
Counting Inversions - C++
This is my implementation of the counting inversions algorithm for Stanford’s MOOC course on algorithm design and analysis. One application of this algorithm is the analysis of rankings, where a numer of websites make use of a technique known as collaborative filtering to try to match your preferences for books,...
Bay Area Bike Share Analysis
This is the first project of Udacity’s Data Analyst Nanodegree that I’m currently studying in my free time. The program was well structured and has garnered a lot of positive reviews from past students, so I was excited to jump on this bandwagon.