add(layer=’scale’)#
- Net.add(layer, options)
Scale layer that applies the min-max scaling function to the outputs.
See also
For documentation for the rest of the parameters, see
Net.add
- Options:
- boundsListLike
A sequence of
(min, max)
values that the outputs will be scaled to.