Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 292 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 292 Bytes

Machine Learning With Numpy

A set of Notebooks to write simple and efficient Machine Learning algorithms using Numpy.

Algorithms

⭐ Linear Regression
⭐ Logistic Regression
⭐ KNN
⭐ KMeans
⭐ Naive Bayes
⭐ SVM
⭐ Decision Tree
⭐ Adaboost
⭐ PCA
⭐ LDA