Pinned Repositories
AGSOL-BCI
Ashton Graybiel Spatial Orientation Laboratory - The Brain Computer Interface Project
BCI-Virtual-Keyboard
A brain computer interface controlled virtual keyboard project.
bcicomp
some algorithms applied to bci comp IV
Brain-Computer-Interface
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 is converted into an unconstrained non-linear optimization problem. Interior point method is utilized to solve the logarithmic barrier. Inside the IPM algorithm, I use Newton method to solve the optimization problem in every loop. The stopping criterion of Newton method is by line search. Through this process, the optimal solution is rely on the value of . Therefore, two fold cross validation is built inside the program to determine the optimal .
Brain-Computer-Interface-1
Codes for Signal Processing of EEG raw data
Brain-Computer-Interface-BCI-based-Phone-Dialing
BrainComputerInterfaces
Variety of applications for BCI research
eeg-lab
Lab task to analyze EEG data obtained from Emotiv EPOC. Skoltech ISP 2015, Brain-Computer Interface
EmotivToolbox
MATLAB convenience class for Emotiv EPOC Neuroheadset
FEAST
A FEAture Selection Toolbox for C/C++ & Matlab/Octave.
jetW's Repositories
jetW/Brain-Computer-Interface
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 is converted into an unconstrained non-linear optimization problem. Interior point method is utilized to solve the logarithmic barrier. Inside the IPM algorithm, I use Newton method to solve the optimization problem in every loop. The stopping criterion of Newton method is by line search. Through this process, the optimal solution is rely on the value of . Therefore, two fold cross validation is built inside the program to determine the optimal .
jetW/interpy-zh
《Python进阶》(Intermediate Python 中文版)
jetW/mibbci
Motor Imagery Based Brain Computer Interface
jetW/500lines
500 Lines or Less
jetW/AlphaGo
A replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search," details of which can be found on their website.
jetW/Analyzing_Neural_Time_Series
python implementations of Analyzing Neural Time Series Textbook
jetW/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
jetW/bottle
bottle.py is a fast and simple micro-framework for python web-applications.
jetW/C-PAC
Configurable Pipeline for the Analysis of Connectomes
jetW/chinese_ocr
CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
jetW/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, prefix search, beam search and token passing.
jetW/CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model for TensorFlow.
jetW/DeepSpeech
A TensorFlow implementation of Baidu's DeepSpeech architecture
jetW/echoPred
single-neuron multi-layer predictive coding network.
jetW/EEGAnalysisProjects
Software and plugins for EEG Analysis software. Developed during master degree in EEG signal processing.
jetW/fieldtrip
The MATLAB toolbox for MEG and EEG analysis
jetW/freesurfer
The official FreeSurfer repository maintained by LCN
jetW/hfo
jetW/HFO-detect-python
Python library for automated HFO detection
jetW/howdoi
howdoi - instant coding answers via the command line
jetW/MVGC
A simple Multivariate Granger Causality (MVGC) python tool rewritten from part of Matlab MVGC toolbox
jetW/nxviz
Visualization Package for NetworkX
jetW/pycog
Train excitatory-inhibitory recurrent neural networks for cognitive tasks.
jetW/PythonSpiderNotes
Python入门网络爬虫之精华版
jetW/quickspikes
Fast spike detection and extraction for Python
jetW/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
jetW/spider
python 爬虫
jetW/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
jetW/tensorflow-speech-recognition
🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks
jetW/zhihu-python
获取知乎内容信息,包括问题,答案,用户,收藏夹信息