ProHiryu / Machine-Learning-with-Python

One Small Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning with Python

from https://pythonprogramming.net/

Machine Learning

Supervised Learning

Regression

  • Linear Regression(doc)
  • Logistic Regression(doc)

Classification

  • K Nearest Neighbors(doc)
  • Support Vector Machine(doc)

Unsupervised Learning

Clustering

  • K Means(doc)
  • Mean Shift(doc)

Deep Learning

Neural Networks

the docs will be more completely in future

About

One Small Course


Languages

Language:Python 100.0%