exp()->transpose(); $total = $zHat->sum()->clipLower(EPSILON); return $zHat->divide($total)->transpose(); } /** * Return the string representation of the object. * * @internal * * @return string */ public function __toString() : string { return 'Softmax'; } }