An open API service indexing awesome lists of open source software.

https://github.com/layumi/2015_neural_machine_translation


https://github.com/layumi/2015_neural_machine_translation

Last synced: 6 months ago
JSON representation

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
```