Annex v0.1.0 Annex.Layer behaviour View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: struct()
t() :: struct()
Link to this section Functions
Link to this function
backprop(layer, backprops)
View Source
backprop(layer, backprops)
View Source
backprop(struct(), Annex.Layer.Backprop.t()) ::
{struct(), Annex.Layer.Backprop.t()}
backprop(struct(), Annex.Layer.Backprop.t()) :: {struct(), Annex.Layer.Backprop.t()}
Link to this function
encoder(struct) View Source
Link to this function
feedforward(layer, inputs)
View Source
feedforward(layer, inputs)
View Source
feedforward(struct(), Annex.Data.t()) :: {Annex.Data.t(), struct()}
feedforward(struct(), Annex.Data.t()) :: {Annex.Data.t(), struct()}
Link to this function
init(layer, opts \\ []) View Source
Link to this section Callbacks
Link to this callback
backprop(struct, arg2)
View Source
backprop(struct, arg2)
View Source
backprop(struct(), Backdrop.t()) :: {struct(), Annex.Layer.Backprop.t()}
backprop(struct(), Backdrop.t()) :: {struct(), Annex.Layer.Backprop.t()}
Link to this callback
encoder()
View Source
encoder()
View Source
encoder() :: module()
encoder() :: module()
Link to this callback
feedforward(struct, arg2)
View Source
feedforward(struct, arg2)
View Source
feedforward(struct(), Annex.Data.t()) :: {Annex.Data.t(), struct()}
feedforward(struct(), Annex.Data.t()) :: {Annex.Data.t(), struct()}
Link to this callback