Machine Learning Projects

Logistic Regression From Scratch

I wrote a logistic regression algorithm from scratch to
predict whether or not patients had chronic kidney disease,
and whether or not batteries were defective.

Image Classification using Neural Nets

In this project, I employ the use of several Neural Nets
to an interesting image classification task, inspired
by the MNIST classification problem.