| 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 ŷ 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
Teste dein Wissen zu Fundamentals of Machine Learning mit 9 Multiple-Choice-Fragen mit detaillierten Korrekturen.
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?
Merke dir die Schlüsselkonzepte von Fundamentals of Machine Learning mit 10 interaktiven Karteikarten.
Machine learning — definition?
Data-driven models predicting outcomes.
Machine learning — defines?
Models that predict outcomes from data.
Features (x) — role?
Input attributes for prediction.
Intelligence Artificielle
Bases de données
Bases de données
Bases de données
Importiere deinen Kurs und die KI erstellt in 30 Sekunden Lernzettel, Quizze und Karteikarten.
Lernzettel-Generator