numenta / nupic.research

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

Dendritic MLPs with no dendrites #536

Closed subutai closed 3 years ago

subutai commented 3 years ago

Experiments for dendritic MLPs with no dendrites

Allow dendritic MLPs to have no segments. Experiments testing continual learning with sparse non-dendritic networks. Experiments testing a batch version of permuted MNIST on sparse non-dendritic networks. Consolidated some experiment files and renamed them to be clearer.

subutai commented 3 years ago

I recommend removing "pmnist" from file names, since they're all in the "permutedMNIST" folder. This will keep file names cleaner and shorter. However, you can keep "batch_mnist" since that one is an exception and uses a slightly different dataset.

Yeah, I was distinguishing batch_pmnist from batch_mnist. Should I just rename batch_pmnist.py to batch.py?

karangrewal commented 3 years ago

I recommend removing "pmnist" from file names, since they're all in the "permutedMNIST" folder. This will keep file names cleaner and shorter. However, you can keep "batch_mnist" since that one is an exception and uses a slightly different dataset.

Yeah, I was distinguishing batch_pmnist from batch_mnist. Should I just rename batch_pmnist.py to batch.py?

Yes, I think you can rename:

batch_pmnist.py --> batch.py pmnist_no_dendrites.py --> no_dendrites.py