Annex

v0.1.0

  • Pages
  • Modules

    Annex v0.1.0 Annex.Layer behaviour View Source

    Link to this section Summary

    Types

    t()

    Functions

    backprop(layer, backprops)
    encoder(struct)
    feedforward(layer, inputs)
    init(layer, opts \\ [])

    Callbacks

    backprop(struct, arg2)
    encoder()
    feedforward(struct, arg2)
    init_layer(struct, arg2)

    Link to this section Types

    Link to this type

    t() View Source
    t() :: struct()

    Link to this section Functions

    Link to this function

    backprop(layer, backprops) View Source
    backprop(struct(), Annex.Layer.Backprop.t()) ::
      {struct(), Annex.Layer.Backprop.t()}

    Link to this function

    encoder(struct) View Source
    encoder(struct()) :: module()

    Link to this function

    feedforward(layer, inputs) View Source
    feedforward(struct(), Annex.Data.t()) :: {Annex.Data.t(), struct()}

    Link to this function

    init(layer, opts \\ []) View Source
    init(struct(), Keyword.t()) :: struct()

    Link to this section Callbacks

    Link to this callback

    backprop(struct, arg2) View Source
    backprop(struct(), Backdrop.t()) :: {struct(), Annex.Layer.Backprop.t()}

    Link to this callback

    encoder() View Source
    encoder() :: module()

    Link to this callback

    feedforward(struct, arg2) View Source
    feedforward(struct(), Annex.Data.t()) :: {Annex.Data.t(), struct()}

    Link to this callback

    init_layer(struct, arg2) View Source
    init_layer(struct(), Keyword.t()) :: {:ok, struct()} | {:error, any()}

    Built using ExDoc (v0.20.2), designed by Friedel Ziegelmayer for the Elixir programming language.