Skip to content

The formula for softmax seems wrong in s1p20 #3

@alanwaketan

Description

@alanwaketan

In S1P20, the softmax formula is given:
p( guesses, j) = exp(guesses[j]) / sum(guesses(l))

But shouldn't it be:
p( guesses, j) = exp(guesses[j]) / sum(exp(guesses(l)))

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