What are the applications of recurrent neural nets?
Vanilla supervised learning and Structured Input
ways to model ordered sequences?
Using keras for creating a recursive linear funtion
logistic recursive sequence
s1=α
s2 =ws1 −ws1^2
What is windowing?
- Obtaining the input - output pairs
Flaws with FNN approach