Implementing KNN and K-means algorithms with two versions : MPI(distributed memory) & Threads(shared memory)
The goal is to minimize their execution time as dataset get large
Tested with +58k instances coverType
Sumarry : View the full PDF
KNN KNN_MPI K-Means KMEANS_threads