| PROJECTS AT VISL FINISHED IN 2002 | |||||
Abstract While creating large neural network models, finding network
behaviors similar to those found in biological experiments, assuming
reproducing biological brain computational power as an ultimate goal,
could mark milestone on a way of building neural network simulations of
a greater power. General idea on selective adaptation can be found in the introduction chapter of [1]. In the experiment performed in [1]: two input sites stimulated with two different frequencies: rare (1/50 Hz) and frequent (1/5 Hz). If only frequent or rare input applied – output undergoes certain depression. If both applied simultaneously, while network response to frequent input undergoes depression, its response to rare input is amplified. Network Response to Continuous Frequency Another phenomenon described in [1] is change in network response to continuously applied input frequency. For higher frequency, network response drops with time, while for lower frequency it remains unchanged. This behavior can be observed in (copied from [1]). We'll refer to this phenomenon as "frequency adaptation" (opposed to "selective frequency adaptation").
Project overview: During our research we try different neuron and synapse
models in search for "realistic enough" neural network model.
"Straight forward" approach of building large LIF with CSIM simulation
failed to reproduce selective adaptation behavior. More graduate
approach was taken in order to explore related phenomena and finally
build artificial network that would reproduce selective adaptation
behavior.
Networks with few neurons were used to assure single neuron biologically compatible behavior (we showed neuron's synapse depression property, that is believed to be one of key mechanisms of selective adaptation). We checked post synapse neuron firing frequency patterns while changing synapse weight and depression parameters. Minimal Network Basing on a hypothesis presented in [1], claiming that inhibitory sub networks present a common network resource (independent on stimuli input sites) while excitatory neurons form independent pathways for each stimuli input site. Trying to support this hypothesis we create miniature 4 neurons network with predefined neuron connections. Connections between neurons are made in a special way creating such an "inhibitory common resource" and separate "excitatory pathways" (see Methods). Original idea for creation of minimal network was proposed by the author. Large Scale Network Frequency Adaptation Another step towards reproducing selective adaptation is showing frequency adaptation on a large neural network. Large networks, up to 10,000 neurons were used and effects of different parameters upon frequency adaptation behavior were explored. Original source code, by Izhikevich [6] was extended to support working from MATLAB environment and supporting different kind of input channels and recorders. For more details see Appendix A, Izhikevich Neuron Model Different neuron and synapse computational models exist today [2]. In our study we mainly use Leak Integrate and Fire (LIF) and highly promising Izhikevich neuron model [3] [4]. We show differences in these models behaviors and while we succeed in reproducing some of behaviors with one model we fail to do it with another. Izhikevich model exhibit several biologically realistic phenomena such as brain wave like activities and spontaneous pathways creation resembling pathways [4] mentioned by Danny Eytan, Naama Brenner and Shimon Marom in their research [1]. Tools MATLAB Results Highlights FULL DOCUMENTATION - [please view readme.txt] REFERENCES
|