Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harvardnlp/nmt-android
Neural Machine Translation on Android
https://github.com/harvardnlp/nmt-android
Last synced: 3 days ago
JSON representation
Neural Machine Translation on Android
- Host: GitHub
- URL: https://github.com/harvardnlp/nmt-android
- Owner: harvardnlp
- License: gpl-3.0
- Created: 2016-06-28T12:48:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-28T17:11:21.000Z (over 8 years ago)
- Last Synced: 2024-07-02T23:08:40.198Z (4 months ago)
- Language: Lua
- Size: 1.61 MB
- Stars: 60
- Watchers: 11
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nmt-android
Neural Machine Translation on AndroidBased on http://github.com/harvardnlp/seq2seq-attn
```
Sequence-Level Knowledge Distillation
Yoon Kim, Alexander M. Rush
```
(http://arxiv.org/abs/1606.07947)
Requires torch-android (https://github.com/soumith/torch-android)(further docs coming)