文件名称:FastGCN:我们的ICLR18论文“ FastGCN”的示例代码
文件大小:5.11MB
文件格式:ZIP
更新时间:2024-05-23 08:15:32
reddit graph-convolutional-networks graphsage fastgcn Python
快速GCN 这是我们ICLR2018论文的Tensorflow实施: 示例代码说明: [用于Reddit数据集] train_batch_multiRank_inductive_reddit_Mixlayers_sampleA.py is the final model. (precomputated the AH in the bottom layer) The original Reddit data should be transferred into the .npz format using this function: transferRedditDataFormat. Note: By default, this code does no sampling. To enable sampling, change `main(None)` at the bottom
【文件预览】:
FastGCN-master
----pubmed-original_transductive_FastGCN.py(8KB)
----train_batch_multiRank_inductive_reddit_onelayer.py(11KB)
----pubmed_Mix_uniform.py(7KB)
----models.py(12KB)
----utils.py(12KB)
----data()
--------ind.cora.test.index(5KB)
--------ind.pubmed.x(23KB)
--------ind.citeseer.allx(581KB)
--------ind.citeseer.tx(254KB)
--------ind.citeseer.x(30KB)
--------ind.pubmed.y(854B)
--------ind.pubmed.tx(396KB)
--------ind.pubmed.graph(461KB)
--------ind.pubmed.ty(12KB)
--------ind.citeseer.y(3KB)
--------ind.cora.graph(58KB)
--------ind.pubmed.test.index(6KB)
--------ind.cora.ally(47KB)
--------ind.cora.x(22KB)
--------ind.citeseer.graph(61KB)
--------ind.cora.ty(27KB)
--------ind.citeseer.test.index(5KB)
--------ind.cora.allx(251KB)
--------ind.citeseer.ally(54KB)
--------ind.pubmed.ally(219KB)
--------ind.citeseer.ty(24KB)
--------ind.pubmed.allx(7.23MB)
--------ind.cora.y(4KB)
--------ind.cora.tx(145KB)
----train.py(4KB)
----metrics.py(1KB)
----lanczos.py(2KB)
----transformRedditGraph2NPZ.py(3KB)
----train_batch_multiRank_inductive_reddit_Mixlayers_uniform.py(10KB)
----train_batch_multiRank_inductive_reddit_Mixlayers_sampleA.py(14KB)
----pubmed_Mix.py(7KB)
----create_Graph.py(1KB)
----create_Graph_forGraphSAGE.py(1KB)
----__init__.py(70B)
----pubmed_Mix_sampleA.py(7KB)
----pubmed-original_inductive_FastGCN.py(8KB)
----train_batch_multiRank_inductive_newscheme.py(7KB)
----layers.py(9KB)
----inits.py(791B)
----pubmed_inductive_appr2layers.py(7KB)
----train_batch_multiRank_inductive_reddit_Mixlayers_sampleBatch.py(9KB)
----README.md(2KB)
----train_batch_multiRank_inductive_reddit_appr2layers.py(11KB)