Skip to content

SherazKhan/kaggleMEG

 
 

Repository files navigation

This is our entry to the kaggle MEG contest

Example:

wget data && untar it in ./data/
python train.py

Get started with the data analysis

ipython notebook --pylab=inline

And load the notebook that is here.

TODO:

  • other classifiers (sklearn)
  • time-frequency representations (STFTs / Wavelets)
  • HMM for the sequentiality/temporality (as in speech)
  • structured learning https://pystruct.github.io
  • deep learning (2D convnets, 1D temporal/seq nets)

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.2%
  • Python 1.8%