Hello,
in case you are interested in pattern modelling for Time Series analysis:
RNNs
- CS 230 - Recurrent Neural Networks Cheatsheet
- http://cs231n.stanford.edu/slides/2017/cs231n_2017_lecture10.pdf
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:
- Time series Forecasting — ARIMA models | by Sangarshanan | Towards Data Science
- Model selection with cross-validation — pmdarima 0.0.0 documentation
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.