lnt28 / MLfromscratch

Machine Learning algorithm implementations from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLfromscratch

Machine Learning algorithm implementations from scratch.

You can find Tutorials with the math and code explanations on my channel:
https://www.youtube.com/playlist?list=PLqnslRFeH2Upcrywf-u2etjdxxkL8nl7E

  • KNN
  • Linear Regression
  • Logistic Regression
  • Naive Bayes
  • Perceptron
  • SVM
  • Decision Tree
  • Random Forest
  • Principal Component Analysis (PCA)
  • K-Means
  • AdaBoost

About

Machine Learning algorithm implementations from scratch.

License:MIT License


Languages

Language:Python 100.0%