Unit 2: Supervised Learning

Overview

This unit focuses on supervised learning algorithms where models learn from labeled data. Students will master regression and classification techniques.

Key Topics:

Learning Outcomes:


๐Ÿ“– Lecture Content

Lecture 2.1: Regression Algorithms

Lecture 2.2: Classification Algorithms

Lecture 2.3: Model Evaluation & Validation

Lecture 2.4: Hyperparameter Tuning


๐Ÿงช Associated Practicals


โœ… Study Checklist


๐Ÿ“š Key Algorithms

Algorithm Type Use Case Strengths
Linear Regression Regression Continuous prediction Simple, interpretable
Logistic Regression Classification Binary classification Fast, probability output
Decision Tree Classification Non-linear patterns Interpretable, handles non-linear
SVM Classification High-dimensional data Effective in high dimensions
KNN Classification Instance-based Simple, non-parametric

๐Ÿ’พ Resources


๐Ÿ“ Assessment

Download Assessments โ†’


โ† Back to Units โ† Home