Overload List

NameDescription
CreatePerceptrons(Int32)
Creates a number of Perceptrons in this Layer of the neural network. By default, they will use linear activation and a zero initial bias.
CreatePerceptrons(Int32, IActivation, Double)
Creates a number of Perceptrons in this Layer with specified activation and biasBias.

See Also