laubonghaudoi / CNN_P300

5-layer convolutional neural network for P300 signal classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNN P300 classifier

This is a reimplementation of the 5-layer Convolutional Neural Network in [1] with minor modifications. Sorry for the comments written in Chinese as I don't have time to change them into English.

Note that the codes in the \minFunc are imported from Andrew Ng's Coursera Machine Learning course homework, to optimize the autoencoder. The codes in \AutoEncoder are experimental(obsolete) and unneccesary to run the classification.

Data is not included in this repo, you can download it here BCI Competition III

Reference

[1] Cecotti H, Graser A. Convolutional neural networks for P300 detection with application to brain-computer interfaces[J]. IEEE transactions on pattern analysis and machine intelligence, 2011, 33(3): 433-445. [2]

About

5-layer convolutional neural network for P300 signal classification


Languages

Language:MATLAB 90.3%Language:C 8.9%Language:Python 0.4%Language:C++ 0.2%Language:M 0.1%