You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project introduces a way to establish direct communication pathway between brain and computers. With labeled data, I implement a SVM classifier to classify the brain signals into two clusters when decoding the movement direction, left or right.
About
This project introduces a way to establish direct communication pathway between brain and computers. With labeled data, I implement a SVM classifier to classify the brain signals into two clusters when decoding the movement direction, left or right. The most work of this project is to implement a SVM classifier. First, this classification problem…