Skip to content

erfanmor/machine-learning-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Algorithms

In this project i describe famous machine learning algorithms with python. Every codes have description and comment. In this project, the sklaren library is used, but its difference from the others is only in the syntax. Also i describe data processing

The algorithms used in the project are as follows :

Classification :

  • KNN
  • SVM
  • Decision Tree
  • Linear and Logistic Regression

Clustering :

  • K-Means
  • DBSCAN
  • Hierarchical

Regression :

  • Linear Regression
  • Nonlinear Regression
  • Multiple Regression
  • Polynomial Regression

Recommender Systems :

  • Content Based

About

A Python-based collection of classic machine learning algorithms implemented with scikit-learn, including classification, clustering, regression, and recommender system examples.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors