gitextract_1lj34b5c/ ├── .gitignore ├── .theanorc ├── Dockerfile ├── README.md ├── jupyter/ │ └── jupyter_notebook_config.py ├── scripts/ │ ├── README.md │ ├── data/ │ │ ├── FirstADSubject.nii │ │ └── metadata.csv │ ├── requirements.txt │ ├── resnet_plot_heatmap.ipynb │ ├── resnet_plot_results.ipynb │ ├── resnet_train.ipynb │ ├── utils.py │ ├── vgg_like_plot_results.ipynb │ └── vgg_like_train.ipynb └── test_scripts/ └── test_theano.py