pr-ml

Crates.iopr-ml
lib.rspr-ml
version0.1.0
created_at2025-10-25 14:29:53.196125+00
updated_at2025-10-25 14:29:53.196125+00
descriptionGround-up implementations of neural network and SVM for classifying MNIST dataset
homepage
repositoryhttps://github.com/PRO-2684/pr-ml
max_upload_size
id1900283
size64,476
PRO (PRO-2684)

documentation

README

pr-ml

GitHub License GitHub Workflow Status GitHub Release GitHub Downloads (all assets, all releases) Crates.io Version Crates.io Total Downloads docs.rs

[!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

Commit count: 0

cargo fmt