Minimal Tsetlin Machine implementation in just 200 lines of code.
This may be useful for implementation in other programming languages.

- Make sure that you have installed the latest version of the Julia language.
- Run
julia --project=. -O3 -t 32 --gcthreads=32,1 mnist.jl
where32
is the number of your logical CPU cores.