SDS 506: Supervised vs Unsupervised Learning — with Jon Krohn

Topics covered
Popular Clips
Episode Highlights
Classification & Regression
explores the nuances of classification and regression problems within supervised learning. Classification involves categorizing inputs into specific buckets, such as determining whether movie reviews are positive or negative, a process known as binary classification. Regression, on the other hand, predicts continuous values like house prices based on input data 1.
Our goal with these supervised learning problems, whether they're classification problems or regression problems, is to learn some function that can take in the inputs x in order to approximate the output y.
---
Both types of problems require labeled data to train models effectively, highlighting the importance of accurate input-output mapping 1.
Input-Output Labeling
In supervised learning, input-output labeling is crucial for model training. explains that inputs, typically denoted as 'x', are paired with outputs, or 'y', which are the labels the model aims to predict 1. This process often involves human intervention, such as annotating movie reviews as positive or negative, to provide the necessary labeled data.
We have both the input data x as well as these outputs y, that we'd like to estimate.
---
While manual labeling can be costly and time-consuming, alternatives like using existing star ratings can streamline the process, offering a more efficient path to obtaining labeled datasets 1.
Related Episodes

SDS 558: @JonKrohnLearns's Answers to Questions on Machine Learning
Answers 383 questions
SDS 554: @JonKrohnLearns's Deep Learning Courses
Answers 383 questions
SDS 504: Classification vs Regression — with Jon Krohn
Answers 383 questions
SDS 464: A.I. vs Machine Learning vs Deep Learning — with Jon Krohn
Answers 383 questions
SDS 474: The Machine Learning House — with Jon Krohn
Answers 383 questions
SDS 476: Peer-Driven Learning — with Jon Krohn
Answers 383 questions
SDS 510: Deep Reinforcement Learning — with Jon Krohn
Answers 383 questions
SDS 446: Getting Started in Machine Learning — with Jon Krohn
Answers 383 questions
SDS 556: @JonKrohnLearns's Machine Learning Courses
Answers 383 questions
SDS 448: How to be a Data Science Leader — with Jon Krohn
Answers 383 questions
SDS 470: My Favorite Books — with Jon Krohn
Answers 383 questions

SDS 469: Learning Deep Learning Together — with Konrad Körding
Answers 383 questions
SDS 468: The History of Data — with Jon Krohn
Answers 383 questions
SDS 472: The Learning Never Stops (so Relax) — with Jon Krohn
Answers 383 questions

SDS 599: MLOps: Machine Learning Operations — with @Miki_ML
Answers 383 questions







