Supervised learning vs. Unsupervised learning

AI: Sure, I can explain the difference between Supervised learning and Unsupervised learning in Machine learning.

Supervised learning is a type of machine learning where the model is trained on a labeled dataset. In other words, the dataset used to train the model has both input and output labels. The model is then trained to learn the mapping function that maps the input to the output. Once the model is trained, it can be used to predict the output for new input data.

On the other hand, unsupervised learning is a type of machine learning where the model is trained on an unlabeled dataset. In this case, the input data is not labeled, and the model is trained to find patterns and relationships in the data without any specific guidance. The goal of unsupervised learning is to identify the underlying structure in the data.

Supervised learning (MLPP 1.2)

Classification

Regression

Performance Measure

ML development pipeline

  1. Data Preparation
  2. Model specification: architecture, loss function