To use the C++ TM algorithm through the OPF, you can specify it in the model params as "implementation": "tm_cpp". For example in the simple hot gym example, just replace it in this line: https://github.com/numenta/nupic/blob/master/examples/opf/clients/hotgym/simple/model_params.py#L238 --------- Matt Taylor OS Community Flag-Bearer Numenta
On Tue, Feb 16, 2016 at 1:19 PM, Sebastián Narváez <[email protected]> wrote: > Nice! Can't wait to test it. Probably a noob question, but how do I import > the C++ fast temporal memory to use it in my project? > > On Tue, Feb 16, 2016 at 12:40 PM, Matthew Taylor <[email protected]> wrote: >> >> This minor release occurred because part of an API-breaking change >> (the "fast" temporal memory code in python was removed in favor of the >> C++ code, which is actually faster). This probably will not affect >> anyone. >> >> Please notify me or create a new issue at >> https://github.com/numenta/nupic/issues/new if you have any >> installation problems. >> >> Regards, >> --------- >> Matt Taylor >> OS Community Flag-Bearer >> Numenta >> >
