Annex v0.2.1 Annex.Layer.Backprop View Source
Backprop is a module that contains helper functions for manipulating the Keyword list that is passed up through a Sequence during the backprop phase.
The Backprop module is not a Layer implementing module.
Link to this section Summary
Link to this section Types
Link to this type
cost_func() View Source
Link to this type
derivative() View Source
Link to this type
t()
View Source
t()
View Source
t() :: Keyword.t()
t() :: Keyword.t()
Link to this section Functions
Link to this function
defaults() View Source
Link to this function
get_derivative(props)
View Source
get_derivative(props)
View Source
get_derivative(t()) :: derivative()
get_derivative(t()) :: derivative()
Link to this function
get_learning_rate(props) View Source
Link to this function
new(opts \\ []) View Source
Link to this function
put_derivative(props, derivative)
View Source
put_derivative(props, derivative)
View Source
put_derivative(t(), derivative()) :: t()
put_derivative(t(), derivative()) :: t()