W3cubDocs

/TensorFlow

tf.keras.utils.normalize

Normalizes an array.

If the input is a NumPy array, a NumPy array will be returned. If it's a backend tensor, a backend tensor will be returned.

Args
x Array to normalize.
axis axis along which to normalize.
order Normalization order (e.g. order=2 for L2 norm).
Returns
A normalized copy of the array.

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/keras/utils/normalize