Skip to content

Pytorch implementation of pooling-regularized GNN (PRGNN) for fMRI analysis. https://arxiv.org/pdf/2007.14589.pdf

Notifications You must be signed in to change notification settings

zhengkid/PRGNN_fMRI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRGNN_fMRI

Requirments

Installation 1:

pip install -r requirements.txt

Installation 2: Install pytorch geometric 1.6.0 through

https://pytorch-geometric.readthedocs.io/en/latest/_modules/torch_geometric/

How to run the code ?

Custermize Dataset

Please follow the guideline in pytorch geometric 1.6.0 and create your own preprocessed data.

Run main function to classify brain graphs

python main.py --net ${GNN} --dataroot ${YOUR_PROCCESSED_DATA_DIR}

To Do

  • Provide synthetic data.

About

Pytorch implementation of pooling-regularized GNN (PRGNN) for fMRI analysis. https://arxiv.org/pdf/2007.14589.pdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%