Dropout for the recurrent signal on LSTM units

Is there a possibility in Flux to apply dropout procedure to the recurrent input signal on the LSTM units, like recurrent_dropout in Keras?

Not at present, so a PR would be very welcome :slight_smile: