Difference between revisions of "/tmp/bci/machine-learning"
From Tmplab
(New page: = Goal = Experiment with basic brain reverse engineering: out of the raw signal of the brain (EEG, fNIRS, ...), try to identify stable correlation with mental activity (reading text, list...) |
(→scikit-learn) |
||
Line 7: | Line 7: | ||
== scikit-learn == | == scikit-learn == | ||
− | + | scikit-learn provides a rich tool box of machine learning algorithms implemented with python / numpy / cython. Approx 50% of the core developers are involved in applications of statistical learning for Neuro-Imaging research. | |
Some resources to get started: | Some resources to get started: | ||
− | * https://github.com | + | * [https://github.com/scikit-learn/scikit-learn Official github source code repo] |
+ | * [http://scikit-learn.sourceforge.net Official website with documentation] | ||
+ | * [http://nisl.github.com/ Tutorial on application of machine learning to neuroimaging by scikit-learn developers] | ||
= People interested in this subproject = | = People interested in this subproject = |
Revision as of 17:53, 13 January 2011
Goal
Experiment with basic brain reverse engineering: out of the raw signal of the brain (EEG, fNIRS, ...), try to identify stable correlation with mental activity (reading text, listening to music, programming, sleeping) so as to find more deterministic ways to use the kits to control devices or generate artistic outpouts (music, video, ...).
Tools
scikit-learn
scikit-learn provides a rich tool box of machine learning algorithms implemented with python / numpy / cython. Approx 50% of the core developers are involved in applications of statistical learning for Neuro-Imaging research.
Some resources to get started:
- Official github source code repo
- Official website with documentation
- Tutorial on application of machine learning to neuroimaging by scikit-learn developers
People interested in this subproject
- Olivier Grisel (@ogrisel) - scikit-learn developer
- Add your name here