aqibsaeed / Multilabel-timeseries-classification-with-LSTM

Tensorflow implementation of paper: Learning to Diagnose with LSTM Recurrent Neural Networks.
Apache License 2.0
573 stars 188 forks source link

multilabel classification ? #7

Closed queyanaimao closed 7 years ago

queyanaimao commented 7 years ago

excuse me,the original is a multi-label classification problem, I did not get to know how your label is processed, after study your code I think your label is a single multi-label classification problem, am i wrong? would you help me to explain the label question? very very thank you!!

aqibsaeed commented 7 years ago

Don't understand what do you mean by multi-label classification problem and single multi-label classification problem. For labels and dataset preparation see https://github.com/YerevaNN/mimic3-benchmarks.

queyanaimao commented 7 years ago

oh....I'm so sorry.I mean a sample has multiple labels, how to deal with the labels?

aqibsaeed commented 7 years ago

Check this: https://github.com/YerevaNN/mimic3-benchmarks.