vlawhern / arl-eegmodels

This is the Army Research Laboratory (ARL) EEGModels Project: A Collection of Convolutional Neural Network (CNN) models for EEG signal classification, using Keras and Tensorflow
Other
1.14k stars 284 forks source link

Is there some sample code available showing how to evaluate one EEG with one of these models? #44

Open KevinJMcEntee opened 1 year ago

KevinJMcEntee commented 1 year ago

This would jump-start my EEG ML journey. Thank you.

okbalefthanded commented 1 year ago

@KevinJMcEntee this script demonstrates how to evaluate the model on an ERP dataset: https://github.com/vlawhern/arl-eegmodels/blob/master/examples/ERP.py

KevinJMcEntee commented 1 year ago

I will check this out right after the holiday. Thank you.