0% found this document useful (0 votes)
15 views1 page

Pattern

Supervised learning uses input variables and output variables to learn the mapping between them to predict outputs for new inputs. Unsupervised learning models the underlying structure or distribution of input data without corresponding outputs to learn more about the data. The document provides links to articles explaining the differences between classification and clustering, and classification and regression.

Uploaded by

tor 3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Pattern

Supervised learning uses input variables and output variables to learn the mapping between them to predict outputs for new inputs. Unsupervised learning models the underlying structure or distribution of input data without corresponding outputs to learn more about the data. The document provides links to articles explaining the differences between classification and clustering, and classification and regression.

Uploaded by

tor 3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

supervised-learning-vs-unsupervised-learning

Supervised learning is where you have input variables and an output


variable and you use an algorithm to learn the mapping function
from the input to the output. The aim is to approximate the mapping
function so that when we have new input data we can predict the
output variables for that data.

Unsupervised learning is modeling the underlying or hidden


structure or distribution in the data in order to learn more about the
data. Unsupervised learning is where you only have input data and
no corresponding output variables.

Classification -vs-clustering
https://techdifferences.com/difference-between-classification-and-
clustering.html

Classification -vs-regression
https://techdifferences.com/difference-between-classification-and-
regression.html

You might also like