Explores Decision Trees, from induction to pruning, emphasizing interpretability and automatic feature selection strengths, while addressing challenges like overfitting.
Explores the use of Gaussian Mixture Models for transitioning from clustering to classification, covering binary classification, parameter estimation, and optimal Bayes classifier.
Covers the use of Support Vector Machines for multi-class classification and the importance of support vectors in tightening classification boundaries.
Explores decision and regression trees, impurity measures, learning algorithms, and implementations, including conditional inference trees and tree pruning.