Dense Members
The Dense type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Dense()()()() |
Initializes a new instance of the Dense class.
|
![]() |
Dense(Int32, String, Boolean, String, String) |
Initializes a new instance of the Dense class.
|
![]() |
Dense(Int32, Int32, String, Boolean, String, String) |
Initializes a new instance of the Dense class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
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 .
|