Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

fix sigmoid implementation bug #523

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

donglixp
Copy link

@donglixp donglixp commented Mar 5, 2024

sigmoid(x) = 1 / (1+exp(-x))

The original implementation does not have -.

sigmoid(x) = 1 / (1+exp(-x))
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants