You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
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 as an exponential decay function and a logistic excite function. Recently, a step function was suggested for the excitation. Implementation of exponential decay and logistic excite has begun, but are unfinished and require complete unittesting. See https://github.com/numenta/nupic.research/tree/master/union_pooling/union_pooling/activation
The text was updated successfully, but these errors were encountered:
@ywcui1990 FYI, as I wrote above, the current default decay in the Union Pooler is no decay and the current excite is linear. I'll let you take it from here =)
ryanjmccall
changed the title
Unittest and Experiment with Excite and Decay Functions
Unittests for Union Pooler excite and decay functions
Jul 2, 2015
ryanjmccall
changed the title
Unittests for Union Pooler excite and decay functions
Default Union Pooler excite and decay functions and unittests
Jul 2, 2015
@rmccall84
Sounds good. I have implemented and used the logistic excite function and exponential decay function, and will write the unit tests for them.
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
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 as an exponential decay function and a logistic excite function. Recently, a step function was suggested for the excitation. Implementation of exponential decay and logistic excite has begun, but are unfinished and require complete unittesting. See https://github.com/numenta/nupic.research/tree/master/union_pooling/union_pooling/activation
The text was updated successfully, but these errors were encountered: