On Fri, Sep 20, 2013 at 1:12 PM, Joshua Rose <[email protected]>wrote:
> 1) Are there any ideas on how I could split the initial input in a > brain-like way so that the appropriate components of the input can be > pushed into their respective regions? > The current CLA implementation in NuPIC is a small section of about 60K cells within on layer of one region of the neocortex. Therefore, there is only one place to pipe data at this time. > 2) How does one connect regions? > NuPIC is not yet hierarchal. (See http://lists.numenta.org/pipermail/nupic_lists.numenta.org/2013-September/001403.html ) > 3) If I want to provide the input in the form of a matrix with 0's (1's > representing the position of the ball), how would I go about that? > This structure seems like it would already be an SDR, so you may be able to use the PassThrough Encoder (under development https://github.com/numenta/nupic/pull/257). Couldn't you also provide x and y locations as scalar values? --------- Matt Taylor OS Community Flag-Bearer Numenta
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
