Deep learning for sequence pattern recognition

Hello everyone!

I am highly focused on learning the application of RNN for sequence pattern recognition. I am starting week 3 of DLS course five, and this kind of application is not within the course content.

I wanted to ask if anyone could supply me with educational resources, tutorials, examples or anything else that can help me build up a model for pattern recognition.

Thanks all for your help

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