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
Post a Comment