davidMcneil / mnistLinks
MNIST data set parser https://crates.io/crates/mnist
☆22Updated last year
Alternatives and similar repositories for mnist
Users that are interested in mnist are comparing it to the libraries listed below
Sorting:
- Simple neural network library for classification written in Rust.☆46Updated 3 years ago
- 📷 📐 Geometric models of cameras for photogrammetry☆50Updated last month
- A #[no_std] LinAlg library☆53Updated 4 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- Quickly show images for debugging in Rust.☆42Updated 6 months ago
- Exploration of GPU computing using WebGPU☆27Updated 4 years ago
- Type conversion among popular Rust computer vision libraries☆51Updated 4 months ago
- A trivial Rust struct for interchange of pixel buffers with width, height & stride☆60Updated 11 months ago
- Big array helper for serde☆64Updated last year
- rust-cuda working group☆65Updated 6 years ago
- .npy and .npz file format support for ndarray☆62Updated last year
- Trivially run wasm applications and examples in the browser☆87Updated last year
- A Rust Library for Numerical Equation Solving, Optimisation, and Integration☆29Updated last month
- ☆80Updated 2 years ago
- A minimal OpenCL, CUDA, Vulkan and host CPU array manipulation engine / framework.☆75Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆50Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- Auto differentiation library☆70Updated 4 months ago
- A graph crate with simplicity in mind☆87Updated last year
- Threadsafe RefCell for Rust☆95Updated 6 months ago
- Floating point types which can be safely shared between threads☆17Updated last year
- Rust crate for variadic tuple metaprogramming.☆27Updated 4 years ago
- ☆60Updated 2 years ago
- Trait generalization of the fundamental types☆45Updated last year
- Macro for sealing traits and structures☆59Updated 9 months ago
- Tensor library for machine learning☆26Updated this week
- Rust library for applying Gaussian quadrature to integrate a function☆23Updated last month
- Migrated to Codeberg☆79Updated 2 years ago
- Emulate dynamic dispatch and sealed classes using a proxy enum, which defers all method calls to its variants.