Skip to main content

softmax

Function softmax 

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

Softmax over a slice (re-exported for use in ab_test module)