Skip to content

Commit

Permalink
Merge pull request #4 from Roche/doc_update
Browse files Browse the repository at this point in the history
[DOC] one more iteration
  • Loading branch information
dengemann authored Dec 20, 2024
2 parents 8edf34c + 1368cf4 commit 95b8ade
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mne

## Examples

Examples illustrating how to train the presented model can be found in the `green/research_code` folder. The notebook `example.ipynb` shows how to train the model on raw EEG data. And the notebook `example_wo_wav.ipynb` shows how to train a submodel that uses covariance matrices as input.
Examples illustrating how to train the presented model can be found in the [`green/research_code`](https://github.com/Roche/neuro-green/tree/main/green/research_code) folder. The notebook [`example.ipynb`](https://github.com/Roche/neuro-green/blob/main/green/research_code/example.ipynb) shows how to train the model on raw EEG data. And the notebook [`example_wo_wav.ipynb`](https://github.com/Roche/neuro-green/blob/main/green/research_code/example_wo_wav.ipynb) shows how to train a submodel that uses covariance matrices as input.

In addition, being pure PyTorch, the GREEN model can easily be integrated to [`braindecode`](https://braindecode.org/stable/index.html) routines.

Expand Down Expand Up @@ -84,4 +84,8 @@ When using our code, please cite the reference article:
URL = {https://www.biorxiv.org/content/early/2024/05/14/2024.05.14.594142},
journal = {bioRxiv}
}
```
```

## Contributing

We currently do not accept contributions.

0 comments on commit 95b8ade

Please sign in to comment.