Annex v0.1.0 Annex.Layer.Dropout View Source
Link to this section Summary
Functions
Callback implementation for Annex.Layer.backprop/2.
Callback implementation for Annex.Layer.encoder/0.
Callback implementation for Annex.Layer.feedforward/2.
Callback implementation for Annex.Layer.init_layer/2.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Annex.Layer.Dropout{frequency: float()}
t() :: %Annex.Layer.Dropout{frequency: float()}
Link to this section Functions
Link to this function
backprop(dropout, backprop)
View Source
backprop(dropout, backprop)
View Source
backprop(t(), Annex.Layer.Backprop.t()) :: {t(), Annex.Layer.Backprop.t()}
backprop(t(), Annex.Layer.Backprop.t()) :: {t(), Annex.Layer.Backprop.t()}
Callback implementation for Annex.Layer.backprop/2.
Link to this function
build(frequency) View Source
Link to this function
encoder()
View Source
encoder()
View Source
encoder() :: Annex.Data
encoder() :: Annex.Data
Callback implementation for Annex.Layer.encoder/0.
Link to this function
feedforward(dropout, inputs) View Source
Callback implementation for Annex.Layer.feedforward/2.
Link to this function
init_layer(dropout, opts \\ []) View Source
Callback implementation for Annex.Layer.init_layer/2.