1 unstable release
Uses new Rust 2024
| 0.1.0 | Oct 25, 2025 |
|---|
#1402 in Machine learning
52KB
937 lines
pr-ml
[!NOTE] This project is primarily used as my handin for Pattern Recognition & Machine Learning course.
Ground-up implementations of the following methods for classifying MNIST dataset:
- Neural Network
- Linear SVM
- Kernel SVM
📥 Installation
Using binstall
cargo binstall pr-ml
Downloading from Releases
Navigate to the Releases page and download respective binary for your platform. Make sure to give it execute permissions.
Compiling from Source
cargo install pr-ml
💡 Examples
TODO
📖 Usage
TODO
🎉 Credits
Dependencies
~8.5MB
~157K SLoC