* Fix repo links and clean up old github templates Signed-off-by: AlexDBlack <blacka101@gmail.com> * More link updates Signed-off-by: AlexDBlack <blacka101@gmail.com>
679 B
679 B
title, short_title, description, category, weight
title | short_title | description | category | weight |
---|---|---|---|---|
Keras Constraints | Constraints | Supported Keras constraints. | Keras Import | 4 |
Supported constraints
All Keras constraints are supported:
- max_norm
- non_neg
- unit_norm
- min_max_norm
Mapping Keras to DL4J constraints happens in KerasConstraintUtils.