My researches

Home
Projects
Research
Work
Aesthetic
Sports
Literature

Spectral Clustering Algorithm Research (with Professor Anil Damle) Link to Github

Background: Traditional K-means++ algorithm has a pitfall: given a bad initialization, it may not converge and will generate a bad result.

Method: We use a special column-pivoted QR factorization.

Benefits: Our algo is more robust and efficient in computing.

Testing: We also tested the robustness of our CPQR algorithms and the graph below shows the performance of four diffferent clustering methods.

The following graph shows the accuracy comparison of our CPQR and the traditions k-means method. Check Source

CPQR results