This repository is a collection of various coding projects that I've worked on!
Used Machine Learning techniques and coded up a multi-layered deep neural network approach to predict volatility of BlackRock Stock price from data from previous years, with the addition of multiple hidden layers. Also implemented dropout for regularization, added batch normalization, incorporated validation loss tracking, early stopping, and batch processing to gain a better understanding and prediction of the data.
Developed a poker hand evaluator algorithm to compute the strength of a hand relative to all other hands using a number theoretic approach and pre-computed evaluator tables.
Customer segmentation for a marketing data set.
Performed hierarchical clustering on a product classification data set.