| Crates.io | ferrite-rs |
| lib.rs | ferrite-rs |
| version | 0.0.1-beta.2 |
| created_at | 2025-03-31 15:17:17.673594+00 |
| updated_at | 2025-03-31 15:17:17.673594+00 |
| description | An ML Library for fast and memorysafe inference. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1613534 |
| size | 198,423 |
A modern, robust, and simple-to-use ML framework in Rust for pure performance and memory safety.
Ferrite is a memory-safe and simple to use Machine Learning framework written in Rust. It provides an intuitive API while ensuring high efficiency and control over computations.
πΉ Performance-Driven β No overhead, just raw speed. (Work in Progress π§)
πΉ Memory-Safe β No segfaults, no leaks, just Rust.
πΉ Easy to Use β Simple API for rapid ML development.
β Supervised Learning
β Deep Learning
β High Performance
β Zero-Cost Abstractions
To add Ferrite to your Rust project, simply include it in your Cargo.toml:
π Implement more ML models like Decision Trees & Gradient Boosting.
π Optimize performance using SIMD & GPU acceleration.
π Provide a high-level API similar to Scikit-Learn.
Want to make Ferrite better? Feel free to contribute!
1. Fork the repo π΄
2. Create a branch π§
3. Commit your changes π‘
4. Submit a pull request π
Ferrite is MIT Licensed, so you can use it freely in your projects!