Explores decision and regression trees, impurity measures, learning algorithms, and implementations, including conditional inference trees and tree pruning.
Introduces the fundamentals of regression in machine learning, covering course logistics, key concepts, and the importance of loss functions in model evaluation.
Explores Probabilistic Linear Regression and Gaussian Process Regression, emphasizing kernel selection and hyperparameter tuning for accurate predictions.
Covers local averaging predictors, including K-nearest neighbors and Nadaraya-Watson estimators, as well as local linear regression and its applications.
Introduces linear regression, covering line fitting, training, gradients, and multivariate functions, with practical examples like face completion and age prediction.