-
Notifications
You must be signed in to change notification settings - Fork 1
Home
igorsieradzki edited this page Oct 28, 2014
·
16 revisions
- First Iteration 07.11.2014 - 04.12.2014
- Second Iteration 05.12.2014 - 08.01.2015
- Third Iteration 09.01.2015 - 05.02.2015
First version of the application is currently prepared.
Project consists of 2 main parts, first is a python based API for reading and classifying Emotiv Epoc raw signal, second as an interface whick will send particular commands to the Lego Mindstrom's brick via Bluetooth. Paradoxically the hardest part of the project will be teaching an user (myself for the most part) to provide good training data for the classifier as well as for future use.
- Raw signal processing object
- Signals classifier
- "Fast-learning" interface (single, about 8 seconds learning session) for new users
- PC -> Mindstorm Brick Bluetooth Interface
Desktop Application, will require a notebook with Bluetooth module Programming Languages:
- Python with: scikit-learn, numpy, theano(?)
- Java, for MindStorms communication via Bluetooth
- Python: PyCharm
- Java: IntelliJ IDEA
Draft Version!
- Open Source