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

Prototype Inception-based classifier for eyes closed/open data #10

Closed
jdpigeon opened this issue Apr 20, 2017 · 1 comment
Closed

Prototype Inception-based classifier for eyes closed/open data #10

jdpigeon opened this issue Apr 20, 2017 · 1 comment
Projects

Comments

@jdpigeon
Copy link
Member

Following the Tensorflow for Poets tutorial, I've tested the ability of a retrained Inception network to identify open vs closed eye epochs of data.

The idea is to convert our EEG data into spectrograms (2s epochs) and then feeding these images (as jpgs to start with) to this classifer and teaching it distinguish between open vs closed eye spectrograms.

However, taking a look at the spectrograms we're getting from Neurodoro data, I want to reevaluate this step. There may be errors in the processing code in the jupyter notebook or even in the app's filtering code.

@jdpigeon jdpigeon created this issue from a note in Neurodoro (TODO) Apr 20, 2017
@jdpigeon
Copy link
Member Author

Works with ~98% validation accuracy

See inception_classifier notebook

@jdpigeon jdpigeon moved this from TODO to Done in Neurodoro May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant