Dense Properties

The Dense type exposes the following members.

Properties


  Name Description
Public property Act
Activation function to use. If you don't specify anything, no activation is applied (ie. "linear" activation: a(x) = x)
Public property BiasInitializer
Initializer for the bias vector.
Public property Dim
Positive integer, dimensionality of the output space.
Public property Name
Gets or sets the name of the network layer
(Inherited from LayerConfig.)
Public property Params
Gets or sets the parameters.
(Inherited from LayerConfig.)
Public property Shape
The input shape for this layer
Public property UseBias
Boolean, whether the layer uses a bias vector.
Public property WeightInitializer
Initializer for the kernel weights matrix .