SlideShare a Scribd company logo
AI Club
AI Club
Introduction to
Classification
What is
Classification?
An AI method that is used if the
output variable (what we are
trying to predict) is a category –
like Good/Bad, Cat/Dog, etc.
For example – Is this
a picture of a cat, a
dog or a unicorn?
Dog
Cat
Example: Classifications in Real Life
Is this person
feeling Happy or
Sad?
(Classification)
Temperature at 12
Noon tomorrow in
Saratoga, CA?
(No! Regression)
Is this person
sick?
(Classification)
Classification Basics
• Type of “Supervised Learning”
• Needs a label (right answer) for
every example
Features Labels
Number of
Countries
Visited
Number of
Years in
School
Height
(Feet)
Who am I?
20 15 5.2 Adult
2 3 3.5 Child
10 12 4.9 Adult
Classification Basics
• Type of “Supervised Learning”
• Needs a label (right answer) for
every example
• Can take any type of Feature
(numbers, categories, text etc.)
• Common real life examples take
100s of features!
• Can be Binary (two categories) or
Multi-class (more than 2
categories)
Features Labels
Number of
Countries
Visited
Number of
Years in
School
Height
(Feet)
Who am I?
20 15 5.2 Adult
2 3 3.5 Child
10 12 4.9 Adult
Classification Basics
• Many algorithms are
available
• An Algorithm is a
particular method for
doing something
• Examples – KNN,
Linear Learner
• You can try more than
one and pick the best
Model that comes out
Algorithms
THANK YOU
https://aiclub.world
info@pyxeda.ai

More Related Content

PPTX
Slideshare ppt
PPT
Razorbase Examples Part 3.5
PPT
Razorbase Examples Part 3 5
PPTX
01 physics class orientation
PPTX
Linear regression middleschool
PPTX
Pa2 project template
PPTX
Knn intro advanced_middleschool
PPTX
M1 regression metrics_middleschool
Slideshare ppt
Razorbase Examples Part 3.5
Razorbase Examples Part 3 5
01 physics class orientation
Linear regression middleschool
Pa2 project template
Knn intro advanced_middleschool
M1 regression metrics_middleschool

More from aiclub_slides (20)

PPTX
Pa1 json requests
PPTX
Mnist images
PPTX
Mnist images
PPTX
Ai in real life face detection
PPTX
PPTX
Res net high level intro
PPTX
Neural networks and flattened images
PPTX
What is a_neural_network
PPTX
How neural networks learn part iii
PPTX
Introduction to deep learning image classification
PPTX
Accuracy middleschool
PPTX
Introduction to the cloud
PPTX
Basics of data
PPTX
Ai basics
PPTX
Ai lifecycle and navigator
PPTX
How AIs are different from us level 1
PPTX
Ai vs robotics_level 1
PPTX
Ai in real_life_dynamic_pricing
PPTX
Object detection
PPTX
Ai daily life_text_facialrecognition_elementary
Pa1 json requests
Mnist images
Mnist images
Ai in real life face detection
Res net high level intro
Neural networks and flattened images
What is a_neural_network
How neural networks learn part iii
Introduction to deep learning image classification
Accuracy middleschool
Introduction to the cloud
Basics of data
Ai basics
Ai lifecycle and navigator
How AIs are different from us level 1
Ai vs robotics_level 1
Ai in real_life_dynamic_pricing
Object detection
Ai daily life_text_facialrecognition_elementary
Ad

Recently uploaded (20)

PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
master seminar digital applications in india
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Computing-Curriculum for Schools in Ghana
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Institutional Correction lecture only . . .
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Lesson notes of climatology university.
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Final Presentation General Medicine 03-08-2024.pptx
master seminar digital applications in india
2.FourierTransform-ShortQuestionswithAnswers.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Module 4: Burden of Disease Tutorial Slides S2 2025
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Computing-Curriculum for Schools in Ghana
O5-L3 Freight Transport Ops (International) V1.pdf
Anesthesia in Laparoscopic Surgery in India
Abdominal Access Techniques with Prof. Dr. R K Mishra
Institutional Correction lecture only . . .
GDM (1) (1).pptx small presentation for students
Lesson notes of climatology university.
Microbial disease of the cardiovascular and lymphatic systems
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
VCE English Exam - Section C Student Revision Booklet
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Ad

Introduction to classification_middleschool

  • 3. What is Classification? An AI method that is used if the output variable (what we are trying to predict) is a category – like Good/Bad, Cat/Dog, etc. For example – Is this a picture of a cat, a dog or a unicorn? Dog Cat
  • 4. Example: Classifications in Real Life Is this person feeling Happy or Sad? (Classification) Temperature at 12 Noon tomorrow in Saratoga, CA? (No! Regression) Is this person sick? (Classification)
  • 5. Classification Basics • Type of “Supervised Learning” • Needs a label (right answer) for every example Features Labels Number of Countries Visited Number of Years in School Height (Feet) Who am I? 20 15 5.2 Adult 2 3 3.5 Child 10 12 4.9 Adult
  • 6. Classification Basics • Type of “Supervised Learning” • Needs a label (right answer) for every example • Can take any type of Feature (numbers, categories, text etc.) • Common real life examples take 100s of features! • Can be Binary (two categories) or Multi-class (more than 2 categories) Features Labels Number of Countries Visited Number of Years in School Height (Feet) Who am I? 20 15 5.2 Adult 2 3 3.5 Child 10 12 4.9 Adult
  • 7. Classification Basics • Many algorithms are available • An Algorithm is a particular method for doing something • Examples – KNN, Linear Learner • You can try more than one and pick the best Model that comes out Algorithms