Skip to content

Implementation of some famous machine learning algorithm from scratch

Notifications You must be signed in to change notification settings

abhishek0508/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In Each Assignment There is a PDF File which describes the Question Statement and the Expected Outcomes.

Algorithm Covered till Now -

  1. K-Nearest Neighbours
  2. Decision Tree
  3. Linear Regression
  4. Logistic Regression
  5. SVM
  6. PCA
  7. GMM
  8. Neural Nets
  9. CNN
  10. K-Means