/DICE

The model accompanying the

Primary LanguagePythonMIT LicenseMIT

Through the looking glass: deep interpretable dynamic directed connectivity in resting fMRI

Usman Mahmood, Zengin Fu, Vince D. Calhoun, Sergey M. Plis

The code accompanyin the paper Through the looking glass: deep interpretable dynamic directed connectivity in resting fMRI

Dependencies:

  • PyTorch
  • Scikit-Learn
conda install pytorch torchvision -c pytorch
conda install sklearn

Installation

# PyTorch
conda install pytorch torchvision -c pytorch
git clone https://github.com/UsmanMahmood27/DECENNT.git
cd DICE
pip install -e .
pip install -r requirements.txt