January 2025
Intermediate to advanced
328 pages
8h 28m
English
In previous chapters, we looked at supervised algorithms for classification and regression; in this chapter, we shift our focus to unsupervised learning algorithms. Unsupervised learning takes place when no training labels are available. In this case, we are interested in discovering patterns in data and learning data representations. Applications of unsupervised learning span from clustering customer segments in e-commerce to extracting features from image data. In this chapter, we’ll start by looking at the Bayesian nonparametric extension of the K-means algorithm followed by the EM algorithm for ...