kaelzhang / DA-RNN-in-Tensorflow-2-and-PyTorch

A Tensorflow 2 (Keras) implementation of DA-RNN (A Dual-Stage Attention-Based Recurrent Neural Network for Time Series Prediction, arXiv:1704.02971)
MIT License
30 stars 12 forks source link

classification problem #4

Open Minxiangliu opened 2 years ago

Minxiangliu commented 2 years ago

I am interested in your model, I have 2000x6 physiological signals, I would like to try to use your model for binary classification, is it possible? According to the paper, do I need to separate the whole input signal, for example 2000x6 to 200x6x10?