Skip to content

Understanding GRUCellEx module #124

@hagianga21

Description

@hagianga21

Hi, in GRUCellEx, the code:
hy = newgate + inputgate * (hidden - newgate)

But in the paper: you wrote:
h_i_(t+1) = (1-u_i_(t)) * q_i_(t) + u_i_(t) * h_i_(t)

Could you please help me explain this difference? Thank you so much

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions