neurx v0.1.3 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

Link to this function sigmoid_derivative(input) View Source

Derivative of the sigmoid function for back propagation.