0Pricing
Python For Kids · Lesson

Unsupervised Learning

Understand clustering techniques like K-Means and hierarchical clustering.

1

Unsupervised Learning

Unsupervised learning is a type of machine learning where the algorithm learns patterns from unlabeled data. It is often used for clustering, dimensionality reduction, and anomaly detection.

In this lesson, you’ll explore clustering techniques like K-Means and hierarchical clustering.

Unsupervised Learning — illustration 1

2

What is Unsupervised Learning?

Unsupervised learning involves analyzing and grouping data without predefined labels. It aims to identify hidden structures or patterns in the data.

Key tasks include:

  • Clustering: Grouping similar data points.
  • Dimensionality Reduction: Reducing the number of features while retaining important information.

All lessons in this course

  1. Introduction to Machine Learning
  2. Supervised Learning with Scikit-Learn
  3. Unsupervised Learning
  4. Feature Engineering and Selection
  5. Introduction to Neural Networks
  6. Introduction to TensorFlow and Keras
← Back to Python For Kids