Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfsantos/seq2seq
https://github.com/jfsantos/seq2seq
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfsantos/seq2seq
- Owner: jfsantos
- License: bsd-3-clause
- Created: 2015-12-02T13:46:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T14:48:51.000Z (almost 9 years ago)
- Last Synced: 2024-12-10T15:05:10.696Z (17 days ago)
- Language: Jupyter Notebook
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seq2seq
A library for sequence modeling and sequence-to-sequence modeling.
*`RNN.lua` allows for forward or backward recurrency, requires fixed sequence length for now
*`LSTM.lua` allows for peephole connections