Class LeakyReLU
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 LeakyReLU : BaseLayer, IDisposable
Constructors
| Improve this Doc View SourceLeakyReLU(Single)
Initializes a new instance of the LeakyReLU class.
Declaration
public LeakyReLU(float alpha = 0.3F)
Parameters
Type | Name | Description |
---|---|---|
System.Single | alpha | float >= 0. Negative slope coefficient. |
Implements
System.IDisposable