Skip to content

kalsoomk/supervised-learning-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

📘 Supervised Learning Basics

This project is part of my Machine Learning journey.
It explains Supervised Learning with examples, quiz answers, and assignments.


🔹 What is Supervised Learning?

  • "Supervised" means a teacher is present.
  • We provide the computer with:
    • Inputs (X) → examples
    • Outputs (Y) → correct answers
  • The machine learns a mapping rule:
    Input (X) → Model → Output (Y)

🔹 Two Main Types

  1. Regression → Predict numbers (continuous values).
    Example: Predicting fuel price, predicting house prices.

  2. Classification → Predict categories (labels).
    Example: Pass/Fail, Spam/Not Spam.


📝 Quiz Answers

  1. In supervised learning, what do we provide?
    ✅ Inputs + outputs

  2. Predicting whether an email is spam or not is:
    ✅ Classification

  3. Predicting tomorrow’s temperature is:
    ✅ Regression


🚀 What's Next?

In the next lesson, I will:

  • Train my first real ML model (Iris dataset).
  • Upload code and explanations.

About

Lesson 2 of my ML learning journey – Supervised Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published