Python – tensorflow.math.segment_min()
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. segment_min() se usa para encontrar el elemento mínimo en segmentos de un tensor. Sintaxis: tensorflow.math.segment_min (datos, ID_segmento, nombre) Parámetro: datos: Es un tensor. Los dtypes permitidos son float32, float64, int32, uint8, int16, … Continue reading «Python – tensorflow.math.segment_min()»