powered by
sigmoid(x) dsigmoid(x) d2sigmoid(x)
plot(sigmoid, -5, 5, ylim=c(-.2, 1)) plot(dsigmoid, -5, 5, add=T, col=2) plot(d2sigmoid, -5, 5, add=T, col=3)
Run the code above in your browser using DataLab