Subutai Ahmad

Results 10 issues of Subutai Ahmad

The file spatial_pooler.py contains two helper classes, CorticalColumns and BinaryCorticalColumns. These names are incorrect as these should refer to mini columns. There are also numerous references to cortical columns in...

type:docs
type:cleanup
priority:4
triage

There are a bunch of very confusing directories in `examples/opf/experiments` and `prediction/experiments`. They use old style OPF experiment running, are not well documented, and are pretty confusing. However some of...

type:cleanup
type:tests
type:examples
subject:opf

This test fails occasionally when run with certain random seeds. Example output (including the seed that failed) is here: ``` ______________ SpatialPoolerCompatabilityTest.testCompatability2 _______________ [gw0] linux2 -- Python 2.7.5 /opt/numenta/anaconda/bin/python self...

type:bug
subject:algorithms
type:tests
priority:3

The mechanism for adding synapses to a segment in temporal_memory has a subtle bug. When learning on a segment `self.maxNewSynapseCount - len(activeSynapses)` new synapses are added. This logic doesn't allow...

type:bug
subject:algorithms
priority:3
triage

Clone of (now closed) NuPIC issue https://github.com/numenta/nupic/issues/894 As per https://github.com/numenta/nupic/issues/892, might be worth experimenting with the following approach: "Permanence values for shared inputs, which are input bits that are turned...

This is a cleaner way to train the network in phases.

P3

Create simple vision experiment where we have a small number of images and small number of fixations. We want to see stable unique representations. This is mostly to test and...

P3

This super issue plans workflow for speed optimizations by using a specialized library. Benefits: - SPEED! - fewer our-manually optimized (=hacked) code; cleanup - bugs/improvements delegated to lib's upstream -...

type:enhancement
super
type:optimization
triage
under-review

The method initPermConnected_() in the spatial pooler uses strange logic to initialize its permanence. It should probably initialize things uniformly: ``` Real SpatialPooler::initPermConnected_() { Real p = synPermConnected_ + (synPermMax_...

type:bug
priority:3
triage