<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unsupervised Learning on DATATWEETS</title><link>/courses/machine-learning/unsupervised-learning/</link><description>Recent content in Unsupervised Learning on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Fri, 14 Nov 2025 09:00:00 +0200</lastBuildDate><atom:link href="/courses/machine-learning/unsupervised-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - Introduction to Unsupervised Learning</title><link>/courses/machine-learning/unsupervised-learning/lesson-1-introduction-to-unsupervised-learning/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/unsupervised-learning/lesson-1-introduction-to-unsupervised-learning/</guid><description>Discover what unsupervised learning is, how it differs from supervised learning, and why clustering is its headline task. You will meet the real Mall Customers dataset and learn to spot natural groups by eye before any algorithm runs.</description></item><item><title>Lesson 2 - The Iterative K-Means Algorithm</title><link>/courses/machine-learning/unsupervised-learning/lesson-2-the-iterative-k-means-algorithm/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/unsupervised-learning/lesson-2-the-iterative-k-means-algorithm/</guid><description>Open up the k-means algorithm and see exactly how it discovers clusters. You will pick k, initialize centroids, and repeat the assign-and-update loop on the real Mall Customers dataset until the centroids stop moving, while learning the inertia objective, why standardization matters, and how smart initialization with k-means++ helps.</description></item><item><title>Lesson 3 - Choosing the Number of Clusters with the Elbow Method</title><link>/courses/machine-learning/unsupervised-learning/lesson-3-choosing-the-number-of-clusters-with-the-elbow-method/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/unsupervised-learning/lesson-3-choosing-the-number-of-clusters-with-the-elbow-method/</guid><description>Answer the central question of k-means: how many clusters? You will measure inertia, plot the elbow curve, and use the silhouette score as a complementary metric on the real Mall Customers dataset, then see why both point to five clusters.</description></item><item><title>Lesson 4 - K-Means with Scikit-Learn and Interpreting Results</title><link>/courses/machine-learning/unsupervised-learning/lesson-4-k-means-with-scikit-learn-and-interpreting-results/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/unsupervised-learning/lesson-4-k-means-with-scikit-learn-and-interpreting-results/</guid><description>Use scikit-learn&amp;rsquo;s KMeans to segment mall customers from start to finish: scale the data, fit the model, read labels_ and cluster_centers_, then profile and name each of the five segments. You will turn raw cluster numbers into an actionable marketing story.</description></item><item><title>Lesson 5 - Guided Project: Wholesale Customer Segmentation</title><link>/courses/machine-learning/unsupervised-learning/lesson-5-guided-project-wholesale-customer-segmentation/</link><pubDate>Fri, 14 Nov 2025 09:00:00 +0200</pubDate><guid>/courses/machine-learning/unsupervised-learning/lesson-5-guided-project-wholesale-customer-segmentation/</guid><description>Bring everything together in a guided clustering project. You will load the real Wholesale Customers dataset, log-transform skewed spending, standardize it, use the elbow method to pick k, fit KMeans, visualize high-dimensional clusters with PCA, and profile each segment into a business story.</description></item></channel></rss>