"vscode:/vscode.git/clone" did not exist on "b311f0223c2417f977085c6c0e38f4e75ae260c2"
nn.rst 749 Bytes
Newer Older
VoVAllen's avatar
VoVAllen committed
1
2
.. currentmodule:: dgl

3
Graph neural network modules
VoVAllen's avatar
VoVAllen committed
4
5
===============

6
This topic provides a link to several high-level, pre-defined modules you can use to build graph neural networks (NN).
VoVAllen's avatar
VoVAllen committed
7
8
9
10
11
12
13
14
15


.. toctree::
   :glob:
   :caption: NN Modules
 
   ../api/python/nn


16
Contribution guide
VoVAllen's avatar
VoVAllen committed
17
18
~~~~~~~~~~~~~~~~~~~~~

19
20
We welcome your contribution! If you want a model to be implemented in DGL as an NN module,
please `create an issue <https://github.com/dmlc/dgl/issues>`_ and use this title style: "[Feature Request] NN Module XXXModel".
VoVAllen's avatar
VoVAllen committed
21

22
If you want to contribute an NN module, please `create a pull request <https://github.com/dmlc/dgl/pulls>`_ and use this title style: "[NN] XXXModel in MXNet/PyTorch NN Modules". A team member will review the pull request.