Deep learning for sequence pattern recognition

Hello,

in case you are interested in pattern modelling for Time Series analysis:

RNNs

Personally I find the tensorflow documentation very helpful, too:

Good benchmarks:
ARIMA models might be worth a look since you can describe seasonal patterns and trends:

Another nice benchmark for an automatic time series modelling can be derived with TSFresh:

Please let me know if this goes in a helpful direction for you.

2 Likes