Zihao Ye
|
9314aabd1f
|
[Refactor] Interface of nn modules (#798)
* refactor
* upd mpnn
|
2019-08-27 22:29:25 +08:00 |
|
Zihao Ye
|
650f6ee1e0
|
[NN] Add commonly used GNN models from examples to dgl.nn modules. (#748)
* gat
* upd
* upd sage
* upd
* upd
* upd
* upd
* upd
* add gmmconv
* upd ggnn
* upd
* upd
* upd
* upd
* add citation examples
* add README
* fix cheb
* improve doc
* formula
* upd
* trigger
* lint
* lint
* upd
* add test for transform
* add test
* check
* upd
* improve doc
* shape check
* upd
* densechebconv, currently not correct (?)
* fix cheb
* fix
* upd
* upd sgc-reddit
* upd
* trigger
|
2019-08-27 18:21:19 +08:00 |
|
Tianyi
|
f3d3fdf8cd
|
add reddit example. (#658)
|
2019-06-14 22:53:59 +08:00 |
|
Chao Ma
|
f99725adbc
|
all demo use python-3 (#555)
|
2019-05-23 10:38:05 +08:00 |
|
Tianyi
|
cdbeb17f2d
|
[Model] Simplifying Graph Convolutional Networks. (#405)
* [Model] Simplifying Graph Convolutional Networks.
* - improve code stype (use nn.Linear)
- use `bias` option
- update hyperparameter and corresponding performance
|
2019-02-22 15:17:26 +08:00 |
|