Class ReLU
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras.Layers
Assembly: Keras.dll
Syntax
public class ReLU : BaseLayer, IDisposable
Constructors
| Improve this Doc View SourceReLU(Nullable<Single>, Single, Single)
Initializes a new instance of the ReLU class.
Declaration
public ReLU(float? max_value = default(float? ), float negative_slope = 0F, float threshold = 0F)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Single> | max_value | float >= 0. Maximum activation value. |
System.Single | negative_slope | float >= 0. Negative slope coefficient. |
System.Single | threshold | float. Threshold value for thresholded activation. |
Implements
System.IDisposable