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.
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.Constraints
Assembly: Keras.dll
Syntax
public class MinMaxNorm : Base, IDisposable
Constructors
| Improve this Doc View SourceMinMaxNorm(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