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
cost_func() :: (float() -> float())

Link to this type

derivative() View Source
derivative() :: (float() -> float())

Link to this section Functions

Link to this function

get_derivative(props) View Source
get_derivative(t()) :: derivative()

Link to this function

get_learning_rate(props) View Source
get_learning_rate(t()) :: float()

Link to this function

put_derivative(props, derivative) View Source
put_derivative(t(), derivative()) :: t()