gianba / SeizureDetection

3 stars 0 forks source link

New classifiers #6

Open gianba opened 10 years ago

gianba commented 10 years ago

Try different classifiers. Currently used: Logistic regression and SVM. Remember that we need a probabilistic classifier...

ekretschmann commented 10 years ago

Maybe have a look into HMM. They were designed to find patterns in noisy data in time series. You only have a small number of states to start with, so it would be easy to train. I think there is a R library for this as well.