Supervised Learning

This lesson introduces supervised learning.

We'll cover the following...

Introduction

Machine learning algorithms can be broadly categorized into the following three groups:

  1. Supervised Learning
  2. Unsupervised Learning
  3. Reinforcement Learning
widget

Throughout this chapter, we discuss the nuances of each of these categories. However, this lesson focuses specifically on Supervised learning.

Supervised learning

In supervised learning, the training data provided as input to the algorithm includes the final solutions, ...