Documentation
1
2
3
4
5
6
pub mod binary_cross_entropy;
pub mod cross_entropy;
pub mod huber;
pub mod mae;
pub mod mse;
pub mod nll;