This topic provides a link to several high-level, pre-defined modules you can use to build graph neural networks (NN).
.. toctree::
:glob:
:caption: NN Modules
../api/python/nn
Contribution guide
~~~~~~~~~~~~~~~~~~~~~
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".
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.