numenta / nupic.research

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

Combine 4 accuracy plots into 2 #623

Closed karangrewal closed 2 years ago

karangrewal commented 2 years ago

Figure 12 in the dendrites bioRxiv paper shows 4 accuracy plots. This PR adds source code to visualize the same results but with 2 plots instead of 4. Each plot includes accuracy curves when learning 10 and 50 tasks in sequence.

karangrewal commented 2 years ago

The notebook with the updated figures can be viewed here: https://github.com/karangrewal/nupic.research/blob/combine-figures/projects/dendrites/permutedMNIST/figures/figures.ipynb

In particular, the new figures are the 2nd- and 3rd-last figures