Recurrence
Recurrence(step_function, go_backwards = FALSE, initial_state = 0, return_full_state = FALSE, name = "")
name | string (optional) the name of the Function instance in the network |
---|---|
init | (scalar or matrix or initializer, defaults to init_glorot_uniform()) – initial value of weights Wial_state |