parcellearning

This is a python package to apply various graph neural network models to brain connectivity data to learn cortical brain maps. These models address the issue of node classification, as commonly seen in the graph representation learning community. These models are based on the Deep Graph Library.

Current models include the following:

  1. Graph Convolution Network ( paper)
  2. Graph Attention Network ( paper)
  3. Gaussian Kernel Graph Convolution Network ( paper)
  4. Constrained Graph Attention Network ( paper)
  5. Jumping Knowledge Representation Learning ( paper)
Data Scientist

Related