The unsupervised-learning course of the University of Washington's ML Specialization on Coursera. Emily Fox and Carlos Guestrin teach nearest-neighbour retrieval, k-means clustering and mixture models. The conceptual teaching is strong, with the same caveat as the rest of the specialization: it is from 2016 and uses older proprietary tooling.
Good for: Understanding clustering and retrieval concepts clearly.
Less suitable if: You want current tooling or a broad, up-to-date ML course.
Requirements: Basic Python and some maths comfort; earlier specialisation courses help.
Realistic time: Around 15–20 hours over a few weeks.
About this course
Machine Learning: Clustering & Retrieval covers the unsupervised side of the University of Washington's ML Specialization. Emily Fox and Carlos Guestrin teach nearest-neighbour retrieval, k-means clustering, mixture models with EM, and latent Dirichlet allocation — applied to tasks like finding similar documents.
What you'll learn
Implement nearest-neighbour retrieval for similarity search
Cluster data with k-means
Use mixture models and the EM algorithm
Apply latent Dirichlet allocation to documents
Evaluate clustering and retrieval quality
Code the methods in Python
This course includes
Yes
Certificate
Yes
Mobile access
English
Language
What it costs
You can audit the course free on Coursera. A certificate needs a Coursera subscription (about $49/month) or Coursera Plus, with financial aid available. It is part of the University of Washington Machine Learning Specialisation.
Comparison · LBS
Compare alternatives for Machine Learning: Clustering & Retrieval
Same topic, different options. We surface the trade-offs others hide so you can pick the course that actually fits your time, budget, and goals.
A University of Washington certificate on Coursera is a credible learning record. It is a course certificate rather than a professional qualification or degree.
Last updated
Created in 2016, this course teaches through the proprietary GraphLab/Turi Create library rather than today's standard tools like scikit-learn or PyTorch. The concepts remain sound, but the tooling is dated — factor that in if you want directly job-ready code.
Instructor
EF
Emily Fox
Coursera instructor
Emily Fox and Carlos Guestrin of the University of Washington round out their specialization here with clustering and retrieval. Their case-study style and clear explanations carry through to the unsupervised material.