.. currentmodule:: dgl Graph neural network modules =============== 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 `_ and use this title style: "[Feature Request] NN Module XXXModel". If you want to contribute an NN module, please `create a pull request `_ and use this title style: "[NN] XXXModel in MXNet/PyTorch NN Modules". A team member will review the pull request.