Dropout Members
The Dropout type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Dropout()()()() |
Initializes a new instance of the Dropout class.
|
![]() |
Dropout(Double) |
Initializes a new instance of the Dropout 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 | |
---|---|---|
![]() |
Name |
Gets or sets the name of the network layer
(Inherited from LayerConfig.) |
![]() |
Params |
Gets or sets the parameters.
(Inherited from LayerConfig.) |
![]() |
Rate |
A float value between 0 and 1. Fraction of the input units to drop.
|