LostTech.TensorFlow : API Documentation

Type MaxNorm

Namespace tensorflow.keras.constraints

Parent Constraint

Interfaces IMaxNorm

MaxNorm weight constraint.

Constrains the weights incident to each hidden unit to have a norm less than or equal to a desired value.

Properties

Public properties

int axis get; set;

double max_value get; set;

object PythonObject get;