neurx v0.1.1 Neurx.Optimizers View Source

Contains all of the optimization functions.

Link to this section Summary

Functions

Returns the function given its name as a string

Performs a stochastic gradient descent step on a single neuron’s connections. https://en.wikipedia.org/wiki/Stochastic_gradient_descent

Link to this section Functions

Returns the function given its name as a string.

Link to this function stochastic_gradient_descent(neuron) View Source

Performs a stochastic gradient descent step on a single neuron’s connections. https://en.wikipedia.org/wiki/Stochastic_gradient_descent