Coder Social home page Coder Social logo

fdaoptimization's Introduction

FDAOptimization

Feature Decay Algorithms Optimization with Genetic Algorithms

Copyright (c) 2014, Ergun Bicici, [email protected]

Citation:

Ergun Bicici and Deniz Yuret, “Optimizing Instance Selection for Statistical Machine Translation with Feature Decay Algorithms”, IEEE/ACM Transactions On Audio, Speech, and Language Processing (TASLP), 2014.

Feature Decay Algorithms (FDA) is developed as part of my PhD thesis:

Ergun Biçici. The Regression Model of Machine Translation. PhD thesis, Koç University, 2011. Note: Supervisor: Deniz Yuret.

The program is using genetic algorithms (GA) for optimizing FDA. It uses inspyred package for optimization.

TO RUN: (1) Install the inspyred package:

unzip inspyred.zip

bash build_distribution.sh

python setup.py install

(2) Prepare a config file for the optimization run. You can use the provided sample config file for this purpose:

fda.optimization.config

(3) Run an optimized fda:

python runoptFDA.py fda.optimization.config [numproc]

numproc is the optional parameter for the number of processors. Default value is 24.

Sample run output is given in file samplerun.output and below:

optimization settings: ('../fda/fda', 'data/train.en', 'data/train.de', 'data/dev.en', 'data/dev.de', 2, 92681) Optimization took: 5476.26002908 ../fda/fda -v1 -t92681 -d1.0 -c1.0089124001 -s0.886387647059 -i2.16465456164 -l1.89379071178 -n2 -o fda.optimization.config.selection data/train.en data/dev.en data/train.de data/dev.de FDA5 took: 37.7974550724 Overall time: 5514.05750203

fdaoptimization's People

Contributors

bicici avatar

Watchers

James Cloos avatar  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.