Skip to content

We work here on EEG signals and try to recognize specifics patterns online

Notifications You must be signed in to change notification settings

TimeSeriesAnalysis/EEGAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective

Our goal is to create or use algorithm enabling us to classify or to clusterize EEG signals for medical purposes (epilepsy detection ...). The long term goal is to make our approaches more general and use them to analyse time series in different fields.

The aim of this algorithm is to convert a time serie into a sequence of letters. An incremental version of SAX has also been produced If this approach is not sufficient we plan to use short time Fourier transform to map locally our time series into a frequency representation and use more traditional methods

Apply an HMM to the sequence of letters to produce a probabilistic model of the sequence of letters obtained from the EEG signal

Classifying pieces of time series using Recurrent Neural Networks

Apply a RNN to the sequence of letters to produce a model of the sequence of letters obtained from the EEG signal

Useful links

DATASETS

Related topics

Hidden Markov Models

Dynamic monitoring quantiles

EEG

TODO

  • Implement Dynamic monitoring quantiles to the incremental version of SAX
  • Test if SAX transformation is sufficient or FFT transformation is required
  • Evaluate and compare HMM results and RNN
  • Test on real time EEG signals
  • New sensors? OpenBCI

About

We work here on EEG signals and try to recognize specifics patterns online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published