RNN_Keras_Linear: RNN_Keras_Linear

Description Usage Arguments Value

View source: R/RNN_Keras_Linear.R

Description

It creates the keras object to fit each individual RNN.

Usage

1
RNN_Keras_Linear(Shape1, Shape2, Learning, wd, drop)

Arguments

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.

Value

Keras object containing the structure and optimization algorithm of the RNN.


EduardoRamosP/MackNet documentation built on Sept. 26, 2020, 9:21 a.m.