作業
Homework #9: k-means clustering
  • 成績比重:
    未設定
  • 期限:
    2019-01-02 00:00 (不允許遲交)
  • 屬性:
    個人作業, 不開放觀摩, 開放成績查詢
  • 描述:
    1. Implement K-means algorithm on your own and apply it to the MNIST dataset (with K=10)
    2. Compare your result with that obtained by sklearn.cluster.KMeans with the same initialization (random_state)
    3. Validate if 10-means algorithm can be applied to this dataset