Weekly Materials
Lecture Slides
Professor's main lecture presentation
TA Practice Slides
Hands-on tutorials and practice exercises
→
Lesson Guide
Comprehensive explanations and theory
→
References & Resources
ISL Chapter 3
Linear Regression
PML Ch. 6.3–6.5
Bayesian linear regression, uncertainty, model comparison
Additional Notes
Week 7: Linear Regression
Topics Covered
- Supervised Learning - the general idea
- Linear Regression (with multiple variables)
- Gradient Descent
- Polynomial Regression
- Tuning Model Complexity
- Stock Market Prediction (if time permits)
- Introduction to Pandas (quick tour; self-study)
Code Examples
This week includes practical implementations of regression algorithms and real-world applications like stock market prediction.
Further Reading
- ISL Chapter 3: Linear Regression
- PML Ch. 6.3–6.5: Bayesian linear regression, uncertainty, model comparison