PyCurator: API Data Curation made easy. Open-source UI for data curation of research repository APIs. Documentation Code
Empirical Comparison of ML Classification for Fake News Detection Compare supervised and unsupervised classification methods for detecting fake news from popular online sources. Writeup Code
Empirical Classifier Comparison for NLP Compare four popular classification techniques across different performance metrics for a handful of different data sets. Writeup Code
Python Lyrical Analysis Utilize sentiment analysis tools to provide lyric breakdowns for millions of songs in a graphical format. Writeup Code
Job Automation Analysis Apply statistical inference and learning techniques to analyze potential correlates for job automation in the US for over 700 occupations across 25 years. Writeup/Code
Deep Reinforcement Learning for 2048 Implement popular reinforcement learning algorithms to simulate gameplay of popular number-based game 2048. Writeup Code
Blackjack with Reinforcement Learning Solve modified version of card game "blackjack" using reinforcement learning algorithms. Code