Annex v0.2.0 Annex.Layer.Dropout View Source
Given a frequency
the dropout layer randomly drops an input at the frequency
.
Link to this section Summary
Link to this section Types
Link to this type
data()
View Source
data()
View Source
data() :: Annex.Data.data()
data() :: Annex.Data.data()
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
frequency(dropout) View Source
Link to this macro