pr-ml 0.1.0

Ground-up implementations of neural network and SVM for classifying MNIST dataset
Documentation

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