Skip to content

Implementation of Machine Learning Algorithms (KNN, Linear, Logistic, SVM, K-Means, Decision Tree, Naive Bayes) from Scratch using Python & Numpy only

Notifications You must be signed in to change notification settings

Nikhilkohli1/Machine-learning-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-learning-from-scratch

Underlining Mathematics of a Machine Learning Algorithm is the most important thing we need to know while learning it. And the best way to learn it is by implementing it from scratch using only built-in python libraries such as numpy. So in this repository, I will be implementing most of the common Machine Learning algorithms that we use from scratch without using sklearn etc.

Here are some of the Algorithms that I am planning to implement from Scratch-

Agenda

Steps I will follow for each Algorithms -

  • Write a brief introduction of each Algorithm in Readme file along with its Mathematical Intuition
  • Implement Machine Learning Algorithm from scratch using python & Numpy only (.py file)
  • Pick a dataset for a real world use case and train the above implemented algorithm on it
  • Compare the metrics(Accuracy, f1 score, MSE etc) we get from above implementation with the Sklearn implementation

About

Implementation of Machine Learning Algorithms (KNN, Linear, Logistic, SVM, K-Means, Decision Tree, Naive Bayes) from Scratch using Python & Numpy only

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published