Pinned Repositories
12JFPM_SSVEP
12-class joint frequency-phase modulated SSVEP dataset for estimating online BCI performance
30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
Artificial_Intelligence_-_Fuzzy_Logic_for_iRobot
Code that controls the robot of the iRobot Simulator, made for Matlab, using fuzzy logic. Video: https://www.youtube.com/watch?v=ta_wGza3X2M
BackEnd
后台开发相关知识
BCI_ErrPs_2019
BCINER_ErrPDetection
Brain-computer-interfaces
Steady-state Visual Evoked Potentials (SSVEP) BCI Classification Algorithms on a 12-Class SSVEP Public Dataset
CloudPan
linux下c/c++模拟实现云盘项目
eeg_classifier
Machine learning SVM classification of neural data.
MyTinySTL
Achieve a tiny STL in C++11
KeepStudyingAhead's Repositories
KeepStudyingAhead/MyTinySTL
Achieve a tiny STL in C++11
KeepStudyingAhead/30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
KeepStudyingAhead/BCINER_ErrPDetection
KeepStudyingAhead/Brain-computer-interfaces
Steady-state Visual Evoked Potentials (SSVEP) BCI Classification Algorithms on a 12-Class SSVEP Public Dataset
KeepStudyingAhead/CloudPan
linux下c/c++模拟实现云盘项目
KeepStudyingAhead/cmake-examples
Useful CMake Examples
KeepStudyingAhead/cmq-go-tdmq
Tencent CMQ to TDMQ compatible Go SDK
KeepStudyingAhead/cppjieba
"结巴"中文分词的C++版本
KeepStudyingAhead/dataset-ErrP-HRI
Dataset: A feasibility study for validating robot actions using EEG-based error-related potentials
KeepStudyingAhead/deep_linux_network_tests
《深入理解Linux网络》一书的配套源码
KeepStudyingAhead/discrete-event-systems-sandbox
This project will implement simple automata and petri nets utilities for educational purposes.
KeepStudyingAhead/distributed-system-framework
这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性hash为底层算法的负载均衡服务器,这可以作为一个单独的模块。
KeepStudyingAhead/EEG-EMG-analytics
This repository contains a set of Matlab scripts to process EEG and EMG signals (feature extraction, spectral analysis, ...).
KeepStudyingAhead/EEG-Motor-Imagery-Classification-CNNs-TensorFlow
EEG Motor Imagery Tasks Classification (by Channels) via Convolutional Neural Networks (CNNs) based on TensorFlow
KeepStudyingAhead/EEGwithRaspberryPI
Open-Source board for converting RaspberryPI to Brain-computer interface
KeepStudyingAhead/Error-perception-classification-in-BCI-using-CNN
This work aims to classify the occurrence of a feedback error, i.e., the perception of an error by a user interacting with a Brain-Computer Interface (BCI). To achieve that, Convolutional Neural Network (CNN) models are developed.
KeepStudyingAhead/git
An improved WebServer
KeepStudyingAhead/Json
轻量级Json库
KeepStudyingAhead/libevent
Event notification library
KeepStudyingAhead/LinuxStudy
主要用于学习Linux 及Android相关知识
KeepStudyingAhead/Machine-Learning-for-BCI
CCA for SSVEP, DNN for SSVEP, ROS-BCI
KeepStudyingAhead/Play-with-Algorithms
Codes of my MOOC Course <Play with Algorithms>, Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
KeepStudyingAhead/pyRiemann
Python package for covariance matrices manipulation and Biosignal classification with application in Brain Computer interface
KeepStudyingAhead/Python-EEG-Handbook
Python脑电数据处理中文手册 - A Chinese handbook for EEG data analysis based on Python
KeepStudyingAhead/pytorch-Deep-Residual-Shrinkage-Networks-for-fault-diagnosis
Deep Residual Shrinkage Networks for Fault Diagnosis(pytorch)
KeepStudyingAhead/Qzone_like
QQ自动登录、点赞、留言、定时发送消息、消息轰炸
KeepStudyingAhead/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
KeepStudyingAhead/shared-control
Shared Control for Mobile Robots through Navigational Cues
KeepStudyingAhead/SimpleKernel
Simple kernel for learning operating systems. 用于学习操作系统的简单内核
KeepStudyingAhead/TCP-IP-NetworkNote
📘《TCP/IP网络编程》(韩-尹圣雨)学习笔记