Giter VIP home page Giter VIP logo

Comments (1)

orhanf avatar orhanf commented on August 18, 2024 2

Hi @ethancaballero, thank you for pointing this out. Let me try to clarify the differences.

The last eq. of section A.2.2 from the original paper, is implemented here in this repo with three feed-forward layers, having linear (identity) activations. We first add their outputs and then apply a tanh non-linearity.

The original code of the paper also implements readout with three separate feed-forward layers, as you can see here. Adds them together, but then applies a maxout non-linearity. This is the first difference and in practice (in terms of BLEU), there will be no difference at the end if you replace it with a simple tanh.

The second difference is, in the original code from GroundHog, readout layer uses a single bias, but here in our implementation, we use three biases for each of the feed-forward layers. This is a very minor detail and again you will see no difference at the end.

The third difference is a more fundamental one and related with the ease of implementation. In the decoder when we compute \tilde{t}_{i}, we look at the current hidden state of the decoder s_i as opposed to looking at the previous hidden state s_{i-1}. Again, at the end you will not observe any difference in the automatic metrics.

There is one more difference in the decoder compared to the original implementation, where we use a slightly different conditional GRU layer with attention, and you can find the documentation here.

from dl4mt-tutorial.

Related Issues (20)

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.