Overload List

NameDescription
CreatePerceptron()()()
Creates a Perceptron in this Layer of the neural network. By default, the created Perceptron uses the linear activation function and has an initial bias value of zero.
CreatePerceptron(IActivation, Double)
Creates a Perceptron in this Layer with a specified activation and bias.

See Also