Show / Hide Table of Contents

Class MinMaxNorm

MinMaxNorm weight constraint. Constrains the weights incident to each hidden unit to have the norm between a lower bound and an upper bound.

Inheritance
System.Object
Keras
Base
MinMaxNorm
Implements
System.IDisposable
Inherited Members
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.Constraints
Assembly: Keras.dll
Syntax
public class MinMaxNorm : Base, IDisposable

Constructors

| Improve this Doc View Source

MinMaxNorm(Single, Single, Single, Int32)

Declaration
public MinMaxNorm(float min_value = 0F, float max_value = 1F, float rate = 1F, int axis = 0)
Parameters
Type Name Description
System.Single min_value
System.Single max_value
System.Single rate
System.Int32 axis

Implements

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