Skip to content

Commit b1f5087

Browse files
committed
readme update
1 parent 56091a0 commit b1f5087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
##Introduction
44

5-
This document roughly discusses my approach to [Kaggle Seizure Prediction Challenge](http://www.kaggle.com/c/seizure-prediction), which resulted in the 10th place. The goal of the competition was to classify 10 minute intracranial EEG (iEEG) data clips into *preictal* for pre-seizure data or *interictal* for non-seizure data segments. For this problem I used convolutional neural networks (convnets). The following description provides a few excerpts from my master's thesis, which is available [here](kaggle-seizure-prediction/thesis.pdf).
5+
This document roughly discusses my approach to [Kaggle Seizure Prediction Challenge](http://www.kaggle.com/c/seizure-prediction), which resulted in the 10th place. The goal of the competition was to classify 10 minute intracranial EEG (iEEG) data clips into *preictal* for pre-seizure data or *interictal* for non-seizure data segments. For this problem I used convolutional neural networks (convnets). The following description provides a few excerpts from my master's thesis, which is available [here](https://github.com/IraKorshunova/kaggle-seizure-prediction/blob/master/thesis.pdf).
66

77
##Features
88
The first preprocessing steps were to resample the signal to 400 Hz and apply a band-pass filter between 0.1-180 Hz.

0 commit comments

Comments
 (0)