Skip to content

Change in calculation of ELBO in line 146 #1

@ashkush

Description

@ashkush

Change in calculation of j -= (q.pi - 1).dot(log_lambda) + logC(q.pi) , instead will be j -= (q.pi - 1).dot(log_pi) + logC(q.pi), as per the calculation given in book Machine learning and pattern recognition by Bishop

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