SDS 504: Classification vs Regression — with Jon Krohn

Topics covered
Popular Clips
Episode Highlights
Binary Classification
introduces the concept of binary classification, a fundamental category in supervised learning. He explains that binary classification involves predicting one of two possible outcomes, such as determining whether a movie review is positive or negative. This type of problem is essential for understanding how models use input data to predict specific classes 1.
Binary classification, two classes, like movie review sentiment, multi class problem, more than two classes.
---
Binary classification problems can be coded with integers, where outcomes like positive or negative reviews are represented as 1 or 0, respectively 2.
Multiclass Classification
Multiclass classification extends the binary framework to scenarios with more than two possible outcomes. uses the example of handwritten digit recognition, where the task is to identify digits from 0 to 9, making it a multiclass problem 1. This approach requires models to handle multiple classes, each representing a different category or label.
So, an example here would be if we had a bunch of handwritten digits.
---
In these problems, the model's goal is to accurately classify inputs into one of several categories, demonstrating the versatility and complexity of supervised learning 3.
Related Episodes

SDS 506: Supervised vs Unsupervised Learning — with Jon Krohn
Answers 383 questions
SDS 558: @JonKrohnLearns's Answers to Questions on Machine Learning
Answers 383 questions
SDS 510: Deep Reinforcement Learning — 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 446: Getting Started in Machine Learning — with Jon Krohn
Answers 383 questions
SDS 582: Model Speed vs Model Accuracy — with Jon Krohn
Answers 383 questions
SDS 554: @JonKrohnLearns's Deep Learning Courses
Answers 383 questions
SDS 578: Identifying Commercial ML Problems — with Jon Krohn
Answers 383 questions
SDS 460: The History of Algebra — with Jon Krohn
Answers 383 questions
SDS 556: @JonKrohnLearns's Machine Learning Courses
Answers 383 questions
SDS 444: Future-Proofing Your Career — with Jon Krohn
Answers 383 questions
SDS 448: How to be a Data Science Leader — with Jon Krohn
Answers 383 questions
SDS 486: The History of Calculus — with Jon Krohn
Answers 383 questions
SDS 468: The History of Data — with Jon Krohn
Answers 383 questions



