Class ELU
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 ELU : BaseLayer, IDisposable
Constructors
| Improve this Doc View SourceELU(Single)
Initializes a new instance of the ELU class.
Declaration
public ELU(float alpha = 1F)
Parameters
Type | Name | Description |
---|---|---|
System.Single | alpha | scale for the negative factor. |
Implements
System.IDisposable