numenta / htm.java

Hierarchical Temporal Memory implementation in Java - an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"potientialRadius" must be set in the Network API

cogmission opened this issue · comments

The potentialRadius is a "derived" value that is set to the inputWidth within NuPIC's OPF & Network API (see NuPIC Issue 3366) - and has a large effect on the performance of the system. The same thing must be done within HTM.Java's NAPI so that the configuration is correct.

This must be done prior to the new release!