Yes folks, this is a C++ wrapper around a Python wrapper around a C++ library. Once the core extraction is complete, we can create a direct C++ client for nupic.core.
Thanks for your work, Mike. --------- Matt Taylor OS Community Flag-Bearer Numenta On Thu, Apr 3, 2014 at 6:19 AM, Mihai Polceanu <[email protected]> wrote: > Hello, > > This would be my first contribution to nupic. I needed a way to use nupic > from a C++ application, so I created a wrapper that allows me to run the > algorithms in nupic in separate threads. > > After chatting with Matt, I decided to share my code in case anyone else > wants to plug nupic into their cpp program, as a temporary solution until > the nupic.core is complete. > > Here is my repository: > https://github.com/polceanum/nupic.pyxx-mt > > Any feedback is welcome. > > Best regards, > Mike > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > >
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
