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 regression (削除ここまで)(削除) Logistic regression (削除ここまで)(削除) SVM (削除ここまで)(削除) K - Nearest Neighbors[Classification] (削除ここまで)(削除) Neural networks (削除ここまで)- Naive Bayes
- Trees/Forests