Minimal Tsetlin Machine implementation in just 200 lines of code.
This may be useful for implementation in other programming languages.
First, install the Julia language by running the following command and following the installation instructions:
curl -fsSL https://install.julialang.org | shRun the following command:
julia --project=. -O3 -t auto mnist.jl๐ A faster and more optimized version is available here: https://github.com/BooBSD/Tsetlin.jl