The code here (in file tsetlin_machine_binary.py) refactors the more-or-less official Tsetlin binary classification demo at github.com/cair/TsetlinMachine/tree/master ...
I chose to use the binary search for this project for a few reasons. Mainly, I think that actually binary search is an incredibly useful tactic whether you're into programming or not, and it can often ...