Show / Hide Table of Contents

Class ThresholdedReLU

Thresholded Rectified Linear Unit. It follows: f(x) = x for x > theta, f(x) = 0 otherwise.

Inheritance
System.Object
Keras
Base
BaseLayer
ThresholdedReLU
Implements
System.IDisposable
Inherited Members
BaseLayer.Set(BaseLayer[])
Base.Parameters
Base.None
Base.Init()
Base.ToPython()
Base.InvokeStaticMethod(Object, String, Dictionary<String, Object>)
Base.InvokeMethod(String, Dictionary<String, Object>)
Base.Item[String]
Keras.Instance
Keras.keras
Keras.keras2onnx
Keras.tfjs
Keras.Dispose()
Keras.ToTuple(Array)
Keras.ToList(Array)
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 ThresholdedReLU : BaseLayer, IDisposable

Constructors

| Improve this Doc View Source

ThresholdedReLU(Single)

Initializes a new instance of the ThresholdedReLU class.

Declaration
public ThresholdedReLU(float theta = 1F)
Parameters
Type Name Description
System.Single theta

float >= 0. Threshold location of activation.

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX