| Item | Key Features | Notes / Differences |
|---|---|---|
| Regression | Predicts numeric y; continuous output | Example: sales based on temperature |
| Binary Classification | Predicts 0/1; probability-based; evaluated with confusion matrix | Example: disease risk prediction |
| Multiclass Classification | Predicts among multiple classes; softmax or OvR | Example: penguin species |
| Clustering | Unsupervised grouping; no labels; based on similarity | Example: customer segmentation |
| Deep Learning | Neural networks with multiple layers; backpropagation | Example: image recognition, NLP tasks |
Machine Learning
ββ Data
β ββ Features (x)
β ββ Labels (y)
ββ Model
β ββ Function y = f(x)
ββ Training
β ββ Fit algorithm to data
β ββ Derive model parameters
ββ Inference
β ββ Predict yΜ from new x
ββ Types
β ββ Regression (numeric y)
β ββ Classification (categorical y)
β β ββ Binary (2 classes)
β β ββ Multiclass (>2 classes)
β ββ Clustering (unsupervised)
ββ Deep Learning
ββ Neural networks, layered architecture, backpropagation
End of Revision Sheet
Test your knowledge on Fundamentals of Machine Learning with 9 multiple-choice questions with detailed corrections.
1. What is the primary purpose of a machine learning model?
2. Which algorithm is commonly used to perform simple linear regression in machine learning?
Memorize the key concepts of Fundamentals of Machine Learning with 10 interactive flashcards.
Machine learning β definition?
Data-driven models predicting outcomes.
Machine learning β defines?
Models that predict outcomes from data.
Features (x) β role?
Input attributes for prediction.
Import your course and AI generates sheets, quizzes and flashcards in 30 seconds.
Sheet generator