
Recommendation System
Finding expert witnesses to testify on a given patent.
This was a project for a graduate CS course. Source code can be shared in private upon request with potential employers.
How do K-NN, SVM, Neural Networks, Decision Trees, and Boosted decision trees perform on a small, dense dataset compared to a large, sparse dataset?
I completed this analysis as part of an assignment for Georgia Tech's CS 7641 Machine Learning course. No templates were provided: I found the datasets, wrote the code (leveraging libraries like sci-kit learn and seaborn), generated the visualizations, and completed the analysis.
Finding expert witnesses to testify on a given patent.
Back-testing learned strategies vs. manual strategies in the stock market.