BD Brain Drip
📈
Module 04 5 concepts

Supervised Learning: Regression

Linear regression, regularization, and regression techniques.

01

Generalized Linear Models

Extending linear regression to non-normal responses via link functions – unifying logistic, Poisson, and other regression types.

02

Linear Regression

Fitting a hyperplane to data by minimizing squared errors – the most interpretable and foundational predictive model.

03

Polynomial Regression

Capturing nonlinear relationships within the linear regression framework by adding polynomial feature terms.

04

Regression Diagnostics

Residual analysis, heteroscedasticity, multicollinearity, and influence points – verifying assumptions before trusting results.

05

Ridge and Lasso Regression

L2 and L1 penalties that shrink coefficients toward zero – Ridge for stability, Lasso for sparsity and feature selection.