Open flacle opened 1 year ago
@flacle, Could you please elaborate about your Feature. Also, please specify the Use Cases for this feature. Thank you!
Talked this over, I am not sure we would want to go straight to a new layer at this time, but if you are interested, you could contribute a new Keras example (instructions here) showing how to implement this layer, and how it can improve performance on a timeseries dataset over lstms!
This issue is stale because it has been open for 180 days with no activity. It will be closed if no further activity occurs. Thank you.
This issue is stale because it has been open for 180 days with no activity. It will be closed if no further activity occurs. Thank you.
Describe the problem
LMU's (originally introduced in 2019) are a separate class of RNNs. They have been demonstrated to outperform LSTMs on some tasks that require longer time windows while requiring fewer parameters (see NeurIPS 2019 submission). Including LMU's directly into Keras would extend the usefulness and impact of Keras for its users where parameter size is an important consideration.