91-DOU : Day #1

Course : Cluster Analysis & Unsupervised ML in Python

Video Mins completed : 125 mins

Last Video # completed : 13

Notes

Clustering application

  1. Categorization
  2. Search : Closest neighbors for an item
  3. Density estimation : Finding probability distribution in the data.

Implemented exercises to understand the core logic of K-Means clustering. This was unnecessary. Implementation could have been skipped. Need to move faster.