Class NonNeg
Constrains the weights to be non-negative.
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 NonNeg : Base, IDisposable
Constructors
| Improve this Doc View SourceNonNeg()
Initializes a new instance of the NonNeg class.
Declaration
public NonNeg()
Implements
System.IDisposable