Triadic Memory — A Fundamental Algorithm for Cognitive Computing

I pushed a draft attempt to replicate the C temporal memory functions in python. See seq_learn.py here

See comments upon what I’m not happy about.
Main one being I actually do not understand the algorithm.
It resembles ideas exposed here by @sebjwallace but C version looks like assembly code with 5 register names because… I dont know, I spent too much time with that.

2 Likes