-
Notifications
You must be signed in to change notification settings - Fork 1
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
Working packages #50
Comments
thanks for the write-up. Now I have more thoughts ;)
|
Training dataset
Test datasetTest-set based on real data. Find about 10 existing (already preprocessed) EEG datasets, choose 2-3 subjects, choose ~10 channels around the head, choose 5-10 features of that dataset, and manually label them: yes pattern or no pattern. Save the data, labels and the erpimages. CNN
Explicit features
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After much discussion, we came up with the following work plan:
1.1. The first should be based on real data. Find about 10 existing EEG datasets and manually label them: yes pattern or no pattern. Ideally there should be 100 instances for each pattern and (100 * number of patterns) noisy instances. Note that the dataset will be in numbers, but to score the patterns you will need to plot each entry.
1.2. The second should be simulated using existing simulation functions. For noise instance you can use real data or simulate yourself.
1.3. Each GT dataset should not be too large, no more than 100 MiB.
2.1. Train a CNN classifier model on the simulated dataset. Use ERPimages of size 50x50 pixels and train a small model on Julia.
2.2. Try some methods from the Magnostics paper
2.3. Assess entropy-based methods we already used before
The text was updated successfully, but these errors were encountered: