softmax

Function softmax 

Source
pub fn softmax(values: &[f64]) -> Vec<f64>
Expand description

Standard softmax with numerical stability