Skip to content

Commit

Permalink
[Tutorial] add sampling tutorial. (dmlc#522)
Browse files Browse the repository at this point in the history
* add sampling tutorial.

* add readme

* update author list.

* fix indent in the code.

* rename the file.

* update tutorial.

* fix the last API.

* update image.
  • Loading branch information
zheng-da authored May 8, 2019
1 parent 3a1392e commit edf3951
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tutorials/models/5_giant_graph/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _tutorials5-index:


Training on giant graphs
=============================

* **Sampling** `[paper] <https://arxiv.org/abs/1710.10568>`__ `[tutorial]
<5_giant_graph/1_sampling.html>`__ `[MXNet code]
<https://github.com/dmlc/dgl/tree/master/examples/mxnet/sampling>`__ `[Pytorch code]
<https://github.com/dmlc/dgl/tree/master/examples/pytorch/sampling>`__:
we can perform neighbor sampling and control-variate sampling to train
graph convolution networks and its variants on a giant graph.

Loading

0 comments on commit edf3951

Please sign in to comment.