Supervised And Unsupervised Learning
In this section, you're going to learn about two kinds of machine learning training. We'll start by introducing Supervised Machine Learning: a technique for training machine learning models by confronting a model with the prediction errors it makes, and allowing it to learn by example.
The other kind of machine learning training is called Unsupervised Machine Learning. Here, we work with unlabelled datasets and we don't know the correct answer for each prediction.
2 Lessons