Provides the three trainable parameters of the RNN to the optimizer.
@override List<Tensor> get parameters => [W_xh, W_hh, b_h];