Network#
Control of model network definition and dynamics.
The network module includes efficient functions for running
core mechanisms of CMR. These functions will generally not be called
directly by users. See the cmr module for high-level functions
for running parameter searches and simulations using CMR.
Network Initialization#
|
Representation of interacting item and context layers. |
Accessing and Setting Values#
|
Copy the network to a new network object. |
Reset network weights and activations to zero. |
|
|
Get indices for a sublayer. |
|
Get an array of indices for multiple sublayers. |
|
Get indices for a segment. |
|
Get indices for a unit. |
|
Add pre-experimental weights to a network. |
Operations#
|
Update context completely with input from the item layer. |
|
Integrate input from the item layer into context. |
|
Present an item and learn context-item associations. |
|
Learn an association between the item and context layers. |
Simulating Tasks#
|
Study a list of items. |
|
Calculate the probability of a specific recall sequence. |
|
Generate a sequence of simulated free recall events. |
|
Generate timed free recall using the LBA model. |
Recording and Visualization#
|
Study a list of items and record network states. |
|
Simulate a recall sequence and record network states. |
|
Plot the current state of the network. |