Skip to content

Christof23/tsetlin-mnist-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tsetlin Machine MNIST classifier

A Rust implementation of https://github.com/BooBSD/Tsetlin.jl

Quickstart

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

Profiling

Install samply cargo install --locked samply

Run profiler samply record -r 5000 cargo r --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages