Basic ML algorithms written from scratch in python using numpy.
Some of the algorithms are just Python versions of the Octave code from Andrew Ng's Course.
Algorithms To Do:
Linear regressionLogistic regressionSVMK - Nearest Neighbors[Classification]Neural networks- Naive Bayes
- Trees/Forests