Diff of /README.md [000000] .. [2af92b]

Switch to unified view

a b/README.md
1
# dl-eeg-playground
2
You have found the Deep Learning EEG Playground, put together by the Montreal Hacknight. 
3
4
The repo is a bit messy, but what you should find in here:
5
- examples on how to usual stuff with colab
6
- a pyRiemann comparative example
7
- brain-decode based experimentations:
8
    - tutorial from their website
9
    - x86 execution
10
    - colab based code
11
    - sklearn wrapper
12
    
13
We are currently working toward integrating braindecode into MOABB, feel free to join us every other Fridays @ District 3 Innovation Center
14
15
16
# SETUP
17
18
- We assume you are using Anaconda, python 3.5
19
20
- Install Brain Decode: https://github.com/robintibor/braindecode
21
  - If you are on Windows, [You can install PyTorch using these instructions. You only need to go up to step 4.A.](https://www.superdatascience.com/pytorch/) 
22
- Go through the TrialWise Tutorial: https://robintibor.github.io/braindecode/notebooks/TrialWise_Decoding.html to make sure everything is setup properly
23
- Download this dataset : Two class motor imagery (002-2014) at http://bnci-horizon-2020.eu/database/data-sets
24
- put everything in an new folder (here)/BBCIData/
25
26
The remaining of the project is described in our jupyter notebook(s)
27
1 - Two-Classes Classification (BNCI)
28
29
# SETUP (Google Colab)
30
31
1. Download `2 - Two-Classes Classification (BNCI) Colab.ipynb` and upload it on your Google Drive.
32
1. Open [Google Colab](https://colab.research.google.com)
33
1. Instructions for dataset download and python library installation are described in the Jupyter notebook.
34
35
## Resources
36
For more papers on DL applications on EEG, you could refer to this [repo](https://github.com/arnaghosh/DL-neuro_Papers). Feel free to contribute.