Skip to content

chenathy/ML_FromScratch

Repository files navigation

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

About

rewrite Machine Learning Models from scratch with numpy and pandas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages