Skip to content

Typo in formulation of sigmoid function #49

Description

@MaximeKjaer

Lecture 5b page 2 defines the logistic function as e^z / (1+e^z). This formulation is equivalent to 1/(1+e^(-z)), or 1 - 1/(1 + e^z).

Lecture 12a page 5 says that the sigmoid function 1/(1+e^(-x)) is one minus the logistic function, which is contradictory to lecture 5b.

Wikipedia's definition of the sigmoid function seems to say that the sigmoid function and logistic function often are referred to interchangeably. Therefore, I believe that saying that the sigmoid is one minus the logistic is wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions