Last active
December 11, 2018 03:12
-
-
Save marty1885/4d3b1dad3acf37641fc881b0669ff7b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TemporalMemory tm(3*ENCODE_WIDTH, TP_DEPTH); | |
tm->setMaxNewSynapseCount(64); | |
tm->setPermanenceIncrement(0.1); | |
tm->setPermanenceDecrement(0.045); | |
tm->setConnectedPermanence(0.4); | |
tm->setPredictedSegmentDecrement(0.3*2.0f*tm_->getPermanenceIncrement()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment