Chengbin HOU
1395f3d0a2
Update citation
...
Neurocomputing; Available online 1 June 2020; In Press, Journal Pre-proof version
2020-06-02 11:52:22 +08:00
Chengbin
a501b15aa5
update citation
2020-05-28 13:27:06 +08:00
Chengbin
b1203d9f25
update_v1.0
2020-05-28 13:25:16 +08:00
houchengbin
c7f06f54e5
update
2019-07-16 14:03:43 +01:00
Chengbin HOU
d08aab00d0
Update README.md
2019-06-10 14:26:02 +01:00
houchengbin
5b1af696f5
parallel walks implementation for abrw, deepwalk, and node2vec
2019-06-05 17:50:45 +01:00
Chengbin HOU
7e868ea889
update ASNE method (IEEE TKDE2018)
2019-04-15 11:44:09 +01:00
Chengbin HOU
7c056f7068
save ROM for ABRW weighted walker
...
This implementation saves huge ROM space while running ABRW weighted walker, since this version will not explicitly reconstruct weighted directed graph, but install, it directly utilize sparse transition matrix to do so.
Notice that: walker_1.py version might be 10* slower than walker.py version, although it saves huge ROM space.
Please use walker_1.py version if and only if your ROM and dataset cannot run with ABRW method. We will fix this problem soon.
2018-12-14 00:32:39 +08:00
Dongzy
ac74c09411
let method import afterwards
...
mainly fixed the conflict between tensorflow and numpy+mkl
2018-12-06 09:34:06 +08:00
Dongzy
97fcf83cef
Merge remote-tracking branch 'origin/master'
2018-12-05 17:20:32 +08:00
Dongzy
fb92c4126e
delete init file
2018-12-05 17:14:54 +08:00
Dongzy
f5df6e991b
add testing script
2018-12-05 17:14:54 +08:00
Zeyu DONG
fa34c00a51
Update mail address
2018-12-04 11:46:38 +08:00
Chengbin
f331885d91
Update README.md
2018-12-03 12:27:05 +00:00
Zeyu DONG
2039d5d3f1
Update README.md
2018-12-03 16:23:36 +08:00
Chengbin Hou
6fbafab353
update readme and remove redundancy
...
the last update before making public
2018-12-02 19:10:33 +00:00
Dongzy
103f207795
Merge branch 'master' of github.com:houchengbin/OpenANE
2018-12-02 10:53:45 +08:00
Chengbin Hou
8528df9654
update readme
2018-12-01 21:46:15 +00:00
Dongzy
70bbfebb23
update requirements file
2018-12-01 12:40:01 +08:00
Chengbin HOU
dccf728131
add vis result
2018-11-30 21:41:10 +00:00
Chengbin Hou
05a6dd8565
add vis API
2018-11-30 21:36:50 +00:00
Chengbin Hou
11f610f2db
update readme
2018-11-30 21:36:16 +00:00
Chengbin Hou
2d1783bfb1
format
2018-11-30 21:32:14 +00:00
Chengbin Hou
4903c0ef0e
remove redundant dependencies
2018-11-30 20:32:16 +00:00
Dongzy
b9f4edbebd
clean up for relaese
2018-11-30 21:41:31 +08:00
Dongzy
f4a765efc5
remove redundant code
2018-11-30 21:13:04 +08:00
Dongzy
c114daac31
format code
2018-11-30 20:46:01 +08:00
Dongzy
7980429764
move classify to downstream
2018-11-30 17:24:31 +08:00
Chengbin Hou
a33442f74c
readme update (draft 3)
2018-11-29 23:47:15 +00:00
Chengbin HOU
7fd3468d1a
add viz result
2018-11-29 22:15:23 +00:00
Chengbin HOU
dd1b89e291
Merge pull request #3 from houchengbin/proj-descriptions
...
Proj descriptions
2018-11-29 21:09:07 +00:00
Chengbin Hou
c14f6854d3
readme update (draft 2)
2018-11-29 20:56:42 +00:00
Dongzy
cfab6a9aa9
Add testing result
2018-11-25 11:23:05 +08:00
Dongzy
a6314a62a7
Merge branch 'master' into proj-descriptions
2018-11-25 11:04:05 +08:00
Chengbin Hou
6eefa603cb
readme update (draft)
2018-11-24 19:09:09 +00:00
Chengbin Hou
f25e6ad6d8
OpenANE License update
2018-11-23 10:24:52 +00:00
Chengbin HOU
da1961ea12
exp for 2c52ce69e6
...
@ 2018-11-22
log for commit 2c52ce69e6
2018-11-22 23:10:47 +00:00
Chengbin Hou
2c52ce69e6
asne_checked_v0.0
2018-11-22 22:49:28 +00:00
Chengbin Hou
7e1039cc3c
graphsage early stopping test
2018-11-22 19:26:38 +00:00
Dongzy
1e9f634410
Merge branch 'master' into proj-descriptions
2018-11-22 19:02:11 +08:00
Chengbin Hou
fa2fd1f21f
graphsageAPI as a class & add save emb method
2018-11-21 21:39:55 +00:00
Chengbin Hou
ce0ce07d4c
line_checked_v0.0_minor_fixup
2018-11-20 21:47:12 +00:00
Chengbin Hou
1dd38e348d
line_checked_v0.0 & fixup args
2018-11-20 21:31:39 +00:00
Chengbin Hou
768d04eda0
grarep_checked_v0.0
2018-11-20 11:33:24 +00:00
Chengbin Hou
359d0aeea7
abrw_v0.0 fixup
2018-11-19 21:14:19 +00:00
Chengbin HOU
57d670f786
node2vec&deepwalk_checked_v0.0 & alias samp detail
...
1. fix deepwalk; 2. fix deepwalk; 3. try to explain alias sampling method based abrw (see code comments therein); 4. add a method in graph.py for adding weights to networkx graph (in order to fix node2vec); 5. format graph.py;
2018-11-19 20:23:45 +00:00
Chengbin Hou
cd2399706f
node2vec&deepwalk_checked_v0.0 & alias samp detail
2018-11-19 20:02:32 +00:00
Dongzy
d3f7555108
support perserve_zeros for row_as_probdist and fix tadw
2018-11-19 08:57:25 +08:00
Dongzy
a3a99fc539
fixup
2018-11-19 08:47:09 +08:00
Dongzy
2f17e0db5c
support dense output for row_as_probdist
2018-11-19 08:45:37 +08:00