Ryan J. McCall

Results 3 issues of Ryan J. McCall

The Union Pooler by default does not decay its pooling activation and uses the simplest linear excitation function to positively update pooling activation. More sophisticated functions have been suggested, such...

I think there's an issue in the TP; namely, the way the fraction of unpredicted input is calculated. The current way is as follows: numUnPredictedInput = float(len(burstingColumns.nonzero()[0])) numPredictedInput = float(len(predictedCells))...

This repo's README suggests that the [supervisord] "environment" property points to the htmengine conf dir. However, this example (https://github.com/htm-community/htmengine-traffic-tutorial/blob/master/python-engine/conf/supervisord.conf) points "environment" at the conf dir of the user's custom "skeleton"...