Description Usage Arguments Value
View source: R/RNN_Keras_Linear.R
It creates the keras object to fit each individual RNN.
1 | RNN_Keras_Linear(Shape1, Shape2, Learning, wd, drop)
|
Shape1 |
Length of the input matrix containing the explanatory variables |
Shape2 |
Number of previous observation of the input matrix containing the explanatory variables |
Learning |
Learning rate of the RNN. |
wd |
Weighted decay used within the ADAM optimization algorithm. |
drop |
Level of dropout regularization. |
Keras object containing the structure and optimization algorithm of the RNN.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.