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 mnist.jlwhere32is the number of your logical CPU cores.