Skip to content

Is it possible to predict next time series vector? #13

@HMaker

Description

@HMaker

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)
new multivariate example

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions