neurx v0.0.1 Neurx.Activators View Source
Contains all of the activations functions.
Link to this section Summary
Functions
Returns the function given its name as a string
Relu function. See more at: https://en.wikipedia.org/wiki/Rectifier_(neural_networks)
Derivative of the relu function for back propagation
Sigmoid function. See more at: https://en.wikipedia.org/wiki/Sigmoid_function
Derivative of the sigmoid function for back propagation
Link to this section Functions
Returns the function given its name as a string.
Relu function. See more at: https://en.wikipedia.org/wiki/Rectifier_(neural_networks)
Derivative of the relu function for back propagation.
Sigmoid function. See more at: https://en.wikipedia.org/wiki/Sigmoid_function
Derivative of the sigmoid function for back propagation.