Sunday, June 6, 2021

What is the difference between tf.reduce_mean and tf.math.reduce_mean ?

 Nothing😊

tf.reduce_mean is simply an alias to tf.math.reduce_mean

check here


No comments:

Post a Comment

Linear Regression

Linear Regression is a mathematical method used to predict the value of a continuous target variable based on one or more input features. ...