Skip to content

FOCUS! - An EEG And ANN Powered Brain Sensing Headband For Accident Prevention With 1.25 million deaths and approximately 20-50 million injured a year as a result of distractions on/off workplaces, the numbers are only increasing. As a measure I decided to build a EEG powered headband model alongside other researchers!

License

Notifications You must be signed in to change notification settings

Sparsh101AI/EEG-BrainSensing-Headband-Project-Source-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I've added the referenced materials below

Nonlinear PCA toolbox for Matlab

Nonlinear principal component analysis (NLPCA) based on auto-associative neural networks (autoencoder).

Syntax

#!python
[pc, net] = nlpca(data, k)

pc = nlpca_get_components(net, data)
data_reconstruction = nlpca_get_data(net, pc)

Description

pc = nlpca(data,k) extracts k nonlinear components from the data set. pc represents the estimated component values (scores).

net is a data structure explaining the neural network parameters for the nonlinear transformation from data space to component space and reverse.

net can be used in nlpca_get_components and nlpca_get_data to obtain component values (scores) for new data or reconstructed data for any component value.

Download

wget https://bitbucket.org/matthias-scholz/nonlinear-pca-toolbox-for-matlab/get/default.zip

Cite

If you use this toolbox in a publication, please cite one of these articles.

About

FOCUS! - An EEG And ANN Powered Brain Sensing Headband For Accident Prevention With 1.25 million deaths and approximately 20-50 million injured a year as a result of distractions on/off workplaces, the numbers are only increasing. As a measure I decided to build a EEG powered headband model alongside other researchers!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages