Dropout Constructor (Double)
Initializes a new instance of the
Dropout
class.
Namespace:
SiaNet.Model.Layers
Assembly:
SiaNet
(in SiaNet.dll)
Syntax
C#
VB
C++
public
Dropout
(
double
rate
)
Public
Sub
New
( _
rate
As
Double
_ )
public
:
Dropout
(
double
^
rate
)
Parameters
rate
Type:
Double
A float value between 0 and 1. Fraction of the input units to drop.
See Also
Dropout Class
Dropout Overload
SiaNet.Model.Layers Namespace