From 1368cf4a46709f5faa1039ecf363712a4feaa02b Mon Sep 17 00:00:00 2001 From: dengemann Date: Thu, 19 Dec 2024 16:57:47 +0100 Subject: [PATCH] one more iteration --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1757ca..de74438 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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} } -``` \ No newline at end of file +``` + +## Contributing + +We currently do not accept contributions.