https://github.com/graykode/brainwave-svm-login
BOB 5기 프로젝트(뇌파를 사용한 인증 매체)
https://github.com/graykode/brainwave-svm-login
Last synced: about 1 year ago
JSON representation
BOB 5기 프로젝트(뇌파를 사용한 인증 매체)
- Host: GitHub
- URL: https://github.com/graykode/brainwave-svm-login
- Owner: graykode
- Created: 2016-12-11T15:42:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T09:56:18.000Z (almost 8 years ago)
- Last Synced: 2025-02-08T14:30:05.534Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 490 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
brainwave-svm-login
===================
# 1. simple login system using brainwave
We can login system with individual brainwave. Each person have 10 brainwave datas, using support vector machine this problem to solve.
But. This few data make overfit.. so predict test by cross-validation show low accuracy
# 2. svmlib
[svm-lib](https://github.com/cjlin1/libsvm)
# 3. Modeling
When modeling, using scaling show low accuracy. It does not matter use scaling.