This repository contains all of the work that I did for the Machine Learning class at Georgia Tech CS4641.
This project contains some experiments with supervised learning, with Sklearn implementations for Decision Trees, NN, Boosting, SVMs and kNNs.
This project used ABAGAIL to implement four local random search algorithms: Randomized hill climbing, Simulated Annealing, genetic algorithms, and MIMIC
Implemented K Means, Expectation Maximization, PCA, ICA, Randomized Projection and Randomized Subsets
Used some boiler plate code from Juan Jose's MDP code