Skip to content

Cerclique/Machine_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MACHINE LEARNING

Regression

Implementation of regression algorithm using gradient descent method in Python 2.x Use of boston dataset (built-in scikit-learn) as data.

  • Dependencies
    • sklearn
    • numpy
    • matplotlib

Classification

Implementation of differents type of classification algorithms from scikit-learn library in Python 2.x Use of breast_cancer dataset (built-in scikit-learn) as data to process classification.

  • Dependencies
    • sklearn
    • numpy
    • pandas
    • matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages