1 / 8

GPGPU Final Project Proposal

GPGPU Final Project Proposal. r00922016 朱冠宇 r00922042 李哲君 2012/04/17. Topic. Hierarchical K-means. Motivation. K-means can be used for lots of applications Market research Social network analysis Recommendation system Image retrieval system. Motivation - speed.

claude
Download Presentation

GPGPU Final Project Proposal

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GPGPU Final Project Proposal r00922016 朱冠宇 r00922042 李哲君 2012/04/17

  2. Topic Hierarchical K-means

  3. Motivation K-means can be used for lots of applications • Market research • Social network analysis • Recommendation system • Image retrieval system

  4. Motivation - speed Data: N * d, find K centroids Find the nearest centroid: sub : N * d * k, mul : N * d * k, add : N * d min : O(k) Calculate new centroid: add : N * d, div : K * d Therefore, Hierarchical K-Means (HKM)shows up , but it is still slow for high dimension and large data.

  5. Experiment on HKM cpu version Holiday dataset 1491 pictures 46518801 vectors1000000 centroids Time : 626m55.739s

  6. Schedule & Scope 4/16~4/20K-means(GPU), HKM(CPU) code survey 4/23~5/04HKM GPU basic version 5/07~5/18Code speed up 5/21~6/01Clustering visualization or some app. 6/01~6/12buffer and write poster

  7. Expected Outcome big dimension (>128 for sift) HKM CUDA lib HKM(GPU) v.s. HKM(CPU) report clustering visualization (optional)

  8. Thanks for your attention.

More Related