Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1003 Bytes

File metadata and controls

28 lines (24 loc) · 1003 Bytes

ReWriting All Machine Learning Model Algorithms From Scratch

  • ✅ numpy
  • ✅ pandas
  • 🚫 Scikit-Learn
  • 🚫 Pytorch
  • 🚫 Tensorflow
Deepen knowledge of following Machine Learning Models :
  • 👍 KNN (K Nearest Neighbors)
  • 👍 K-Means Clustering
  • 👍 Linear Regression
  • 👍 Logistic Regression
  • 👍 Linear and Logistic Regression
  • 👍 Decision Tree
  • 👍 Naive Bayes
  • 👍 LDA (Linear Discriminant Analysis)
  • 👍 SVM (Support Vector Machine)
  • 👍 PCA (Principal Component Analysis)
  • 👍 Perceptron
  • 👍 AdaBoost
  • 🔥 Load Machine Learning Data From Files