numenta / nupic.research

Experimental algorithms. Unsupported.
https://nupicresearch.readthedocs.io
GNU Affero General Public License v3.0
104 stars 60 forks source link

Explore gating functions, evaluate permutedMNIST per task, RES 2491, 2421 #585

Closed benja-matic closed 2 years ago

benja-matic commented 2 years ago

Notable changes

1) Create option to specify multiple experiments at command line and loop over them 2) Create option to run without ray 3) Create new file with configs for running centroid_10 with different "gating functions" 4) Created mixin for computing accuracy for each task separately 5) Moved floating files into directories. For instance, some files used to make figures -> figures directory. 5) Style changes (flake8 and isort were telling me to change pre-existing code)