Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 378 Bytes

machine_learning_algorithms.md

File metadata and controls

24 lines (13 loc) · 378 Bytes

Machine Learning Algorithms

  • Supervised Learning
  • Unsuoervised Learning
  • Reinforcement Learning
  • Recommender Systems

##Supervised Learning Give the algorithm a data set in which the “right answers” were given

• Regression

Predict continuous valued output.

• Classification

Discreate valued output

##Unsupervised Learning

Not give the “right answer”.