question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

feature_request: support for seq models: RNN, LSTM, GRU

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:13
  • Comments:5

github_iconTop GitHub Comments

3reactions
slavakurilyakcommented, Jan 16, 2019

Inspiration: Microsoft’s nni, an AutoML toolkit for neural architecture search, already supports sequential models.

0reactions
anuraagvaidyacommented, Aug 20, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found