https://github.com/layumi/2015_neural_machine_translation
https://github.com/layumi/2015_neural_machine_translation
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/layumi/2015_neural_machine_translation
- Owner: layumi
- Created: 2015-10-10T15:48:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T15:21:22.000Z (almost 10 years ago)
- Last Synced: 2025-02-11T17:59:29.292Z (8 months ago)
- Language: Lua
- Size: 1.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# machine-translation
This code implements GRU for training/sampling from word-level language models. The model learns to translation english to france in a sequence.
This code was originally based on Oxford University Machine Learning class [practical 6](https://github.com/oxford-cs-ml-2015/practical6), which is in turn based on [learning to execute](https://github.com/wojciechz/learning_to_execute) code from Wojciech Zaremba.
### Training
Start training the model using `train-zzd.lua`, for example:
```
$ th train-zzd.lua -data_dir data/en-fr -gpuid -1
```