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