Python – tensorflow.math.xlogy()
TensorFlow es una biblioteca Python de código abierto diseñada por Google para desarrollar modelos de aprendizaje automático y redes neuronales de aprendizaje profundo. xlogy() se usa para calcular elementos sabios x * log(y). Sintaxis: tensorflow.math.xlog1py(x, y, nombre) Parámetros: x: Es un tensor. Los dtypes permitidos son half, float32, float64, complex64, complex128. y: Es un tensor … Continue reading «Python – tensorflow.math.xlogy()»