Package org.tensorflow.framework.constraints


package org.tensorflow.framework.constraints
  • Class
    Description
    Base class for Constraints.
     
    Constrains the weights incident to each hidden unit to have a norm less than or equal to a desired value.
    Constrains the weights to have the norm between a lower bound and an upper bound.
    Constrains the weights to be non-negative.
    Constrains the weights to have unit norm.