Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boobsd/tsetlinminimal

Minimal Tsetlin Machine implementation
https://github.com/boobsd/tsetlinminimal

Last synced: about 2 months ago
JSON representation

Minimal Tsetlin Machine implementation

Awesome Lists containing this project

README

        

# Minimal Tsetlin Machine
Minimal Tsetlin Machine implementation in just **200** lines of code.

This may be useful for implementation in other programming languages.

Minimal Tsetlin Machine implementation in just 200 lines of code.

How to run MNIST example
------------------------

0. Make sure that you have installed the latest version of the [Julia language](https://julialang.org/downloads/).
1. Run `julia --project=. -O3 -t 32 --gcthreads=32,1 mnist.jl` where `32` is the number of your logical CPU cores.
Do not forget to uncomment the `@threads` macros in the code of `Tsetlin.jl` file to enable multithreading for training and inference.