Click or drag to resize

Settings Fields

The MultilayerPerceptronSettings type exposes the following members.

Fields
  NameDescription
Public fieldFuncType
The activation function used by the network's neurons.
Public fieldHiddenLayers
The specification of the network's hidden layers.
Public fieldInputCount
The number of the network's inputs. Must be non-negative.
Public fieldOutputCount
The number of the network's outputs. Must be non-negative.
Top
See Also