Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 479 Bytes

File metadata and controls

20 lines (15 loc) · 479 Bytes

machine-learning-implementations

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.

What has been implemented :

- KNN
- Linear Regression  

To do :

- Logistic Regression
- Naïve Bayes  
- Decision Trees
- Random Forest
- GBT
- SVMs
- Perceptron  
- Neural Networks