numenta / nupic.research

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

Infer prototype while training #578

Closed karangrewal closed 3 years ago

karangrewal commented 3 years ago

The CentroidContext mixin has been augmented so that now it can do either of the following during training:

  1. create prototype contexts via task labels while training (just as before)
  2. use a clustering technique to create prototypes in an online way while training (new!)

There is also a corresponding config file for experiments that infer prototype while training. Two additional things to note:

karangrewal commented 3 years ago

I am closing this PR since I believe the implementation is not entirely correct, and there are currently multiple conflicts with the master branch. This does not affect results in the dendrites pre-print.