GraphClustering
学习论文《Learning Deep Representations for Graph Clustering》
Install / Use
/learn @shaneson0/GraphClusteringREADME
复现Learning Deep Representations for Graph Clustering
使用深度学习求解图聚类问题,论文《Learning Deep Representations for Graph Clustering》
运行代码
python test.py
网络结构
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
first_input (InputLayer) (None, 178) 0
_________________________________________________________________
first (Dense) (None, 178) 31862
_________________________________________________________________
second (Dense) (None, 128) 22912
_________________________________________________________________
embed (Dense) (None, 64) 8256
=================================================================
运行截图

