Skip to content

Commit

Permalink
Merge pull request #895 from chetan51/issue-892
Browse files Browse the repository at this point in the history
Removed misleading comment
  • Loading branch information
rhyolight committed May 3, 2014
2 parents 076066c + 3a2a0ab commit 1362973
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions py/nupic/research/spatial_pooler.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,10 +944,7 @@ def _adaptSynapses(self, inputVector, activeColumns):
the synapses based on the input vector, and the chosen columns after
inhibition round. Permanence values are increased for synapses connected to
input bits that are turned on, and decreased for synapses connected to
inputs bits that are turned off. Permanence values for shared inputs, which
are input bits that are turned on and connected to more than one active
column, are decreased in order to discourage multiple columns from learning
the same input pattern.
inputs bits that are turned off.
Parameters:
----------------------------
Expand Down

0 comments on commit 1362973

Please sign in to comment.