While previous chapters dealt primarily with supervised learning tasks requiring labeled data, many datasets lack explicit target variables. This chapter focuses on unsupervised learning, a set of techniques used to discover inherent structures, patterns, and relationships within unlabeled data.
You will learn to implement practical methods for:
Through practical examples and hands-on exercises, you will gain experience in applying these unsupervised methods to analyze and understand data without predefined labels.
4.1 Understanding Clustering Concepts
4.2 Implementing K-Means Clustering
4.3 Applying DBSCAN for Density-Based Clustering
4.4 Introduction to Anomaly Detection Methods
4.5 Dimensionality Reduction for Visualization
4.6 Hands-on: Clustering and Anomaly Detection Practice
© 2025 ApX Machine Learning