https://github.com/shivamiitk21/k-medoids-parallel
Algorithms for K-Medoids Clustering
https://github.com/shivamiitk21/k-medoids-parallel
cuda-programming kmedoids-clustering parallel
Last synced: 4 months ago
JSON representation
Algorithms for K-Medoids Clustering
- Host: GitHub
- URL: https://github.com/shivamiitk21/k-medoids-parallel
- Owner: ShivamIITK21
- Created: 2023-10-24T22:41:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T22:29:42.000Z (over 2 years ago)
- Last Synced: 2024-04-28T05:35:44.776Z (about 2 years ago)
- Topics: cuda-programming, kmedoids-clustering, parallel
- Language: Cuda
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K-Medoid Algorithms
This repo contains implementations of K-Medoid Clustering algorithms.
### Serial PAM
Single threaded PAM algorithm which runs on CPU
### Parallel PAM
Parallelized PAM which run on CUDA supported GPUs.