<< Chapter < Page Chapter >> Page >

Running simulations

In this section we will step through 2 different simulations using the matlab code. In the First simulation we will stimulate several cells in an assembly and several "noise" cells. Then the assembly will activate, shut down the noise and eventually die out. In the second we will have to different assemblies "compete".

Simulation 1

I have created a code called pattern _ maker.m which is an easy way to get a matrix will a designated number of cells, number of patterns, and number of cells per pattern. We will start with a network with 50 excitatory cells and train it with 8 patterns, containing 8 cells in each pattern. Type help pattern _ maker into a matlab prompt to get the details:

>> help pattern_maker pattern_maker.m - creates a pattern matrix. Each row represents a pattern with 1's for active cells, 0's for inactive cells. pattern = pattern_maker(n_cells,n_patterns,n_active) where: n_cells = number of cells n_pattern = number of patterns n_active = number active units per pattern output: pattern = n_patterns x n_cells matrix with each row a randomized pattern with n_active units

Now lets create a variable pp which will store the pattern matrix.

>> pp = pattern_maker(50,8,8);

Now that we have a pattern we can run the main piece of code that will do the simulation: LF _ network.m. Note that many of the parameters are only accessible in the code and would have to be directly edited if the user wishes to change them.

>> help LF_network LF_network.m - This function runs the Lansner-Fransen type simulations as detailed in their paper - "Modelling Hebbian cell assemblies comprised of cortical neurons". There are an equal number of excitory and inhibitory cells. Each excitory cell has a companion inhibitory cell which synapses onto it. The network is trained with different patterns loaded in. Then its calls a code which produces connection strengths. Positive strengths form Excitory to Excitory connections. Negative strengths form connections from Excitory to Inhibitory cells. [v_ex,v_in] = LF_network(dt,Tcutoff,Tfin,I0,stim_cells,Patterns) where: dt = time step Tcutoff = time cutoff for stimulated cells Tfin = time end simulation I0 = stimulation size for cells stim_cells = vector of cells recieving stimulus Patterns = matrix where each row is a pattern the network is trained with returns: v_ex = Voltages for excitory cells, indexed as ve(cell,timestep,compartment)v_in = Voltages for inhibitory cells, indexed as vi(cell,timestep,compartment)ex. pp = pattern_maker(50,8,8) [v_ex, v_in] = LF_network(.01,50,350,1,[1 6 8 10 25],pp);

As explained in the help file above one must choose the cell numbers to stimulate. In order to pick several cells in one assembly we will enter the following command to get the indices of one of the patterns:

>> find(p(1,:)==1) ans = 19 23 28 29 32 35 36 42

Thus we will choose to stimulate cells 19, 23, 28, 29 and add the noise stimuli of cells 45, 46, and 47. The simulation will last for 350 ms and the stimulation will last for 50 ms. A 1.5 nA stimulus is injected into each respective cell soma. After the output is saved we load the results in a code which displays the results: viewer.m.

Questions & Answers

how does Neisseria cause meningitis
Nyibol Reply
what is microbiologist
Muhammad Reply
what is errata
Muhammad
is the branch of biology that deals with the study of microorganisms.
Ntefuni Reply
What is microbiology
Mercy Reply
studies of microbes
Louisiaste
when we takee the specimen which lumbar,spin,
Ziyad Reply
How bacteria create energy to survive?
Muhamad Reply
Bacteria doesn't produce energy they are dependent upon their substrate in case of lack of nutrients they are able to make spores which helps them to sustain in harsh environments
_Adnan
But not all bacteria make spores, l mean Eukaryotic cells have Mitochondria which acts as powerhouse for them, since bacteria don't have it, what is the substitution for it?
Muhamad
they make spores
Louisiaste
what is sporadic nd endemic, epidemic
Aminu Reply
the significance of food webs for disease transmission
Abreham
food webs brings about an infection as an individual depends on number of diseased foods or carriers dully.
Mark
explain assimilatory nitrate reduction
Esinniobiwa Reply
Assimilatory nitrate reduction is a process that occurs in some microorganisms, such as bacteria and archaea, in which nitrate (NO3-) is reduced to nitrite (NO2-), and then further reduced to ammonia (NH3).
Elkana
This process is called assimilatory nitrate reduction because the nitrogen that is produced is incorporated in the cells of microorganisms where it can be used in the synthesis of amino acids and other nitrogen products
Elkana
Examples of thermophilic organisms
Shu Reply
Give Examples of thermophilic organisms
Shu
advantages of normal Flora to the host
Micheal Reply
Prevent foreign microbes to the host
Abubakar
they provide healthier benefits to their hosts
ayesha
They are friends to host only when Host immune system is strong and become enemies when the host immune system is weakened . very bad relationship!
Mark
what is cell
faisal Reply
cell is the smallest unit of life
Fauziya
cell is the smallest unit of life
Akanni
ok
Innocent
cell is the structural and functional unit of life
Hasan
is the fundamental units of Life
Musa
what are emergency diseases
Micheal Reply
There are nothing like emergency disease but there are some common medical emergency which can occur simultaneously like Bleeding,heart attack,Breathing difficulties,severe pain heart stock.Hope you will get my point .Have a nice day ❣️
_Adnan
define infection ,prevention and control
Innocent
I think infection prevention and control is the avoidance of all things we do that gives out break of infections and promotion of health practices that promote life
Lubega
Heyy Lubega hussein where are u from?
_Adnan
en français
Adama
which site have a normal flora
ESTHER Reply
Many sites of the body have it Skin Nasal cavity Oral cavity Gastro intestinal tract
Safaa
skin
Asiina
skin,Oral,Nasal,GIt
Sadik
How can Commensal can Bacteria change into pathogen?
Sadik
How can Commensal Bacteria change into pathogen?
Sadik
all
Tesfaye
by fussion
Asiina
what are the advantages of normal Flora to the host
Micheal
what are the ways of control and prevention of nosocomial infection in the hospital
Micheal
what is inflammation
Shelly Reply
part of a tissue or an organ being wounded or bruised.
Wilfred
what term is used to name and classify microorganisms?
Micheal Reply
Binomial nomenclature
adeolu
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, The art of the pfug. OpenStax CNX. Jun 05, 2013 Download for free at http://cnx.org/content/col10523/1.34
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'The art of the pfug' conversation and receive update notifications?

Ask