ac207-autodiff
Return the logistic function of x.
Examples
>>> ad.logistic(1) 0.7310585786300049
>>> x = ad.Node(3) >>> ad.logistic(x) Node(0.9525741268224334)
previous
autodiff.reverse.sqrt