LSTM to multivariate sequence classification
How can I train multivariate to multiclass sequence using LSTM in keras?
I have 50000 sequences, each in the length of 100 timepoints. At every time point, I have 3 features (So the width is 3).
I have 4 classes and I want to bulid a classifier to determine class for sequence. What is the best way to do so?
I saw many guides for univariate sequence classification but none for multivariate, and I don't know how to apply this on the multivariate case
Topic lstm keras sequence time-series python
Category Data Science