Module loss

Source

Re-exports§

pub use super::avg::*;
pub use self::entropy::*;

Modules§

entropy
reg
Regressive Loss Functions

Traits§

Loss

Functions§

mae
A functional implementation of the mean absolute error loss function which compares two similar arrays
mse
A functional implementation of the mean squared error loss function that compares two similar arrays