Expand description
The core crate of Burn.
Re-exports§
pub use serde;
Modules§
- Backend module.
- The configuration module.
- data
stdData module. - Gradient clipping module.
- lr_
scheduler stdLearning rate scheduler module. - Module for the neural network module.
- Neural network module.
- optim
stdOptimizer module. - Structs and macros used by most projects. Add
use burn::prelude::*to your code to quickly get started with Burn. - Module for the recorder.
- Module for the tensor.
Macros§
- Constant macro.
Type Aliases§
- Type alias for the learning rate.