https://github.com/hwwang55/GraphGAN

sort by:
Revision Author Date Message Commit Date
3f1c3f7 Create LICENSE 22 November 2019, 02:07:29 UTC
83ca9a9 Delete LISENCE.txt 22 November 2019, 02:06:49 UTC
69f15b8 Update LISENCE.txt 22 November 2019, 01:54:14 UTC
28c35b4 Create LISENCE.txt 22 November 2019, 01:51:27 UTC
a709f7f fix bugs 06 November 2018, 12:11:49 UTC
0d3e23f fix the reward issue 28 August 2018, 14:34:15 UTC
fc31764 modify README 16 August 2018, 07:17:11 UTC
957b200 add framework.jpg 16 August 2018, 07:16:17 UTC
21d4a8a modified the default value of update_ratio in config.py 16 July 2018, 13:58:18 UTC
1224bb5 update README 16 July 2018, 03:01:47 UTC
ad611d2 fix import issues 16 July 2018, 02:54:20 UTC
9ee4b08 fix import issues 16 July 2018, 02:51:47 UTC
38288a9 update README 28 June 2018, 10:23:47 UTC
be02d2f update README 22 June 2018, 10:02:06 UTC
6af1296 update README 22 June 2018, 09:59:52 UTC
8f2e019 update README 22 June 2018, 09:58:37 UTC
2d0032b update README 22 June 2018, 09:55:37 UTC
560839c update input data 22 June 2018, 09:39:26 UTC
acd591d reformat the code 22 June 2018, 09:15:36 UTC
b56ed5c discriminator 09 June 2018, 10:54:34 UTC
d89242d deleted: pre_train/link_prediction/CA-GrQc_dis_63272.emb deleted: pre_train/link_prediction/CA-GrQc_gen_63272.emb 08 December 2017, 06:53:01 UTC
e9e66ef modified: README.md 08 December 2017, 06:51:00 UTC
2f6be70 modified: README.md 08 December 2017, 06:45:41 UTC
ac6d004 deleted: pre_train/link_prediction/CA-GrQc_dis_4391.emb deleted: pre_train/link_prediction/CA-GrQc_gen_4391.emb deleted: results/link_prediction/CA-GrQc_4391.txt new file: results/link_prediction/CA-GrQc_63272.txt modified: src/GraphGAN/config.py modified: src/GraphGAN/graph_gan.py 08 December 2017, 06:44:00 UTC
c8a3742 modified: README.md 08 December 2017, 05:50:40 UTC
ab43da3 modified: README.md 08 December 2017, 05:49:36 UTC
87a4785 renamed: GraphGAN.md -> README.md 08 December 2017, 05:47:50 UTC
ec9c4b9 modified: .idea/workspace.xml new file: GraphGAN.md new file: data/link_prediction/CA-GrQc_test.txt new file: data/link_prediction/CA-GrQc_test_neg.txt new file: data/link_prediction/others/CA-GrQc_undirected_train.txt new file: pre_train/link_prediction/CA-GrQc_dis_4391.emb new file: pre_train/link_prediction/CA-GrQc_gen_4391.emb new file: pre_train/link_prediction/CA-GrQc_pre_train.emb new file: results/link_prediction/CA-GrQc_4391.txt new file: src/GraphGAN/__init__.py new file: src/GraphGAN/config.py renamed: src/discriminator.py -> src/GraphGAN/discriminator.py renamed: src/generator_pair.py -> src/GraphGAN/generator.py new file: src/GraphGAN/graph_gan.py deleted: src/config.py new file: src/evaluation/__init__.py new file: src/evaluation/eval_link_prediction.py deleted: src/generator.py deleted: src/graph_gan.py modified: src/utils.py modified: pre_train/link_prediction/CA-GrQc_dis_4391.emb modified: pre_train/link_prediction/CA-GrQc_gen_4391.emb modified: results/link_prediction/CA-GrQc_4391.txt 08 December 2017, 05:45:21 UTC
7cabb1c new file: .idea/GraphGAN_github.iml new file: .idea/misc.xml new file: .idea/modules.xml new file: .idea/vcs.xml new file: .idea/workspace.xml modified: src/graph_gan.py 26 November 2017, 11:39:48 UTC
a775ac5 renamed: config.py -> src/config.py renamed: discriminator.py -> src/discriminator.py renamed: generator.py -> src/generator.py renamed: generator_pair.py -> src/generator_pair.py renamed: graph_gan.py -> src/graph_gan.py renamed: utils.py -> src/utils.py 19 November 2017, 12:53:27 UTC
b15b996 deleted: GraphData/blogCatalog3-groups.txt deleted: GraphData/blogCatalog3.txt deleted: GraphData/ca-Grqc.txt deleted: GraphData/flickr-groups.txt deleted: GraphData/flickr.txt deleted: GraphData/youtube-groups.txt deleted: GraphData/youtube.txt deleted: README.md modified: config.py new file: discriminator.py deleted: embeddingResult/blogCatalog_embedding.mat new file: generator.py new file: generator_pair.py deleted: graph.py new file: graph_gan.py deleted: model/__init__.py deleted: model/rbm.py deleted: model/sdne.py deleted: picture/TimeCompare.png new file: utils.py deleted: utils/__init__.py deleted: utils/drawP.py deleted: utils/utils.py 19 November 2017, 12:51:36 UTC
ad857bb deleted: main.py 19 November 2017, 12:47:16 UTC
12d9447 Modify : rbm training user sparse matrix 16 October 2017, 15:53:12 UTC
39891f5 ADD: blogCatalog result 16 October 2017, 10:44:20 UTC
8c6eb99 ADD: class Graph use sparse matrx now 15 October 2017, 14:04:35 UTC
c788462 a small change 11 August 2017, 08:08:04 UTC
b9bbbdd Merge branch 'dev' of github.com:suanrong/SDNE into dev 11 August 2017, 03:22:31 UTC
5a20cef Modify: calc precision@k 11 August 2017, 03:22:14 UTC
a7ca570 ADD: rbm init 01 July 2017, 10:34:25 UTC
4b02687 nothing 31 May 2017, 03:57:35 UTC
062605c nothing 31 May 2017, 03:32:27 UTC
f746639 Modify: f1 score 27 May 2017, 03:42:54 UTC
6eb02e5 Debug 17 May 2017, 08:27:37 UTC
4bbf2e6 Add: multi label classification 13 May 2017, 10:59:35 UTC
851af13 nothing 11 May 2017, 02:10:46 UTC
daa52f9 Modify: multi label classification 08 May 2017, 08:43:12 UTC
0edb31a Debug: negative_sampleing & delete regularizer 08 May 2017, 07:23:00 UTC
6110252 nothing 06 May 2017, 09:09:18 UTC
6b92172 ADD: sample with label data 06 May 2017, 07:28:47 UTC
7cfcefa ADD: check_classification 05 May 2017, 11:27:22 UTC
69af6cb nothing 05 May 2017, 08:08:54 UTC
76a55ac ADD: show loss per mini-batch 05 May 2017, 08:05:10 UTC
766423b Merge branch 'dev' of github.com:suanrong/SDNE into dev 28 April 2017, 12:08:24 UTC
334cbb0 ADD: scipy.io 28 April 2017, 12:08:05 UTC
eca01d3 Merge branch 'master' of github.com:suanrong/SDNE into dev 28 April 2017, 11:10:21 UTC
2b61839 Modify: edit readme.md 28 April 2017, 11:09:52 UTC
57b4e09 Merge branch 'master' of github.com:suanrong/SDNE 28 April 2017, 07:58:03 UTC
5709409 ADD : add ca-Grqc.txt 28 April 2017, 07:57:39 UTC
29ac842 verison 1.2 : add Readme.md 28 April 2017, 02:49:40 UTC
0148e2c Version 1.0.1 : rearrange the file 28 April 2017, 02:45:09 UTC
196caf9 Version : 1.1 link_reconstruction is done 27 April 2017, 09:41:52 UTC
a7b090f ADD : check_link_reconstruction 27 April 2017, 08:33:34 UTC
be62cec Version : 1.0.0 27 April 2017, 07:57:09 UTC
1f51f96 DEBUG: graph.py 27 April 2017, 03:18:29 UTC
7e20150 v0.0.1 27 April 2017, 02:27:35 UTC
401a10f nothing 24 April 2017, 12:37:27 UTC
ab015cd nothing 24 April 2017, 12:32:12 UTC
5f27d6b nothing 24 April 2017, 12:26:41 UTC
0ae444c nothing 24 April 2017, 12:22:19 UTC
bfda239 ADD: parser 24 April 2017, 12:16:23 UTC
f5fc1c2 ADD: .gitignore 24 April 2017, 07:47:32 UTC
a1ca16c ADD File: flickr-time.txt 24 April 2017, 07:41:12 UTC
7160e76 EDIT: delete abs 05 April 2017, 13:47:41 UTC
7ac0e14 EDIT: delete abs 05 April 2017, 13:46:32 UTC
3b220e1 Add: checkStop in AutoE_sparseDot 05 April 2017, 12:02:58 UTC
5b5d4f4 EDIT:move ngsample ratio into parameter 22 March 2017, 13:34:36 UTC
74fb3cc EDIT: modify readme 14 March 2017, 05:11:05 UTC
104d21f TEST: the sparseDot training time is 0.5 of the origin version 10 March 2017, 12:37:41 UTC
68e4502 EDIT: calc setting time in test_matmul.py 09 March 2017, 04:05:44 UTC
0e7e8bf Merge branch 'master' of git.net9.org:suanrong/SDNE 09 March 2017, 03:30:36 UTC
cf8e879 ADD: add test_matmul.py 09 March 2017, 03:30:23 UTC
f114a49 ADD: drawp.py and picture 09 March 2017, 03:16:48 UTC
8582b26 ADD: calc time consumped in different opt method 08 March 2017, 12:49:43 UTC
2d38c09 ADD: add some optimization methods 07 March 2017, 02:24:24 UTC
599196f ADD: add some comment 03 March 2017, 02:02:03 UTC
04f452e --amend 02 March 2017, 08:58:35 UTC
cba4475 EDIT: retab 02 March 2017, 08:51:41 UTC
8c9996b Edit: dataset path 02 March 2017, 08:37:49 UTC
19c3b3b a little change 02 March 2017, 02:48:34 UTC
50f6911 MOVE: setting into main.py and change the class name AutoE into AutoE_sparse 02 March 2017, 02:34:25 UTC
3f73caf Merge branch 'master' of git.net9.org:suanrong/SDNE 27 February 2017, 14:07:50 UTC
abfb1ee ADD: AutoE_sparse.py 27 February 2017, 14:06:38 UTC
a099b0e FIX: para -> self.para 27 February 2017, 12:30:08 UTC
4e6bba3 move para into main.py 27 February 2017, 12:24:18 UTC
451d375 Add gpu growth 20 February 2017, 01:11:31 UTC
e4cbb5d add test.py 26 January 2017, 01:34:28 UTC
90ade66 Change: displaying epoch behavior 24 January 2017, 14:25:32 UTC
3c32e3e Add: sparse dot when a_is_sparse is true 24 January 2017, 10:04:25 UTC
d98dd1a make rbm init into AE 19 January 2017, 10:34:10 UTC
d4a98fa little change 19 January 2017, 09:50:23 UTC
back to top