Skip to content

Commit

Permalink
Merge branch 'master' into seminar2
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratevakate authored Sep 8, 2020
2 parents cb15988 + 1e7e0e3 commit e3ac456
Show file tree
Hide file tree
Showing 12 changed files with 59,494 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Neuroimaging and Machine Learning for Biomedicine
This is a repository containing seminars and lecture materials for the Skoltech course on Machine Learning in Neuroimaging data, Fall 2020.

Course by NeuroML ADASE lab: http://adase.group/neuro/
Course by NeuroML ADASE lab: http://adase.group/neuro/

## Course description:
This course is specifically aimed at MSc and PhD students with basic knowledge of Machine Learning techniques pursuing further growth in neuroimaging data analysis, either in clinical practice or in neuroscience research. The course will provide you with training in the aspects of human neuroimaging methods, data properties and applied Machine Learning techniques. The course is focused on brain biophysics, scanning techniques and methods of data analysis. Students will develop a broad set of skills that are essential to study brain function, brain pathology and solve biomedical tasks with state-of-the-art Machine Learning and Computer Vision techniques.​
Expand All @@ -11,8 +11,8 @@ This course is specifically aimed at MSc and PhD students with basic knowledge o
### The list of the current seminars published (will be updated with time):
* SEMINAR 0 (04.09) BASH for Engeneering pipelines, CometML
* Before seminar you are to install Docker https://www.docker.com/
* SEMINAR 1 (04.09) EEG analysis, Machine Learning in EEG
* SEMINAR 2 (04.09) MRI data analysis, sources, databases, tools
* SEMINAR 1 (07.09, 11.09) EEG analysis, Machine Learning in EEG
* SEMINAR 2 (14.09) MRI data analysis, sources, databases, tools
* Before seminar, please, do the following:
1) Download data from link https://drive.google.com/drive/folders/1P0ZhS1EoDY6fncnJb7foNFPjY5uoN6r0?usp=sharing
2) Clone repository to your local machine
Expand All @@ -21,20 +21,21 @@ This course is specifically aimed at MSc and PhD students with basic knowledge o
5) Type command `docker build -t neuroml/seminar2:0.0.1` and wait for successfull build
6) Run `docker run --rm -it -v /directory/to/downloaded/data:/workspace/data -p 8080:8080 neuroml/seminar2:0.0.1`
7) Open browser (preferebly Chrome) -> localhost:8080
* Before the seminar you are to install FreeSurfer https://surfer.nmr.mgh.harvard.edu/
* SEMINAR 3 (04.09) Machine Learning for structural MRI data analysis
* SEMINAR 3 (18.09) Machine Learning for structural MRI data analysis
* Before the seminar you are to get an account and granted access here https://db.humanconnectome.org/data/projects/HCP_1200
* SEMINAR 4 (04.09) fMRI data preprocessing, analysis, GLM
* SEMINAR 5 (04.09) Functional connectivity analysis and Machine Learning modelling
* SEMINAR 6 (04.09) Deep Learning models and fMRI data analysis
* SEMINAR 7 (04.09) Advanced topics: ML engeneering pipelines, domain adaptation, brain visualization
* SEMINAR 7 (04.09) Advanced topics: ML engeneering pipelines, domain adaptation, brain visualization

#### Datasets used (please get a personal account and complete data use agreement):
* Human Connectome Project https://db.humanconnectome.org/data/projects/HCP_1200
* UCLA Consortium for Neuropsychiatric Phenomics LA5c Study https://openneuro.org/datasets/ds000030/versions/1.0.0
* Autism Brain Imaging Data Exchange http://fcon_1000.projects.nitrc.org/indi/abide/
* EEG Motor Movement/Imagery Dataset https://www.physionet.org/content/eegmmidb/1.0.0/

#### Software used (please get a personal account and complete usage agreement):
* FreeSurfer https://surfer.nmr.mgh.harvard.edu/
* FmriPrep https://fmriprep.org/en/stable/
* Docker https://www.docker.com/
* MNE python library https://mne.tools/stable/index.html
Loading

0 comments on commit e3ac456

Please sign in to comment.