Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 181 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 181 Bytes

Machine Learning Algorithm Implementation and corresponding examples

Classification Algorithms:

  1. kNN: k-nearest neighbours
  2. Decision Tree
  3. NaiveBayes
  4. Logistic Regression