Giter VIP home page Giter VIP logo

Comments (3)

mp2893 avatar mp2893 commented on June 26, 2024

Hi tRosenflanz,

I think that comes from the time when I used to apply dropout to the GRUs' outputs.
Now that I don't use dropout on the GRUs' outputs, I think dividing by two doesn't do much.
(I think I didn't clean that up because it didn't cause any problem)

from retain.

tRosenflanz avatar tRosenflanz commented on June 26, 2024

Sounds good. Theoretically, I don't see why it would change the final prediction since the output layer should rebalance the predictions. However, dividing these values in half does have an effect on alpha outputs due to the combination of tanh and softmax activations (less important visits have higher value and more important ones have lower one) - in some ways that is akin to regularizing alpha layer.

from retain.

mp2893 avatar mp2893 commented on June 26, 2024

That is precisely correct.
Now that I think of it, I think I saw a long time ago a Theano neural network code by someone else, where this type of regularization (i.e. halving the embedding layer to reduce the variance) was applied. So I just left them in my code as well.
(I am not too sure because, after all, it has been over a year since I actively wrote RETAIN)

from retain.

Related Issues (8)

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.