ML-Challenge / week3-supervised-learning

Learn the basics of Supervised Learning
4 stars 7 forks source link

ML Challenge Week 3 - Supervised Learning

Types of Machine Learning Systems

There are so many different types of Machine Learning systems that it is useful to classify them in broad categories, based on the following criteria:

Supervised/Unsupervised Learning

Machine Learning systems can be classified according to the amount and type of supervision they get during training. There are four major categories:

Supervised Learning

In supervised learning, the training set you feed to the algorithm includes the desired solutions, called labels.