A Rust implementation of https://github.com/BooBSD/Tsetlin.jl
Install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Prepare data: unzip mnist.zip -d mnist
Run basic training and evaluation: cargo r --release
Install samply cargo install --locked samply
Run profiler samply record -r 5000 cargo r --release