shahpratham/Image_Grouping

Week 3 Tasks

Opened this issue · 0 comments

  • Debug the code

  • Test on sample i/o for features from internet

  • Look for global minima instead of local minima by randomly running it at different points 3-4 times

  • Generalize the code from 2d to nd data points

  • Determine how many k-means iterations are required (t)

  • Optimize code from O(nkt) to O(nk)