`scale_down_to` is the down-scaling factor which defines the the ratio of the full scale multi-area model being down-scaled to a model with fewer neurons and indegrees so as to be simulated on machines with lower computational ability and the simulation results can be obtained within relative shorter period of time. <br> Its deafualt value if `1.` meaning full scale simulation. <br> In the pre-set downscale version, it's set as `0.005`, where the numer of neurons and indegrees are both scaled down to 0.5% of its full scale amount, where the model can usually be simulated on a local machine. <br>**Warning**: This will not yield reasonable dynamical results from the network and is only meant to demonstrate the simulation workflow <br>
`scale_down_to` is the down-scaling factor which defines the the ratio of the full scale multi-area model being down-scaled to a model with fewer neurons and indegrees so as to be simulated on machines with lower computational ability and the simulation results can be obtained within relative shorter period of time. <br> Its deafualt value if `1.` meaning full scale simulation. <br> In the pre-set downscale version, it's set as `0.005`, where the numer of neurons and indegrees are both scaled down to 0.5% of its full scale amount, where the model can usually be simulated on a local machine. <br>**Warning**: This will not yield reasonable dynamical results from the network and is only meant to demonstrate the simulation workflow <br>
2.`cc_weights_factor`<br>
2.`cc_weights_factor`<br>
This scaling factor controls the cortico-cortical synaptic strength. <br> By default it's set as `1.0`, where the inter-area synaptic strength is the same as the intra-areal. <br>**Important**: This factor changes the network activity from ground state to metastable state. <br>
This scaling factor controls the cortico-cortical synaptic strength. <br> By default it's set as `1.0`, where the inter-area synaptic strength is the same as the intra-areal. <br>**Important**: This factor changes the network activity from ground state to metastable state. <br>
3.`areas_simulated`<br>
3.`areas_simulated`<br>
This parameter specifies the cortical areas included in the simulation process. Its default value is `complete_area_list` meaning all the areas in the complete_area_list will be actually simulated. <br>
This parameter specifies the cortical areas included in the simulation process. Its default value is `complete_area_list` meaning all the areas in the complete_area_list will be actually simulated. <br>
The value assigned to simulation_areas can be any sublist of the compete_area_list specifying areas a user want to include in his/her simulation. <br>
The value assigned to simulation_areas can be any sublist of the compete_area_list specifying areas a user want to include in his/her simulation. <br>
4.`replace_non_simulated_areas`<br>
4.`replace_non_simulated_areas`<br>
The paramter `replace_non_simulated_areas` defines how non-simulated areas will be replaced. <br> It's set as `None` by default when the parameter areas_simulated is set as full_area_list where all areas will be simulated so that no areas need to be replaced. <br> Other options are: `'hom_poisson_stat'`, `'het_poisson_stat'`, and `'het_current_nonstat'`. `'hom_poisson_stat'` is a manually set parameter which can be tuned. When it's set as 'het_poisson_stat' or 'het_current_nonstat', the data to replace the cortico-cortical input is loaded from 'replace_cc_input_source' which is the firing rates of our full scale simulation results. The differenc between 'het_poisson_stat' and 'het_current_nonstat' is that 'het_poisson_stat' is the mean of the time-series firing rate so that it's static, yet 'het_current_nonstat' is time-varying specific current, which is varying by time.
The paramter `replace_non_simulated_areas` defines how non-simulated areas will be replaced. <br> It's set as `None` by default when the parameter areas_simulated is set as full_area_list where all areas will be simulated so that no areas need to be replaced. <br> Other options are: `'hom_poisson_stat'`, `'het_poisson_stat'`, and `'het_current_nonstat'`. `'hom_poisson_stat'` is a manually set parameter which can be tuned. When it's set as 'het_poisson_stat' or 'het_current_nonstat', the data to replace the cortico-cortical input is loaded from 'replace_cc_input_source' which is the firing rates of our full scale simulation results. The differenc between 'het_poisson_stat' and 'het_current_nonstat' is that 'het_poisson_stat' is the mean of the time-series firing rate so that it's static, yet 'het_current_nonstat' is time-varying specific current, which is varying by time.
%% Cell type:code id:60265d52 tags:
%% Cell type:code id:60265d52 tags:
``` python
``` python
# Downscaling factor
# Downscaling factor
# Value range/options: (0, 1.]
# Value range/options: (0, 1.]
# Value assgined: 0.005
# Value assgined: 0.005
scale_down_to=0.005# Change it to 1. for running the fullscale network
scale_down_to=0.005# Change it to 1. for running the fullscale network
# Scaling factor for cortico-cortical connections (chi)
# Scaling factor for cortico-cortical connections (chi)
# Value range/options: [1., 2.5]
# Value range/options: [1., 2.5]
# Value assgined: 1.0
# Value assgined: 1.0
cc_weights_factor=1.0
cc_weights_factor=1.0
# Cortical areas included in the simulation
# Cortical areas included in the simulation
# Value range/options: any sublist of complete_ares_list
# Value range/options: any sublist of complete_ares_list
We try our best not to confuse users with too many parameters. However, if you want to change more parameters and explore the model, you can do so by passing a dictionary to the `default_params` argument of the `MultiAreaModel` class.
We try our best not to confuse users with too many parameters. However, if you want to change more parameters and explore the model, you can do so by passing a dictionary to the `default_params` argument of the `MultiAreaModel` class.
%% Cell type:code id:6e4bed8d tags:
%% Cell type:code id:6e4bed8d tags:
``` python
``` python
# Connection parameters
# Connection parameters
conn_params={
conn_params={
'replace_non_simulated_areas':'het_poisson_stat',# Whether to replace non-simulated areas by Poisson sources with the same global rate, by default: None
'replace_non_simulated_areas':'het_poisson_stat',# Whether to replace non-simulated areas by Poisson sources with the same global rate, by default: None
'g':-11.,# It sets the relative inhibitory synaptic strength, by default: -16.
'g':-11.,# It sets the relative inhibitory synaptic strength, by default: -16.
'K_stable':'K_stable.npy',# Whether to apply the stabilization method of Schuecker, Schmidt et al. (2017), by default: None
'K_stable':'K_stable.npy',# Whether to apply the stabilization method of Schuecker, Schmidt et al. (2017), by default: None
'fac_nu_ext_TH':1.2,# Increase the external input to 2/3E and 5E in area TH
'fac_nu_ext_TH':1.2,# Increase the external input to 2/3E and 5E in area TH
'fac_nu_ext_5E':1.125,# Increase the external Poisson indegree onto 5E
'fac_nu_ext_5E':1.125,# Increase the external Poisson indegree onto 5E
'fac_nu_ext_6E':1.41666667,# Increase the external Poisson indegree onto 6E
'fac_nu_ext_6E':1.41666667,# Increase the external Poisson indegree onto 6E
'av_indegree_V1':3950.# Adjust the average indegree in V1 based on monkey data
'av_indegree_V1':3950.# Adjust the average indegree in V1 based on monkey data
}
}
# Input parameters
# Input parameters
input_params={
input_params={
'rate_ext':10.# Rate of the Poissonian spike generator (in spikes/s)
'rate_ext':10.# Rate of the Poissonian spike generator (in spikes/s)
}
}
# Neuron parameters
# Neuron parameters
neuron_params={
neuron_params={
'V0_mean':-150.,# Mean for the distribution of initial membrane potentials, by default: -100.
'V0_mean':-150.,# Mean for the distribution of initial membrane potentials, by default: -100.
'V0_sd':50.}# Standard deviation for the distribution of initial membrane potentials, by default: 50.
'V0_sd':50.}# Standard deviation for the distribution of initial membrane potentials, by default: 50.
# Network parameters
# Network parameters
network_params={
network_params={
'N_scaling':scale_down_to,# Scaling of population sizes, by default: 1.
'N_scaling':scale_down_to,# Scaling of population sizes, by default: 1.
'K_scaling':scale_down_to,# Scaling of indegrees, by default: 1.
'K_scaling':scale_down_to,# Scaling of indegrees, by default: 1.
'fullscale_rates':'tests/fullscale_rates.json',# Absolute path to the file holding full-scale rates for scaling synaptic weights, by default: None
'fullscale_rates':'tests/fullscale_rates.json',# Absolute path to the file holding full-scale rates for scaling synaptic weights, by default: None
't_sim':2000.,# Simulated time (in ms), by default: 10.0
't_sim':2000.,# Simulated time (in ms), by default: 10.0
# 't_sim': 1500., # Simulated time (in ms), by default: 10.0
# 't_sim': 1500., # Simulated time (in ms), by default: 10.0
'num_processes':1,# The number of MPI processes, by default: 1
'num_processes':1,# The number of MPI processes, by default: 1
'local_num_threads':1,# The number of threads per MPI process, by default: 1
'local_num_threads':1,# The number of threads per MPI process, by default: 1
'recording_dict':{'record_vm':False},
'recording_dict':{'record_vm':False},
'rng_seed':1# global random seed
'rng_seed':1# global random seed
}
}
# Theory paramters (theory_params)
# Theory paramters (theory_params)
theory_params={
theory_params={
'dt':0.1# The time step of the mean-field theory integration, by default: 0.01
'dt':0.1# The time step of the mean-field theory integration, by default: 0.01
}
}
```
```
%% Cell type:markdown id:1472e9c5 tags:
%% Cell type:markdown id:1472e9c5 tags:
Go back to [Notebook structure](#toc)
Go back to [Notebook structure](#toc)
%% Cell type:markdown id:de4a6703 tags:
%% Cell type:markdown id:de4a6703 tags:
## S2. Multi-Area Model Instantiation and Simulation <a class="anchor" id="section_2"></a>
## S2. Multi-Area Model Instantiation and Simulation <a class="anchor" id="section_2"></a>
%% Cell type:markdown id:1fd58841 tags:
%% Cell type:markdown id:1fd58841 tags:
### 2.1. Insantiate a multi-area model <a class="anchor" id="section_2_1"></a>
### 2.1. Insantiate a multi-area model <a class="anchor" id="section_2_1"></a>
%% Cell type:code id:ab25f9f8 tags:
%% Cell type:code id:ab25f9f8 tags:
``` python
``` python
%%capturecaptured
%%capturecaptured
M=MultiAreaModel(network_params,
M=MultiAreaModel(network_params,
simulation=True,
simulation=True,
sim_spec=sim_params,
sim_spec=sim_params,
theory=True,
theory=True,
theory_spec=theory_params);
theory_spec=theory_params);
```
```
%% Output
%% Output
Error in library("aod") : there is no package called ‘aod’
Error in library("aod") : there is no package called ‘aod’
Execution halted
Execution halted
%% Cell type:markdown id:91649c30 tags:
%% Cell type:markdown id:91649c30 tags:
### 2.2. Predict firing rates from theory <a class="anchor" id="section_2_2"></a>
### 2.2. Predict firing rates from theory <a class="anchor" id="section_2_2"></a>
%% Cell type:code id:6a7ddf0e tags:
%% Cell type:code id:6a7ddf0e tags:
``` python
``` python
p,r=M.theory.integrate_siegert()
p,r=M.theory.integrate_siegert()
print("Mean-field theory predicts an average "
print("Mean-field theory predicts an average "
"firing rate of {0:.3f} spikes/s across all populations.".format(np.mean(r[:,-1])))
"firing rate of {0:.3f} spikes/s across all populations.".format(np.mean(r[:,-1])))
```
```
%% Output
%% Output
Iteration: 0
Iteration: 0
Mean-field theory predicts an average firing rate of 29.588 spikes/s across all populations.
Mean-field theory predicts an average firing rate of 29.588 spikes/s across all populations.
%% Cell type:markdown id:2062ddf3 tags:
%% Cell type:markdown id:2062ddf3 tags:
### 2.3. Extract and visualize interareal connectivity <a class="anchor" id="section_2_3"></a>
### 2.3. Extract and visualize interareal connectivity <a class="anchor" id="section_2_3"></a>
%% Cell type:markdown id:8a7c09e0 tags:
%% Cell type:markdown id:8a7c09e0 tags:
The connectivity and neuron numbers are stored in the attributes of the model class. Neuron numbers are stored in `M.N` as a dictionary (and in `M.N_vec` as an array), indegrees in `M.K` as a dictionary (and in `M.K_matrix` as an array). Number of synapses can also be access via `M.synapses` (and in `M.syn_matrix` as an array). <br>
The connectivity and neuron numbers are stored in the attributes of the model class. Neuron numbers are stored in `M.N` as a dictionary (and in `M.N_vec` as an array), indegrees in `M.K` as a dictionary (and in `M.K_matrix` as an array). Number of synapses can also be access via `M.synapses` (and in `M.syn_matrix` as an array). <br>
### 3.2 Resting state plots <a class="anchor" id="section_3_2"></a>
### 3.2 Resting state plots <a class="anchor" id="section_3_2"></a>
%% Cell type:markdown id:aeae56a4 tags:
%% Cell type:markdown id:aeae56a4 tags:
**Fig 5. Resting state of the model with χ =1.9.** (A-C) Raster plot of spiking activity of 3% of the neurons in area V1 (A), V2 (B), and FEF (C). Blue: excitatory neurons, red: inhibitory neurons. (D-F) Spiking statistics across all 32 areas for the respective populations shown as area-averaged box plots. Crosses: medians, boxes: interquartile range (IQR), whiskers extend to the most extremeobservat ions within 1.5×IQR beyond the IQR. (D) Population-averaged firing rates. (E) Average pairwise correlation coefficients of spiking activity. (F) Irregularity measured by revised local variation LvR averaged across neurons. (G) Area-averaged firing rates, shown as raw binned spike histograms with 1ms bin width (gray) and convolved histograms, with aGaussian kernel (black) of optimal width.
**Fig 5. Resting state of the model with χ =1.9.** (A-C) Raster plot of spiking activity of 3% of the neurons in area V1 (A), V2 (B), and FEF (C). Blue: excitatory neurons, red: inhibitory neurons. (D-F) Spiking statistics across all 32 areas for the respective populations shown as area-averaged box plots. Crosses: medians, boxes: interquartile range (IQR), whiskers extend to the most extremeobservat ions within 1.5×IQR beyond the IQR. (D) Population-averaged firing rates. (E) Average pairwise correlation coefficients of spiking activity. (F) Irregularity measured by revised local variation LvR averaged across neurons. (G) Area-averaged firing rates, shown as raw binned spike histograms with 1ms bin width (gray) and convolved histograms, with aGaussian kernel (black) of optimal width.
`scale_down_to` is the down-scaling factor which defines the the ratio of the full scale multi-area model being down-scaled to a model with fewer neurons and indegrees so as to be simulated on machines with lower computational ability and the simulation results can be obtained within relative shorter period of time. <br> Its deafualt value if `1.` meaning full scale simulation. <br> In the pre-set downscale version, it's set as `0.005`, where the numer of neurons and indegrees are both scaled down to 0.5% of its full scale amount, where the model can usually be simulated on a local machine. <br>**Warning**: This will not yield reasonable dynamical results from the network and is only meant to demonstrate the simulation workflow <br>
`scale_down_to` is the down-scaling factor which defines the the ratio of the full scale multi-area model being down-scaled to a model with fewer neurons and indegrees so as to be simulated on machines with lower computational ability and the simulation results can be obtained within relative shorter period of time. <br> Its deafualt value if `1.` meaning full scale simulation. <br> In the pre-set downscale version, it's set as `0.005`, where the numer of neurons and indegrees are both scaled down to 0.5% of its full scale amount, where the model can usually be simulated on a local machine. <br>**Warning**: This will not yield reasonable dynamical results from the network and is only meant to demonstrate the simulation workflow <br>
2.`cc_weights_factor`<br>
2.`cc_weights_factor`<br>
This scaling factor controls the cortico-cortical synaptic strength. <br> By default it's set as `1.0`, where the inter-area synaptic strength is the same as the intra-areal. <br>**Important**: This factor changes the network activity from ground state to metastable state. <br>
This scaling factor controls the cortico-cortical synaptic strength. <br> By default it's set as `1.0`, where the inter-area synaptic strength is the same as the intra-areal. <br>**Important**: This factor changes the network activity from ground state to metastable state. <br>
3.`areas_simulated`<br>
3.`areas_simulated`<br>
This parameter specifies the cortical areas included in the simulation process. Its default value is `complete_area_list` meaning all the areas in the complete_area_list will be actually simulated. <br>
This parameter specifies the cortical areas included in the simulation process. Its default value is `complete_area_list` meaning all the areas in the complete_area_list will be actually simulated. <br>
The value assigned to simulation_areas can be any sublist of the compete_area_list specifying areas a user want to include in his/her simulation. <br>
The value assigned to simulation_areas can be any sublist of the compete_area_list specifying areas a user want to include in his/her simulation. <br>
4.`replace_non_simulated_areas`<br>
4.`replace_non_simulated_areas`<br>
The paramter `replace_non_simulated_areas` defines how non-simulated areas will be replaced. <br> It's set as `None` by default when the parameter areas_simulated is set as full_area_list where all areas will be simulated so that no areas need to be replaced. <br> Other options are: `'hom_poisson_stat'`, `'het_poisson_stat'`, and `'het_current_nonstat'`. `'hom_poisson_stat'` is a manually set parameter which can be tuned. When it's set as 'het_poisson_stat' or 'het_current_nonstat', the data to replace the cortico-cortical input is loaded from 'replace_cc_input_source' which is the firing rates of our full scale simulation results. The differenc between 'het_poisson_stat' and 'het_current_nonstat' is that 'het_poisson_stat' is the mean of the time-series firing rate so that it's static, yet 'het_current_nonstat' is time-varying specific current, which is varying by time.
The paramter `replace_non_simulated_areas` defines how non-simulated areas will be replaced. <br> It's set as `None` by default when the parameter areas_simulated is set as full_area_list where all areas will be simulated so that no areas need to be replaced. <br> Other options are: `'hom_poisson_stat'`, `'het_poisson_stat'`, and `'het_current_nonstat'`. `'hom_poisson_stat'` is a manually set parameter which can be tuned. When it's set as 'het_poisson_stat' or 'het_current_nonstat', the data to replace the cortico-cortical input is loaded from 'replace_cc_input_source' which is the firing rates of our full scale simulation results. The differenc between 'het_poisson_stat' and 'het_current_nonstat' is that 'het_poisson_stat' is the mean of the time-series firing rate so that it's static, yet 'het_current_nonstat' is time-varying specific current, which is varying by time.
%% Cell type:code id:60265d52 tags:
%% Cell type:code id:60265d52 tags:
``` python
``` python
# Downscaling factor
# Downscaling factor
# Value range/options: (0, 1.]
# Value range/options: (0, 1.]
# Value assgined: 0.005
# Value assgined: 0.005
scale_down_to=0.005# Change it to 1. for running the fullscale network
scale_down_to=0.005# Change it to 1. for running the fullscale network
# Scaling factor for cortico-cortical connections (chi)
# Scaling factor for cortico-cortical connections (chi)
# Value range/options: [1., 2.5]
# Value range/options: [1., 2.5]
# Value assgined: 1.0
# Value assgined: 1.0
cc_weights_factor=1.0
cc_weights_factor=1.0
# Cortical areas included in the simulation
# Cortical areas included in the simulation
# Value range/options: any sublist of complete_ares_list
# Value range/options: any sublist of complete_ares_list
We try our best not to confuse users with too many parameters. However, if you want to change more parameters and explore the model, you can do so by passing a dictionary to the `default_params` argument of the `MultiAreaModel` class.
We try our best not to confuse users with too many parameters. However, if you want to change more parameters and explore the model, you can do so by passing a dictionary to the `default_params` argument of the `MultiAreaModel` class.
%% Cell type:code id:6e4bed8d tags:
%% Cell type:code id:6e4bed8d tags:
``` python
``` python
# Connection parameters
# Connection parameters
conn_params={
conn_params={
'replace_non_simulated_areas':'het_poisson_stat',# Whether to replace non-simulated areas by Poisson sources with the same global rate, by default: None
'replace_non_simulated_areas':'het_poisson_stat',# Whether to replace non-simulated areas by Poisson sources with the same global rate, by default: None
'g':-11.,# It sets the relative inhibitory synaptic strength, by default: -16.
'g':-11.,# It sets the relative inhibitory synaptic strength, by default: -16.
'K_stable':'K_stable.npy',# Whether to apply the stabilization method of Schuecker, Schmidt et al. (2017), by default: None
'K_stable':'K_stable.npy',# Whether to apply the stabilization method of Schuecker, Schmidt et al. (2017), by default: None
'fac_nu_ext_TH':1.2,# Increase the external input to 2/3E and 5E in area TH
'fac_nu_ext_TH':1.2,# Increase the external input to 2/3E and 5E in area TH
'fac_nu_ext_5E':1.125,# Increase the external Poisson indegree onto 5E
'fac_nu_ext_5E':1.125,# Increase the external Poisson indegree onto 5E
'fac_nu_ext_6E':1.41666667,# Increase the external Poisson indegree onto 6E
'fac_nu_ext_6E':1.41666667,# Increase the external Poisson indegree onto 6E
'av_indegree_V1':3950.# Adjust the average indegree in V1 based on monkey data
'av_indegree_V1':3950.# Adjust the average indegree in V1 based on monkey data
}
}
# Input parameters
# Input parameters
input_params={
input_params={
'rate_ext':10.# Rate of the Poissonian spike generator (in spikes/s)
'rate_ext':10.# Rate of the Poissonian spike generator (in spikes/s)
}
}
# Neuron parameters
# Neuron parameters
neuron_params={
neuron_params={
'V0_mean':-150.,# Mean for the distribution of initial membrane potentials, by default: -100.
'V0_mean':-150.,# Mean for the distribution of initial membrane potentials, by default: -100.
'V0_sd':50.}# Standard deviation for the distribution of initial membrane potentials, by default: 50.
'V0_sd':50.}# Standard deviation for the distribution of initial membrane potentials, by default: 50.
# Network parameters
# Network parameters
network_params={
network_params={
'N_scaling':scale_down_to,# Scaling of population sizes, by default: 1.
'N_scaling':scale_down_to,# Scaling of population sizes, by default: 1.
'K_scaling':scale_down_to,# Scaling of indegrees, by default: 1.
'K_scaling':scale_down_to,# Scaling of indegrees, by default: 1.
'fullscale_rates':'tests/fullscale_rates.json',# Absolute path to the file holding full-scale rates for scaling synaptic weights, by default: None
'fullscale_rates':'tests/fullscale_rates.json',# Absolute path to the file holding full-scale rates for scaling synaptic weights, by default: None
't_sim':2000.,# Simulated time (in ms), by default: 10.0
't_sim':2000.,# Simulated time (in ms), by default: 10.0
# 't_sim': 1500., # Simulated time (in ms), by default: 10.0
# 't_sim': 1500., # Simulated time (in ms), by default: 10.0
'num_processes':1,# The number of MPI processes, by default: 1
'num_processes':1,# The number of MPI processes, by default: 1
'local_num_threads':1,# The number of threads per MPI process, by default: 1
'local_num_threads':1,# The number of threads per MPI process, by default: 1
'recording_dict':{'record_vm':False},
'recording_dict':{'record_vm':False},
'rng_seed':1# global random seed
'rng_seed':1# global random seed
}
}
# Theory paramters (theory_params)
# Theory paramters (theory_params)
theory_params={
theory_params={
'dt':0.1# The time step of the mean-field theory integration, by default: 0.01
'dt':0.1# The time step of the mean-field theory integration, by default: 0.01
}
}
```
```
%% Cell type:markdown id:1472e9c5 tags:
%% Cell type:markdown id:1472e9c5 tags:
Go back to [Notebook structure](#toc)
Go back to [Notebook structure](#toc)
%% Cell type:markdown id:de4a6703 tags:
%% Cell type:markdown id:de4a6703 tags:
## S2. Multi-Area Model Instantiation and Simulation <a class="anchor" id="section_2"></a>
## S2. Multi-Area Model Instantiation and Simulation <a class="anchor" id="section_2"></a>
%% Cell type:markdown id:1fd58841 tags:
%% Cell type:markdown id:1fd58841 tags:
### 2.1. Insantiate a multi-area model <a class="anchor" id="section_2_1"></a>
### 2.1. Insantiate a multi-area model <a class="anchor" id="section_2_1"></a>
%% Cell type:code id:ab25f9f8 tags:
%% Cell type:code id:ab25f9f8 tags:
``` python
``` python
%%capturecaptured
%%capturecaptured
M=MultiAreaModel(network_params,
M=MultiAreaModel(network_params,
simulation=True,
simulation=True,
sim_spec=sim_params,
sim_spec=sim_params,
theory=True,
theory=True,
theory_spec=theory_params);
theory_spec=theory_params);
```
```
%% Output
%% Output
Error in library("aod") : there is no package called ‘aod’
Error in library("aod") : there is no package called ‘aod’
Execution halted
Execution halted
%% Cell type:markdown id:91649c30 tags:
%% Cell type:markdown id:91649c30 tags:
### 2.2. Predict firing rates from theory <a class="anchor" id="section_2_2"></a>
### 2.2. Predict firing rates from theory <a class="anchor" id="section_2_2"></a>
%% Cell type:code id:6a7ddf0e tags:
%% Cell type:code id:6a7ddf0e tags:
``` python
``` python
p,r=M.theory.integrate_siegert()
p,r=M.theory.integrate_siegert()
print("Mean-field theory predicts an average "
print("Mean-field theory predicts an average "
"firing rate of {0:.3f} spikes/s across all populations.".format(np.mean(r[:,-1])))
"firing rate of {0:.3f} spikes/s across all populations.".format(np.mean(r[:,-1])))
```
```
%% Output
%% Output
Iteration: 0
Iteration: 0
Mean-field theory predicts an average firing rate of 29.588 spikes/s across all populations.
Mean-field theory predicts an average firing rate of 29.588 spikes/s across all populations.
%% Cell type:markdown id:2062ddf3 tags:
%% Cell type:markdown id:2062ddf3 tags:
### 2.3. Extract and visualize interareal connectivity <a class="anchor" id="section_2_3"></a>
### 2.3. Extract and visualize interareal connectivity <a class="anchor" id="section_2_3"></a>
%% Cell type:markdown id:8a7c09e0 tags:
%% Cell type:markdown id:8a7c09e0 tags:
The connectivity and neuron numbers are stored in the attributes of the model class. Neuron numbers are stored in `M.N` as a dictionary (and in `M.N_vec` as an array), indegrees in `M.K` as a dictionary (and in `M.K_matrix` as an array). Number of synapses can also be access via `M.synapses` (and in `M.syn_matrix` as an array). <br>
The connectivity and neuron numbers are stored in the attributes of the model class. Neuron numbers are stored in `M.N` as a dictionary (and in `M.N_vec` as an array), indegrees in `M.K` as a dictionary (and in `M.K_matrix` as an array). Number of synapses can also be access via `M.synapses` (and in `M.syn_matrix` as an array). <br>
### 3.2 Resting state plots <a class="anchor" id="section_3_2"></a>
### 3.2 Resting state plots <a class="anchor" id="section_3_2"></a>
%% Cell type:markdown id:aeae56a4 tags:
%% Cell type:markdown id:aeae56a4 tags:
**Fig 5. Resting state of the model with χ =1.9.** (A-C) Raster plot of spiking activity of 3% of the neurons in area V1 (A), V2 (B), and FEF (C). Blue: excitatory neurons, red: inhibitory neurons. (D-F) Spiking statistics across all 32 areas for the respective populations shown as area-averaged box plots. Crosses: medians, boxes: interquartile range (IQR), whiskers extend to the most extremeobservat ions within 1.5×IQR beyond the IQR. (D) Population-averaged firing rates. (E) Average pairwise correlation coefficients of spiking activity. (F) Irregularity measured by revised local variation LvR averaged across neurons. (G) Area-averaged firing rates, shown as raw binned spike histograms with 1ms bin width (gray) and convolved histograms, with aGaussian kernel (black) of optimal width.
**Fig 5. Resting state of the model with χ =1.9.** (A-C) Raster plot of spiking activity of 3% of the neurons in area V1 (A), V2 (B), and FEF (C). Blue: excitatory neurons, red: inhibitory neurons. (D-F) Spiking statistics across all 32 areas for the respective populations shown as area-averaged box plots. Crosses: medians, boxes: interquartile range (IQR), whiskers extend to the most extremeobservat ions within 1.5×IQR beyond the IQR. (D) Population-averaged firing rates. (E) Average pairwise correlation coefficients of spiking activity. (F) Irregularity measured by revised local variation LvR averaged across neurons. (G) Area-averaged firing rates, shown as raw binned spike histograms with 1ms bin width (gray) and convolved histograms, with aGaussian kernel (black) of optimal width.