-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I have a time series vector with several features, I call that vector "state at time t". I though of using HyperGrid Transformer to encode the state vector and pass it to Pattern Pooler. Given the states from 0
to time t
, can Pattern Pooler predict the state at time t + 1
? Or maybe it can be done with Sequence Learner taking output of Pattern Pooler? Similar to the multivariate anomaly detection example, but with blocks HyperGridTransformer > PatternPooler > SequenceLearner
and predicting next output like Long-Short Term Memory models can do.
I got this when changing multivariate anomaly detection example to use HyperGridTransformer > PatternPooler > SequenceLearner
(left is original, right new one)
Metadata
Metadata
Assignees
Labels
No labels