Skip to content

laduran/MLfromscratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLfromscratch

From AssemblyAI Series videos here: https://www.youtube.com/playlist?list=PLcWfeUsAys2k_xub3mHks85sBHZvg24Jd

The series shows how to implement the following algorithms using just Numpy or basic Python math functions:

  1. K-Nearest Neighbors
  2. Linear Regression
  3. Logistic Regression
  4. Decision Trees
  5. Random Forest
  6. Naive Bayes
  7. Principal Component Analysis (PCA)
  8. Perceptron (from neural net)
  9. Support Vector Machine (SVM)
  10. K-Means

Some additional basic linear algebra is in the Notebook: some_linear_algebra.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published