Simplfied implementations of some standard machine learning algorithms & minor variations used in actual practice. This is in no way meant to be a comprehensive catalogue or implementation of the best version.
- KNN
- Linear Regression
- Logistic Regression
- Naïve Bayes
- Decision Trees
- Random Forest
- GBT
- SVMs
- Perceptron
- Neural Networks