Skip to content

Implemented Machine Learning algorithms from scratch using python.

Notifications You must be signed in to change notification settings

PriyeshDave/Applied-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Applied-ML

Python Machine Learning Machine Learning Machine Learning Machine Learning Machine Learning Machine Learning Machine Learning Machine Learning Machine Learning

Implementing the Machine Learning algorithms from scratch using python.

  • Linear Regression with Gradient Descent.
  • Linear Regression with Normal Equation.
  • Logistic Regression with Gradient Descent.
  • Ridge Regression with Gradient Descent.
  • Ridge Regression with Normal Equation.
  • KNN Classifier algorithm.
  • KNN Regressor algorithm.
  • Gaussian Naive Bayes algorithm.
  • Perceptron algorithm with forward propogation.