Keras Recurrentis a paragraph class for repeating layers. In Keras 2.0, all activations are linear by default for all implemented RNNs( LSTM, GRUand SimpleRNN). In previous versions, you had:
linearfor SimpleRNN,tanhfor LSTMand GRU.
source
share