numenta / nupic.research

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

Removes dependencies from continual learning in dendrites requirements #636

Closed lucasosouza closed 2 years ago

lucasosouza commented 2 years ago

This PR should streamline usage of dendrites in other projects, such as multitask and others.

Dendrites is a requirement of continual learning, but continual learning should not be a requirement of dendrites. If needed be the code can be reorganized to reflect this. @karangrewal