Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 323 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 323 Bytes

ml-from-scratch

A simplified, low-level representation of various machine learning algorithms in Python. The models implemented include:

  1. Linear Regression
  2. Logistic Regression
  3. Naive-Bayes Classifier
  4. K-Nearest-Neighbours Algorithm (KNN)
  5. Decision Tree
  6. Random Forest
  7. Neural Network from scratch in Numpy