kpot / keras-transformer

Keras library for building (Universal) Transformers, facilitating BERT and GPT models
MIT License
533 stars 140 forks source link

Example in simple time-series #35

Open rjpg opened 4 years ago

rjpg commented 4 years ago

hello,

It would be nice if you could provide some simple examples of how to apply these models in a simple multivariable time-series scenario (with simple values in a sequence, with no embeddings, no words/text, etc), if possible.

Like multivariable time-series classification (or regression). For generic use.

Multivariable time-series classification: input (time-steps , variables ) output (class)

Thanks in advance!

raghavgurbaxani commented 4 years ago

any update on this ?

raghavgurbaxani commented 4 years ago

@kpot can you provide an example how to use this library for time series data ?