python - Force LSTM-Keras to access of past data different from the target -


i've build lstm model keras anomaly detection task. model trained dataset of n time series. i'm training validate fake anomalies created.
if try predict values of signal a, see lstm dose not takes account time series of rest of signal, signal a.
hence, want lstm uses dependences of other signals , not past of target signal.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -