Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement RNN and LSTM #3

Open
2 of 9 tasks
adendek opened this issue Nov 23, 2021 · 0 comments
Open
2 of 9 tasks

implement RNN and LSTM #3

adendek opened this issue Nov 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@adendek
Copy link
Owner

adendek commented Nov 23, 2021

implement vanilla RNN and LSTM and a corresponding example. This one may be a good starting point.

  • RNN
    • RNN unit tests
    • RNN example
  • LSTM
    • LSTM unit tests
    • LSTM example
  • GRU
    • GRU unit tests
    • GRU example
@adendek adendek added the enhancement New feature or request label Nov 23, 2021
@adendek adendek self-assigned this Nov 23, 2021
@adendek adendek added good first issue Good for newcomers help wanted Extra attention is needed labels Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant