SUpervised Learning Flashcards

1
Q

What is supervised learning?

A

Supervised learning is a type of machine learning in which our algorithms are trained using well-labeled training data, and machines predict the output based on that data. Labeled data indicates that the input data has already been tagged with the appropriate output. Basically, it is the task of learning a function that maps the input set and returns an output. Some of its examples are: Linear Regression, Logistic Regression, KNN, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly