Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saman-nia/deep-neural-networks-for-clustering
Deep Learning Clustering with Tensor-Flow in Python
https://github.com/saman-nia/deep-neural-networks-for-clustering
autoencoder autoencoder-clustering deep-learning deep-neural-networks k-means-clustering machine-learning spectral-clustering tensorboard tensorflow tensorflow-examples tensorflow-experiments tensorflow-models tensorflow-tutorials
Last synced: 3 months ago
JSON representation
Deep Learning Clustering with Tensor-Flow in Python
- Host: GitHub
- URL: https://github.com/saman-nia/deep-neural-networks-for-clustering
- Owner: saman-nia
- Created: 2018-01-20T10:49:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T08:12:50.000Z (about 6 years ago)
- Last Synced: 2024-10-10T08:42:38.819Z (3 months ago)
- Topics: autoencoder, autoencoder-clustering, deep-learning, deep-neural-networks, k-means-clustering, machine-learning, spectral-clustering, tensorboard, tensorflow, tensorflow-examples, tensorflow-experiments, tensorflow-models, tensorflow-tutorials
- Language: Jupyter Notebook
- Homepage:
- Size: 26.6 MB
- Stars: 13
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning Clustering with Tensor-Flow in Python;
In this report, we try to optimize an idea which already has been presented under title " Learning Deep Representations for Graph clustering" by F. Tian, B. Gao, Q. Cui, E. Chen, T. Liu. The idea is described as follows: “modeling a simple method which embedding the similarity graph by deep autoencoder with sparsity penalty, then runs the K-Means algorithm on the embedding graph to obtain the clustering result”. However, although our model is based on the original idea, but the graph similarity and the loss function and the model training methods are different. We also compare our results with the two previous results based on the recent papers ( F. Tian, B. Gao, Q. Cui, E. Chen, T. Liu, 2014), (S. Cao, W. Lu, Q, Xu, 2016) on the same datasets.
Below you will see a autoencoder embedded 3NG(3 groups of the 20-newsgroups dataset)data into two dimensions:![Alt text](https://github.com/saman-nia/Deep-Neural-Networks-for-Clustering/blob/master/Visualizations/2D_Embedded.png?raw=true "Title")