You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML-For-Beginners/5-Clustering/2-K-Means/README.md

34 lines
1.0 KiB

# K-Means Clustering
4 years ago
![Embed a video here if available](video-url)
https://www.youtube.com/watch?v=hDmNF9JG3lo
4 years ago
https://stanford.edu/~cpiech/cs221/handouts/kmeans.html
## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/27/)
4 years ago
Describe what we will learn
### Introduction
### Prerequisite
### Preparation
Preparatory steps to start this lesson
✅ Knowledge Check - use this moment to stretch students' knowledge with open questions
## 🚀Challenge
4 years ago
## [Post-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/28/)
4 years ago
## Review & Self Study
Take a look at Stanford's K-Means Simulator [here](https://stanford.edu/class/engr108/visualizations/kmeans/kmeans.html). You can use this tool to visualize sample data points and determine its centroids. With fresh data, click 'update' to see how long it takes to find convergence. You can edit the data's randomness, numbers of clusters and numbers of centroids. Does this help you get an idea of how the data can be grouped?
4 years ago
**Assignment**: [Assignment Name](assignment.md)