A model of working memory for encoding multiple items (Ursino et al, in press)

 Download zip file 
Help downloading and running models
Accession:267297
We present an original neural network model, based on oscillating neural masses, to investigate mechanisms at the basis of working memory in different conditions. Simulations show that the trained network is able to desynchronize up to nine items without a fixed order using the gamma rhythm. Moreover, the network can replicate a sequence of items using a gamma rhythm nested inside a theta rhythm. The reduction in some parameters, mainly concerning the strength of GABAergic synapses, induce memory alterations which mimic neurological deficits. Finally, the network, isolated from the external environment simulates an“imagination phase”.
Reference:
1 . Ursino M, Cesaretti N, Pirazzini G (in press) A model of working memory for encoding multiple items and ordered sequences exploiting the theta-gamma code Cognitive Neurodynamics
Citations  Citation Browser
Model Information (Click on a link to find other models with that property)
Model Type: Neural mass; Synapse; Realistic Network;
Brain Region(s)/Organism:
Cell Type(s):
Channel(s):
Gap Junctions: Gap junctions;
Receptor(s):
Gene(s):
Transmitter(s):
Simulation Environment: MATLAB;
Model Concept(s): Gamma oscillations;
Implementer(s): Ursino, Mauro [mauro.ursino at unibo.it];
%% LAYER 2 
%  Warning - Dipendenza da MAIN e L1_main! 
%  Preparazione del layer 2: addestramento e simulazione.

%% training layer2:
if train_flag
    %fase 1: addestramento sinapsi intra-livello (K e A)
    L2_train_phase2 %fornisce K e A anche per L3
        
    %sinapsi in avanti L2->L3:
    Wp_L3L2=eye(numero_colonne)*186;
end

%per visualizzare le matrici dei pesi
%figure, imagesc(K_L2L2), colormap gray, axis image, colorbar
%figure, imagesc(A_L2L2), colormap gray, axis image, colorbar