Diff of /README.md [000000] .. [a8e9b4]

Switch to unified view

a b/README.md
1
# EEGClassificationMCNN
2
Solution for EEG Classification via Multiscale Convolutional Net coded for NeuroHack at Yandex.
3
4
[Data and MCNN model dump](https://drive.google.com/file/d/0B6vZMotwvIlqemdQcFMzRlNkb0U/view?usp=sharing "Data and model dump")
5
6
7
# WARNING
8
Refactoring is in progress, this code is not entirely readable.
9
10
# Models
11
  - **Multifilter Convnet**: Apply 1D Convolutions of various filter size  to input timeseries and concatenate outputs to obtain the embedding
12
  - **Multiscale Convnet**: Apply 1D Convolution and Global Max Pooling to input timeseries resampled at different scales and concatenate outputs to obtain the embedding