Regarding my previous question, I've encountered that the error was rather silly. I was feeding the CLA Classifier with the predicted columns instead of the active ones. Changing that turned out in accuarate multi-step predictions.
On Sun, Oct 18, 2015 at 3:31 PM, Sebastián Narváez <[email protected]> wrote: > Hey guys. I've trained nupic with some data, but when I try to predict the > outcome given an input with the CLA Classifier, it always predicts the > output belonging to the first sequence. I've tried changing the order of > which I pass the data to Nupic, but it will just predict the output of the > new first sequence. Am I doing something wrong? > I've attached the data I'm using for these tests. For each column, each > word is passed to a TM. Then the Active cells of both are passed into a > general TM (first all the words from the first column, and then all the > words from the second column). I reset() all the TMs for each row. > > Thanks in advance. >
