Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 400 Bytes

File metadata and controls

15 lines (13 loc) · 400 Bytes

Machine-Learning-From-Scratch

Building machine learning algorithms from the ground up in Python.

This will be an ongoing project and I aim to cover the following:

  • Linear Regression ✅
  • Logistic Regression ✅
  • K-Nearest Neighbors (KNN) ✅
  • Principal Component Analysis (PCA)
  • Decision Trees ✅
  • Random Forests
  • Naive Bayes ✅
  • K-Means
  • Support Vector Machine (SVM)
  • Neural Network