[][src]Function tsuga::activation_functions::softmax

pub fn softmax(array: &mut Array2<f32>)

Applies the softmax function in-place on a mutable two-dimensional array, making sure that every row has a proportional value that sums to 1.0