A collection of concepts and code snippets related to numerical analysis, computational mathematics, scientific computing, and deep learning with burn written in rust.
Examples of tensor operations using the burn library.
cargo run --example burn_tensor_operations
Exploring different ways to convert images to tensors and comparing with normal arrays.
cargo run --example image_to_tensor