Skip to content

Instantly share code, notes, and snippets.

@marty1885
Last active December 11, 2018 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marty1885/4d3b1dad3acf37641fc881b0669ff7b9 to your computer and use it in GitHub Desktop.
Save marty1885/4d3b1dad3acf37641fc881b0669ff7b9 to your computer and use it in GitHub Desktop.
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