sigmoid_derivative_test, a C++ code which calls sigmoid_derivative(), which evaluates derivatives of any order for the sigmoid function s(x)=1/(1+exp(-x)). The test code creates graphics images using gnuplot().
The information on this web page is distributed under the MIT license.
sigmoid_derivative, a C++ code which evaluates derivatives of any order for the sigmoid function s(x)=1/(1+exp(-x)). The test code creates graphics images using gnuplot().