https://github.com/abomokh/kmeans-symnmf
C library implementing KMeans++ and SymNMF algorithms, fully compatible with Python.
https://github.com/abomokh/kmeans-symnmf
algorithms c clustring kmeans-algorithm matrix-factorization non-negative-matrix-factorization optmization pthon
Last synced: 6 months ago
JSON representation
C library implementing KMeans++ and SymNMF algorithms, fully compatible with Python.
- Host: GitHub
- URL: https://github.com/abomokh/kmeans-symnmf
- Owner: abomokh
- Created: 2024-10-27T10:56:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:57:43.000Z (11 months ago)
- Last Synced: 2025-02-09T04:17:05.688Z (8 months ago)
- Topics: algorithms, c, clustring, kmeans-algorithm, matrix-factorization, non-negative-matrix-factorization, optmization, pthon
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kmeans-symNMF
C library implementing KMeans++ and SymNMF algorithms, fully compatible with Python.