Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:57:43.000Z (11 days ago)
- Last Synced: 2024-10-27T12:15:40.041Z (11 days 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.