This repository contains a neural network model, based closely on Schapiro et. al. 2017, Philosophical Transactions of the Royal Society B, which we used to explore hippocampal contributions to category learning. We simulated three category learning paradigms. For each paradigm, there are two networks, one simulating intact hippocampal learning and another simulating category learning with lesioned hippocampal pathways.
- Select a network
- Select training (‘train_patterns’) and test set (‘test_patterns’)
- Specify the number of epochs (‘num_trials_per_epoch’)
- Specify the number of epochs per batch
- Specify the number of batches
- To simulate MSP lesion, set parameter MSP, representing a projection from ECin to CA1, to 0 (default value is 3). To simulate TSP lesion, set parameter TSP, which represents projections from CA3 to CA1, to 0 (default value is 1).