Annex v0.2.1 Annex.Layer.Dense View Source
rows
are the number outputs and columns
are the number of inputs.
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.Dense{
biases: data(),
columns: pos_integer(),
data_type: Annex.Data.type(),
input: data() | nil,
output: data() | nil,
rows: pos_integer(),
weights: data()
}
t() :: %Annex.Layer.Dense{ biases: data(), columns: pos_integer(), data_type: Annex.Data.type(), input: data() | nil, output: data() | nil, rows: pos_integer(), weights: data() }
Link to this section Functions
Link to this function
columns(dense)
View Source
columns(dense)
View Source
columns(t()) :: pos_integer()
columns(t()) :: pos_integer()
Link to this function
rows(dense)
View Source
rows(dense)
View Source
rows(t()) :: pos_integer()
rows(t()) :: pos_integer()