필터 지우기
필터 지우기

How to cluster handwritten digits using k-means with K=10 ?

조회 수: 3 (최근 30일)
Sharda
Sharda 2015년 4월 14일
I have to implement K-means algorithm for K=10 on handwritten digits data. The data matrix is 2500 X 784,i.e there are 2500 data points each with dimensions 784 .After clustering,I have to label each cluster with the digit that occurs most frequently in it and then find the classification accuracy with this unsupervised method.
Dimensions are not to be reduced with PCA or any other dimensionality reduction technique.
But I am not sure how to show the plot having different clusters with their labels (as each data has 784 dimensions) and how to determine which point in the cluster corresponds to which digit. Please help me with this.I am new to Matlab !!!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by