Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how does the setSigmod function work? #343

Open
Anncastle opened this issue Aug 20, 2020 · 1 comment
Open

how does the setSigmod function work? #343

Anncastle opened this issue Aug 20, 2020 · 1 comment

Comments

@Anncastle
Copy link

I want to learn about hou the function convert the output into [0,1] Thanks a lot!

@liketheflower
Copy link

The function is named setSigmoid see here
The sigmoid function is a function mapping the input x (x can be -inf to inf) to output y (y is from 0 to 1).
See this post for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants