Annex v0.2.1 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

t() View Source
t() :: %Annex.Layer.Dropout{frequency: float()}

Link to this section Functions

Link to this function

frequency(dropout) View Source
frequency(t()) :: float()

Link to this macro

is_frequency(x) View Source (macro)