GithubHelp home page GithubHelp logo

Comments (6)

danpovey avatar danpovey commented on May 22, 2024

Ilya edrenkin wrote the RNNLM tool. I don't understand what the question
means.
Ilya, if you could get a github account it would be helpful.
Dan

On Thu, Aug 27, 2015 at 8:41 AM, fedorajzf [email protected] wrote:


Reply to this email directly or view it on GitHub
#97.

from kaldi.

ilya-eder avatar ilya-eder commented on May 22, 2024

Here I am.
However I also don't get the question, frankly. syn0 matrix is used for word embeddings, they are just learned. What do you mean by a parameter in this context?

from kaldi.

danpovey avatar danpovey commented on May 22, 2024

This is more of a discussion than a real issue; closing the issue.

from kaldi.

fedorajzf avatar fedorajzf commented on May 22, 2024

hi, ilya
in rnnlm.c,hidden value is stored in neu1, neu1[t] = sigmoid(synRec * neu1[t-1] + syn0)
should it be neu1[t] = sigmoid(synRec * neu1[t-1] + syn0 * U) ? here U is another parameter for syn0 to hidden layer.

from kaldi.

ilya-eder avatar ilya-eder commented on May 22, 2024

It might be the case that carefully choosing this U would improve convergence; however I'd expect from the training procedure to learn the optimal scale for syn0 without making it a parameter.

from kaldi.

fedorajzf avatar fedorajzf commented on May 22, 2024

if not use U, hidden layer dimension must equal embedding dimension, maybe this is a problem

from kaldi.

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.