[][src]Function artha::neural_net::mean_loss

pub fn mean_loss<T>(a: &Array2<T>, b: &Array2<T>) -> f64 where
    T: Sub<Output = T> + Copy,
    f64: From<T>, 

Calculates the mean square differnce between two arrays