fynance.models.recurrent_neural_network.RecurrentNeuralNetwork.register_parameter

RecurrentNeuralNetwork.register_parameter(name, param)

Adds a parameter to the module.

The parameter can be accessed as an attribute using given name.

Args:
name (string): name of the parameter. The parameter can be accessed
from this module using the given name

parameter (Parameter): parameter to be added to the module.