Code Monkey home page Code Monkey logo

bciciv2a-fbcsp's People

Contributors

orvindemsy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bciciv2a-fbcsp's Issues

Bug report!

Create new key 'EEG_filtered' to store filtered EEG of each subject seem to be missing something.
for i in range(1, ns):
mod_data
Can you complete this code?

Test data evaluation is incorrect

There appears to be a mistake in the test data evaluation figure in the README.
In cell 72 of the notebook, training data is used to obtain test scores.

X_test = data_train['X']
y_test = data_train['y']

Best regards!

Test Data Results

I went through the code as I was interested in the FBCSP. But later at the end of the coding, it seems that under "Results for test data",
you have
data_train = mod_data[subj]['train']['mutual']
X_train = data_train['X']
y_train = data_train['y']

data_test = mod_data[subj]['test']['mutual']
X_test = data_train['X']     -------  X_test = data_test['X']
y_test = data_train['y']      -------  y_test = data_test['y']

From the training data results, it seems that the model might have been overfitted.

I did extend your work to 9 subjects using SVC, Naive Bayers Classifier and DecisionTrees.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.