feature_request: support for seq models: RNN, LSTM, GRU
See original GitHub issueFeature 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.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:13
- Comments:5
Top Results From Across the Web
support for seq models: RNN, LSTM, GRU · Issue #411 · keras ...
I suggest initially just supporting LSTM since LSTM cover GRU use cases, with a slight cost in model complexity and training time. Alternative ......
Read more >HOW GRU AND LSTM CELLS CAPTURE N-GRAMS
Abstract: Modern recurrent neural networks (RNN) such as Gated Recurrent Units (GRU) and Long Short-term Memory (LSTM) have demonstrated impressive results ...
Read more >Tutorial on RNN | LSTM |GRU with Implementation
In this article, we will learn RNN, LSTM, Bidirectional LSTM and GRU in detail with the implementation of movie sentiment classification.
Read more >Sequence Models (RNN, LSTM, GRU, Transformers) - YouTube
Deep Learning: Part5 - Sequence Models ( RNN, LSTM, GRU, Transformers).
Read more >Building RNN, LSTM, and GRU for time series using PyTorch
In this post, I'd like to give you a bit of an introduction to some of the RNN structures, such as RNN, LSTM,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Inspiration: Microsoft’s nni, an AutoML toolkit for neural architecture search, already supports sequential models.
Seems that the support is present. https://github.com/keras-team/autokeras/issues/696