Support for RNN, specifically LSTM and/or GRU - I might be willing to help implement in autokeras
Much of my work involves RNN, specifically LSTM and GRU, and I am sure that many other potential autokeras users would be interested in sequence model support also.
I suggest initially just supporting LSTM since LSTM cover GRU use cases, with a slight cost in model complexity and training time.
none
Please reach out to me if you would like help implementing this.
Inspiration: Microsoft's nni, an AutoML toolkit for neural architecture search, already supports sequential models.
Is there a plan to add RNN?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I agree. We need AutoKeras for sequential models.
Feature Description
Support for RNN, specifically LSTM and/or GRU - I might be willing to help implement in autokeras
Reason
Much of my work involves RNN, specifically LSTM and GRU, and I am sure that many other potential autokeras users would be interested in sequence model support also.
Solution
I suggest initially just supporting LSTM since LSTM cover GRU use cases, with a slight cost in model complexity and training time.
Alternative Solutions
none
Additional Context
Please reach out to me if you would like help implementing this.
Seems that the support is present.
https://github.com/keras-team/autokeras/issues/696
Most helpful comment
Inspiration: Microsoft's nni, an AutoML toolkit for neural architecture search, already supports sequential models.