I manipulate the time series using the different structures of the neural networks in order to make a prediction, and I wonder if there is a way to choose the parameters of the networks intelligently? from the characteristics of the signal, namely (trend, seasonality ...) can we choose these parameters that will make learning better?
Asked
Active
Viewed 76 times
3
-
Many folks use grid search. Some crazy folks use bounded Nelder Mead. – EngrStudent Aug 14 '20 at 14:14
-
Can you please be more specific on what you have already tried and what is blocking you from doing what you are aiming for. – hH1sG0n3 May 04 '21 at 10:33
1 Answers
1
Indeed you can introduce some "unvariant" features to your LSTM network using Conditional RNN that use these features to create the initial hidden state:
https://github.com/philipperemy/cond_rnn
I hope this is what you are looking for.
mirimo
- 326
- 1
- 6