Python - tensorflow.math.l2_normalize()
TensorFlow is open-source Python library designed by Google to develop Machine Learning models and deep learning neural networks. l2_normalize() is used to normalize a tensor along axis using L2 norm. Syntax: tensorflow.math.l2_normalize( x, axis, epsilon, name) Parameters: x: It's the input tensor.