LostTech.TensorFlow : API Documentation

Type MinMaxNorm

Namespace tensorflow.keras.constraints

Parent Constraint

Interfaces IMinMaxNorm

MinMaxNorm weight constraint.

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

Properties

Public properties

int axis get; set;

double max_value get; set;

double min_value get; set;

object PythonObject get;

double rate get; set;