NeuralNet.wire

Create a directed edge between parent and child nodes.

  1. void wire(string parent, string child, bool with_alloc)
  2. void wire(NeuralLayer parent, NeuralLayer child, bool with_alloc)
    class NeuralNet

Parameters

parent NeuralLayer

origin layer

child NeuralLayer

destination layer

with_alloc bool

whether or not both layers should allocate internal parameters

Meta