Click or drag to resize
OutputLayerCreatePerceptrons Method
Overload List
  NameDescription
Public methodCreatePerceptrons(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.
Public methodCreatePerceptrons(Int32, IActivation, Double)
Creates a number of Perceptrons in this Layer with specified activation and biasBias.
Top
See Also