Hi, Setting up the Parameters object in HTM.java is pretty straight forward. There aren't any tools to translate model params from the Python version - but the names should be exactly the same. (There are differences at the model level for the OPF but the algorithms all have exactly the same param names without underscores).
Take a look at the wiki for Parameters to get a feel for the general methods used to set up the Parameters object [1]. To get things up and running quickly it is preferable to use the Network API (NAPI). For a quick description of NAPI setup look at the wiki here [2]. The rest of that wiki talks about things to know when setting up the NAPI in your own programs. Other than the wiki, there are the tests found in src/main/test directory and then there are the example programs to show NAPI use seen here: [3] Please let me know if you have any more questions, or chat with us on the gitter chat here: [4] Cheers, David 1. https://github.com/numenta/htm.java/wiki/Parameters 2. https://github.com/numenta/htm.java/wiki/NAPI-Quick-Start-Guide 3. https://github.com/numenta/htm.java-examples 4. https://gitter.im/numenta/htm.java?utm_source=badge On Tue, Sep 1, 2015 at 4:10 AM, Zvika Ashani <[email protected]> wrote: > > Hi, > > I’ve been testing the python implementation of nupic and the computational > speed is very slow so I am considering switching to the ham.java > implementation. > Is there any easy way to use the model_params network description from the > Python implementation to build a ham.java model or do I have to manually > code the network? > > Thanks, > Zvika -- *With kind regards,* David Ray Java Solutions Architect *Cortical.io <http://cortical.io/>* Sponsor of: HTM.java <https://github.com/numenta/htm.java> [email protected] http://cortical.io
