Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smartyfh/DANMF
Deep Autoencoder-like NMF
https://github.com/smartyfh/DANMF
community-detection deep-learning deep-matrix-factorization nmf overlapping-community-detection
Last synced: 2 months ago
JSON representation
Deep Autoencoder-like NMF
- Host: GitHub
- URL: https://github.com/smartyfh/DANMF
- Owner: smartyfh
- Created: 2018-10-29T07:17:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T00:51:36.000Z (almost 4 years ago)
- Last Synced: 2024-05-21T17:22:06.079Z (8 months ago)
- Topics: community-detection, deep-learning, deep-matrix-factorization, nmf, overlapping-community-detection
- Language: MATLAB
- Size: 6.84 KB
- Stars: 21
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-community-detection - [Matlab Reference
- awesome-network-embedding - [Matlab
README
# DANMF
Deep Autoencoder-like NMF
Code in Matlab for the paper "Deep Autoencoder-like Nonnegative Matrix Factorization for Community Detection", CIKM 2018. [[paper](https://dl.acm.org/doi/abs/10.1145/3269206.3271697)]
The Python version could be found [here](https://github.com/benedekrozemberczki/DANMF). Thanks for the reproduction.