Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.48 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.48 KB

Graph Neural Mapping

Notice

PyTorch implementation of the paper Understanding Graph Isomorphism Network for rs-fMRI Functional Connectivity Analysis by Byung-Hoon Kim and Jong Chul Ye.

The model code is based on the official implementation of the

Resources

Dataset:

  • The Human Connectome Project: paper, web

Processing:

Atlas:

Visualization:

Requirements

Python3 with following packages

  • pytorch >= 1.4.0
  • scikit-learn >= 0.21.3
  • nilearn >= 0.5.2
  • nibabel >= 2.5.0
  • tqdm