Skip to content

DIEN implementation is not aligned with DIEN paper for some reason #103

Description

@andrei-kochin

Hello,

Could you please kindly clarify the reason in 'u_t' calculation in DIEN model?

u = (1.0 - att_score) * u

According to DIEN paper it should be u_t =a_t*u_t and in your implementation it is u_t = (1.0 - a_t) * u_t

Looking forward for your reply.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions