Dense Members

The Dense type exposes the following members.

Constructors


  Name Description
Public method Dense()()()()
Initializes a new instance of the Dense class.
Public method Dense(Int32, String, Boolean, String, String)
Initializes a new instance of the Dense class.
Public method Dense(Int32, Int32, String, Boolean, String, String)
Initializes a new instance of the Dense class.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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 .