xlearn icon indicating copy to clipboard operation
xlearn copied to clipboard

how does the setSigmod function work?

Open Anncastle opened this issue 3 years ago • 1 comments

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

Anncastle avatar Aug 20 '20 16:08 Anncastle

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.

liketheflower avatar Jan 21 '21 21:01 liketheflower