Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] one more iteration #4

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading