NeuralNet.add_root

Add a root to the net.

  1. NeuralNet add_root(string name_, InputLayer layer)
  2. NeuralNet add_root(InputLayer root_)
    class NeuralNet

Parameters

root_ InputLayer

input layer to add as root to the net.

Return Value

Type: NeuralNet

current neural network with the newly added layer.

Meta