burn-nn 0.20.1

Neural network building blocks for the Burn deep learning framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod binary_cross_entropy;
mod cosine_embedding;
mod cross_entropy;
mod huber;
mod mse;
mod poisson;
mod reduction;

pub use binary_cross_entropy::*;
pub use cosine_embedding::*;
pub use cross_entropy::*;
pub use huber::*;
pub use mse::*;
pub use poisson::*;
pub use reduction::*;