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

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()
}

Link to this section Functions