Supervised Machine Learning
Supervised Learning
In supervised learning, we are given a data set and already know what our correct output should look like, having the idea that there is a relationship between the input and the output.
Supervised learning problems are categorized into "regression" and "classification" problems.
In a regression problem, we are trying to predict results within a continuous output, meaning that we are trying to map input variables to some continuous function.
In a classification problem, we are instead trying to predict results in a discrete output. In other words, we are trying to map input variables into discrete categories.
Example
regression - Given a picture of a person, we have to predict their age on the basis of the given picture.
classification - Given a patient with a tumor, we have to predict whether the tumor is malignant or benign.
Leave Supervised Machine Learning to:
Read more #machinelearning posts
Best Posts From db2crush
We have not curated any of db2crush's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.