Giter Club home page Giter Club logo

mt_finalproject's Introduction

Machine Translation Final Project - Curriculum training and it's effects

This is the code behind the paper:

To run the code please use the enviroment that Phillip Koehn has provided in his course.

Please download the europarl corpus that we have extracted to a txt file from here before you try to run this:

https://1drv.ms/u/s!Am4Ha7HFtj7srIkYXQ9hyJ00ii149w?e=9IvAyF

To reproduce our results do the following:

For the batch version using curriculum training do:

python LSTMwithnnLstmAndBatch.py --print_every 10000 --batch_size 10 --n_epochs 50 --train_file "data/traindata.txt"  --dev_file  "data/validationdata.txt" --test_file "data/testdata.txt" --out_file "results4" --hidden_size 512 --initial_learning_rate 0.001 

For the batch version using non curriculum training do:

python LSTMwithnnLstmAndBatch.py --print_every 10000 --batch_size 10 --n_epochs 20 --train_file "data/traindataToo.txt"  --dev_file  "data/validationdataToo.txt" --test_file "data/testdataToo.txt" --out_file "results3" --hidden_size 512 --initial_learning_rate 0.001 

For the non batch version using curriculum training do:

python LSTMwithNNlstm.py --print_every 10000 --n_epochs 10 --train_file "data/traindata.txt"  --dev_file  "data/validationdata.txt" --test_file "data/testdata.txt" --out_file "results1"

For the non batch version using non curriculum training do:

python LSTMwithNNlstm.py --print_every 10000 --n_epochs 10 --train_file "data/traindataToo.txt"  --dev_file  "data/validationdataToo.txt" --test_file "data/testdataToo.txt" --out_file "results2"

mt_finalproject's People

Contributors

chrisrawstone avatar johndelucia avatar talmagdish avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.