Computer Vision
CSE471Prof. Makarand Tapaswi + Prof. Charu Sharma•Spring 2025-26•4 credits
Unit 3 — Machine Learning Recap
Setup → logistic regression → neural networks + backprop → training tricks (BN, dropout, init, LR schedule) → ensembles (bagging vs boosting) → density estimation (GMM via EM) → RNNs / LSTM / GRU → metrics (Precision, Recall, F1, AP/mAP, ROC vs PR) → kNN → linear & polynomial regression → PCA / SVD → clustering (k-means, GMM, hierarchical). The ML toolbox CV is built on top of.