torcharrow icon indicating copy to clipboard operation
torcharrow copied to clipboard

fix sigmoid implementation bug

Open donglixp opened this issue 1 year ago • 0 comments
trafficstars

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

The original implementation does not have -.

donglixp avatar Mar 05 '24 09:03 donglixp