https://github.com/danvk/lstm-examples
Tooling around with LSTM
https://github.com/danvk/lstm-examples
Last synced: about 1 month ago
JSON representation
Tooling around with LSTM
- Host: GitHub
- URL: https://github.com/danvk/lstm-examples
- Owner: danvk
- License: apache-2.0
- Created: 2015-01-14T23:19:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T20:19:21.000Z (over 11 years ago)
- Last Synced: 2026-04-17T00:17:38.301Z (3 months ago)
- Language: Python
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lstm-examples
This code depends on [Ocropy][1] and the Scientific Python stack.
To set it up, run:
```
git clone https://github.com/danvk/lstm-examples.git
cd lstm-examples
git clone https://github.com/tmbdev/ocropy/
cp -r ocropy/ocrolib .
rm -rf ocropy
```
To try the [Reber Grammar][2] example, you should just be able to run:
```
./reber.py
```
[1]: https://github.com/tmbdev/ocropy/
[2]: http://www.willamette.edu/~gorr/classes/cs449/reber.html