My analysis on why Temporal Memory prediction doesn't work on sequential data

The backtracking_tm_shim.py wraps the pure TM. It doesn’t use the Backtracking TM. It mimics the interface of the Backtracking TM. Here’s the line where this class wraps the pure TM:

1 Like