Python – tensorflow.math.xlog1py()
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. xlog1py() se usa para calcular el elemento sabio x * log1p(y). Sintaxis: tensorflow.math.xlog1py(x, y, nombre) Parámetros: x: Es un tensor. Los dtypes permitidos son bfloat16, half, float32, float64, complex64, complex128. y: Es … Continue reading «Python – tensorflow.math.xlog1py()»