CAS Seminar - Spiking Neurons Network (SNN) Jakob Kemi ( )

Size: px
Start display at page:

Download "CAS Seminar - Spiking Neurons Network (SNN) Jakob Kemi ( )"

Transcription

1 CAS Seminar - Spiking Neurons Network (SNN) Jakob Kemi ( ) kemiolof@student.chalmers.se November 20, 2006

2 Introduction Biological background To be written, lots of good sources. Background First generation of neural networks Introduced in 1943 by McColloch and Pitts. This is a binary model where the only states for a neuron is firing or not firing. The firing is controlled by a threshold. In this model neurons can be connected in multiple layers and with varying configurations of input neurons etc. However every neuron act simultaneously in a synchronized fashion. This model is good for many types of computations but is not very related to actual biological behavior due to the binary and synchronized simplifications. Hopfield model etc. Second generation This model encodes additional information in neuron output spikes by allowing "analog" outputs from neurons, by for example using a sigmoid function (as described in [1]) The sigmoid output can for example symbolize the firing rate of biological neurons. This model is perhaps the most common and can compute all sorts of analog functions and is studied in detail in [1] for example. Third generation Studies of real biological neurons shows that the firing rate of individual neurons hardly exceeds one hundred spikes per seconds. However the reaction time of specific networks (some visual tasks for e.g.) is far lower than the length of combined neuron chains would indicate. This among other things led to the assumption that also timing plays a part in biological networks. Which gave rise to a third type of networks, (Asynchronous) Spiking Neural Networks, (A)SNN, thus also tries to incorporate timing by letting individual neurons act in an asynchronously fashion where the timing of the individual neuron is determined by the precise time and sometimes also duration of the presynaptic spikes. This can sometimes also by combined with local oscillations modeling the fact that signals can also be arriving by the outer membrane. The model is almost always also utilizing som sort of decay of the inner energy of the individual neurons. This was modeled early but didn t catch on mostly due to the fact that the calculations are costly on traditional sequential computers. One of the reasons that this model have gained recent popularity is due not only to it s perhaps more biologically similarities but also to the fact that it s inherently parallel in nature. This means that it s well suited to distributed implementations, by the use of computer clusters or in custom parallel hardware which are recently gaining interest due to the ease and availability of modern FPGA chips etc. It has also been shown that it s computationally stronger than the standard sigmoid model and that it s possible to express any function expressible with sigmoid networks using SNN instead., [[2], more references needed for this section] 1

3 The artificial Spiking Neuron model There exists some variations, but I choose to explain one that incorporates most of the common elements of the variants as used for e.g. in [4]. Each spiking neuron, called SN contains an inner variable describing the inner energy potential, u. This inner potential is strives to reach a rest state (u = 0) which means that it will decay with time if positive and vice verse. The inputs of the SN consists of multiple synapses connected to the output of other SNs. Each synapse has two parameters, namely the transmission delay, d and a weight, w which can be positive or negative. The (positive) delay denotes the time it takes for the signal to travel through the synapse and the weight determines the strength of the signal. A negative value of the weight causes an inhibitory effect whilst a positive value causes a excitatory effect. Sometimes a third parameter, τis assigned to each synapse denoting the duration and steepness of the spike. Every arriving signal is basically multiplied by the synapse weight and added to the inner energy potential. Once this potential is larger than a certain threshold the SN will fire a spike in order to decrease its energy potential. The commonly used shape of the output spike is often a sharp peak with a uniform negative response in the potential energy. Sometimes the output signal is allowed to borrow energy leaving a negative recoil" in the potential afterward. [nice diagram over output signal and potential energy] [include kernel functions etc and mathematical formulas] Applications Associative memory Perhaps talk about findings from [8] Visual pattern recognition One rather interesting application of SNNs can be found in [9] where they ve used a network for visual face recognition. The motivating question in the approach outline below is the fact that studies on monkeys show that the response of complex stimuli such as faces leads to selective responses in as low latencies as ms. Considering that during this time information has to be process by the retina, and at least four cortical areas where at least two synaptic stages occur in every such area. This indicates that there is time for little more than one spike at each neuron in the signal path. The question is therefore if it s possible to construct an artificial SNN that can process visual face input using only one spike per neuron. The model used by [9] is as follows. The network is constructed out of four different layers each performing a specific part in the recognition process. Each layer consists of multiple SNs each allowed to spike only once. The delay from each neuron is then used as input to the next layer. A shorter delay indicates a stronger match, and a longer delay indicates a weak match. The layers are constructed as follows 2

4 Layer one handles contrast recognition. It contains twice as many nodes as there are input pixels, two nodes for each pixel. One node is used to signal if the pixel is ON focus (that is; surrounding pixels differ in contrast) and another node signals if it s OFF focus. In the second layer the input from the contrast layer is used to determine local orientation. Eight symmetrically spread orientations are detected (45 degrees separation). The output are then fed into the third layer which detects facial features (eyes and mouth). The last layer are finally used for the actual face pattern matching. [insert relevant, informative pictures and results. also describe training method] Classification... Training of SNNs Error-Backpropagation discuss [6] and [7]... SpikeProp ([6]) only allows static synapse delays and consists of exactly three layers, namely I(input), H(hidden) and O(output). [picture?] The function that the network calculates is formulated by passing in input spikes with different delay from some reference time, t 0. The network then allows a maximum of one spike per neuron and presents the output as zero or one spike on each of the output neurons with varying time delays. Two different backpropagating synapse-weight modifiers are then used for the synapses between I and H and between H and O. Improved SpikeProp ([7]) further improves this by keeping the general model intact but also deriving analogue methods for updating the firing threshold, the delay time and the synaptic time stamp (duration and steepness of spike) for each neuron. Evolutionary Algorithms incorporate findings from [5] for example. Implementation My implementation Implementation of smallish SNN using EA for training. Method, results etc. 3

5 GPU implementation Deep Blue etc. FPGA Recent/Intresting implementations Conclusion 4

6 Bibliography [1] Neural Networks (book) Simon Haykin [2] Applications of Spiking Neural Networks (phd thesis) Sander M. Bohte Joost N. Kok [3] Spiking Neurons on GPUs (paper) Fabrice Bernhard and Renaud Keriven [4] Temporal Pattern Classification using Spiking Neural Networks (paper) Olaf Booij [5] Spiking Neural Network Training Using Evolutionary Algorithms (paper) N.G. Pavlidis et. al. [6] Spike-prop: error-backprogation in multi-layer networks of spiking neurons. (paper) Bohte, S.M. and Kok, J.N. and La Poutr\ {e}, H. [7] Improving SpikeProp: Enhancements to An Error-Backpropagation Rule for Spiking Neural Networks (paper) Benjamin Schrauwen, Jan Van Campenhout [8] Associative Memory in Networks of Spiking Neurons (paper) Friedrich T. Sommer and Thomas Wennekers [9] FACE PROCESSING USING ONE SPIKE PER NEURONE (paper) Rufin Van Rullen, Jacques Gautrais, Arnaud Delorme and Simon Thorpe 5

Computational cognitive neuroscience: 2. Neuron. Lubica Beňušková Centre for Cognitive Science, FMFI Comenius University in Bratislava

Computational cognitive neuroscience: 2. Neuron. Lubica Beňušková Centre for Cognitive Science, FMFI Comenius University in Bratislava 1 Computational cognitive neuroscience: 2. Neuron Lubica Beňušková Centre for Cognitive Science, FMFI Comenius University in Bratislava 2 Neurons communicate via electric signals In neurons it is important

More information

Recognition of English Characters Using Spiking Neural Networks

Recognition of English Characters Using Spiking Neural Networks Recognition of English Characters Using Spiking Neural Networks Amjad J. Humaidi #1, Thaer M. Kadhim *2 Control and System Engineering, University of Technology, Iraq, Baghdad 1 601116@uotechnology.edu.iq

More information

Artificial Neural Networks (Ref: Negnevitsky, M. Artificial Intelligence, Chapter 6)

Artificial Neural Networks (Ref: Negnevitsky, M. Artificial Intelligence, Chapter 6) Artificial Neural Networks (Ref: Negnevitsky, M. Artificial Intelligence, Chapter 6) BPNN in Practice Week 3 Lecture Notes page 1 of 1 The Hopfield Network In this network, it was designed on analogy of

More information

Evaluating the Effect of Spiking Network Parameters on Polychronization

Evaluating the Effect of Spiking Network Parameters on Polychronization Evaluating the Effect of Spiking Network Parameters on Polychronization Panagiotis Ioannou, Matthew Casey and André Grüning Department of Computing, University of Surrey, Guildford, Surrey, GU2 7XH, UK

More information

Rolls,E.T. (2016) Cerebral Cortex: Principles of Operation. Oxford University Press.

Rolls,E.T. (2016) Cerebral Cortex: Principles of Operation. Oxford University Press. Digital Signal Processing and the Brain Is the brain a digital signal processor? Digital vs continuous signals Digital signals involve streams of binary encoded numbers The brain uses digital, all or none,

More information

Spiking Inputs to a Winner-take-all Network

Spiking Inputs to a Winner-take-all Network Spiking Inputs to a Winner-take-all Network Matthias Oster and Shih-Chii Liu Institute of Neuroinformatics University of Zurich and ETH Zurich Winterthurerstrasse 9 CH-857 Zurich, Switzerland {mao,shih}@ini.phys.ethz.ch

More information

Dynamic Stochastic Synapses as Computational Units

Dynamic Stochastic Synapses as Computational Units Dynamic Stochastic Synapses as Computational Units Wolfgang Maass Institute for Theoretical Computer Science Technische Universitat Graz A-B01O Graz Austria. email: maass@igi.tu-graz.ac.at Anthony M. Zador

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 7: Network models Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis II 6 Single neuron

More information

1. Introduction 1.1. About the content

1. Introduction 1.1. About the content 1. Introduction 1.1. About the content At first, some background ideas are given and what the origins of neurocomputing and artificial neural networks were. Then we start from single neurons or computing

More information

1. Introduction 1.1. About the content. 1.2 On the origin and development of neurocomputing

1. Introduction 1.1. About the content. 1.2 On the origin and development of neurocomputing 1. Introduction 1.1. About the content At first, some background ideas are given and what the origins of neurocomputing and artificial neural networks were. Then we start from single neurons or computing

More information

CHAPTER I From Biological to Artificial Neuron Model

CHAPTER I From Biological to Artificial Neuron Model CHAPTER I From Biological to Artificial Neuron Model EE543 - ANN - CHAPTER 1 1 What you see in the picture? EE543 - ANN - CHAPTER 1 2 Is there any conventional computer at present with the capability of

More information

Investigation of Physiological Mechanism For Linking Field Synapses

Investigation of Physiological Mechanism For Linking Field Synapses Investigation of Physiological Mechanism For Linking Field Synapses Richard B. Wells 1, Nick Garrett 2, Tom Richner 3 Microelectronics Research and Communications Institute (MRCI) BEL 316 University of

More information

The storage and recall of memories in the hippocampo-cortical system. Supplementary material. Edmund T Rolls

The storage and recall of memories in the hippocampo-cortical system. Supplementary material. Edmund T Rolls The storage and recall of memories in the hippocampo-cortical system Supplementary material Edmund T Rolls Oxford Centre for Computational Neuroscience, Oxford, England and University of Warwick, Department

More information

International Journal of Advanced Computer Technology (IJACT)

International Journal of Advanced Computer Technology (IJACT) Abstract An Introduction to Third Generation of Neural Networks for Edge Detection Being inspired by the structure and behavior of the human visual system the spiking neural networks for edge detection

More information

Self-Organization and Segmentation with Laterally Connected Spiking Neurons

Self-Organization and Segmentation with Laterally Connected Spiking Neurons Self-Organization and Segmentation with Laterally Connected Spiking Neurons Yoonsuck Choe Department of Computer Sciences The University of Texas at Austin Austin, TX 78712 USA Risto Miikkulainen Department

More information

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence

Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence Cognitive Neuroscience History of Neural Networks in Artificial Intelligence The concept of neural network in artificial intelligence To understand the network paradigm also requires examining the history

More information

Neural Information Processing: between synchrony and chaos

Neural Information Processing: between synchrony and chaos 1 Neural Information Processing: between synchrony and chaos Josep L. Rosselló, V. Canals and A. Morro Physics Department, Universitat de les Illes Balears, Palma de Mallorca, Spain Summary The brain is

More information

Computational Cognitive Neuroscience

Computational Cognitive Neuroscience Computational Cognitive Neuroscience Computational Cognitive Neuroscience Computational Cognitive Neuroscience *Computer vision, *Pattern recognition, *Classification, *Picking the relevant information

More information

Neuromorphic computing

Neuromorphic computing Neuromorphic computing Robotics M.Sc. programme in Computer Science lorenzo.vannucci@santannapisa.it April 19th, 2018 Outline 1. Introduction 2. Fundamentals of neuroscience 3. Simulating the brain 4.

More information

The Integration of Features in Visual Awareness : The Binding Problem. By Andrew Laguna, S.J.

The Integration of Features in Visual Awareness : The Binding Problem. By Andrew Laguna, S.J. The Integration of Features in Visual Awareness : The Binding Problem By Andrew Laguna, S.J. Outline I. Introduction II. The Visual System III. What is the Binding Problem? IV. Possible Theoretical Solutions

More information

Ameen Alsaras. Ameen Alsaras. Mohd.Khatatbeh

Ameen Alsaras. Ameen Alsaras. Mohd.Khatatbeh 9 Ameen Alsaras Ameen Alsaras Mohd.Khatatbeh Nerve Cells (Neurons) *Remember: The neural cell consists of: 1-Cell body 2-Dendrites 3-Axon which ends as axon terminals. The conduction of impulse through

More information

Modeling of Hippocampal Behavior

Modeling of Hippocampal Behavior Modeling of Hippocampal Behavior Diana Ponce-Morado, Venmathi Gunasekaran and Varsha Vijayan Abstract The hippocampus is identified as an important structure in the cerebral cortex of mammals for forming

More information

VHDL implementation of Neuron based classification for future artificial intelligence applications

VHDL implementation of Neuron based classification for future artificial intelligence applications VHDL implementation of Neuron based classification for future artificial intelligence applications 1Reasearch Scholar, Deptof ECEAURORAEngineering College, Hyderabad,India. 2Assoc Prof,Dept of ECE AURORA

More information

Computing with Spikes in Recurrent Neural Networks

Computing with Spikes in Recurrent Neural Networks Computing with Spikes in Recurrent Neural Networks Dezhe Jin Department of Physics The Pennsylvania State University Presented at ICS Seminar Course, Penn State Jan 9, 2006 Outline Introduction Neurons,

More information

CS 453X: Class 18. Jacob Whitehill

CS 453X: Class 18. Jacob Whitehill CS 453X: Class 18 Jacob Whitehill More on k-means Exercise: Empty clusters (1) Assume that a set of distinct data points { x (i) } are initially assigned so that none of the k clusters is empty. How can

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction Artificial neural networks are mathematical inventions inspired by observations made in the study of biological systems, though loosely based on the actual biology. An artificial

More information

Part 11: Mechanisms of Learning

Part 11: Mechanisms of Learning Neurophysiology and Information: Theory of Brain Function Christopher Fiorillo BiS 527, Spring 2012 042 350 4326, fiorillo@kaist.ac.kr Part 11: Mechanisms of Learning Reading: Bear, Connors, and Paradiso,

More information

Learning and Adaptive Behavior, Part II

Learning and Adaptive Behavior, Part II Learning and Adaptive Behavior, Part II April 12, 2007 The man who sets out to carry a cat by its tail learns something that will always be useful and which will never grow dim or doubtful. -- Mark Twain

More information

Intelligent Control Systems

Intelligent Control Systems Lecture Notes in 4 th Class in the Control and Systems Engineering Department University of Technology CCE-CN432 Edited By: Dr. Mohammed Y. Hassan, Ph. D. Fourth Year. CCE-CN432 Syllabus Theoretical: 2

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 6: Single neuron models Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis I 5 Data analysis II 6 Single

More information

Artificial Neural Networks

Artificial Neural Networks Artificial Neural Networks Torsten Reil torsten.reil@zoo.ox.ac.uk Outline What are Neural Networks? Biological Neural Networks ANN The basics Feed forward net Training Example Voice recognition Applications

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 5: Data analysis II Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis II 6 Single

More information

Intro. Comp. NeuroSci. Ch. 9 October 4, The threshold and channel memory

Intro. Comp. NeuroSci. Ch. 9 October 4, The threshold and channel memory 9.7.4 The threshold and channel memory The action potential has a threshold. In figure the area around threshold is expanded (rectangle). A current injection that does not reach the threshold does not

More information

Racing to Learn: Statistical Inference and Learning in a Single Spiking Neuron with Adaptive Kernels

Racing to Learn: Statistical Inference and Learning in a Single Spiking Neuron with Adaptive Kernels Racing to Learn: Statistical Inference and Learning in a Single Spiking Neuron with Adaptive Kernels Saeed Afshar 1, Libin George 2, Jonathan Tapson 1, André van Schaik 1, Tara Julia Hamilton 1,2 1 Bioelectronics

More information

Lecture 22: A little Neurobiology

Lecture 22: A little Neurobiology BIO 5099: Molecular Biology for Computer Scientists (et al) Lecture 22: A little Neurobiology http://compbio.uchsc.edu/hunter/bio5099 Larry.Hunter@uchsc.edu Nervous system development Part of the ectoderm

More information

Active Control of Spike-Timing Dependent Synaptic Plasticity in an Electrosensory System

Active Control of Spike-Timing Dependent Synaptic Plasticity in an Electrosensory System Active Control of Spike-Timing Dependent Synaptic Plasticity in an Electrosensory System Patrick D. Roberts and Curtis C. Bell Neurological Sciences Institute, OHSU 505 N.W. 185 th Avenue, Beaverton, OR

More information

Learning in neural networks

Learning in neural networks http://ccnl.psy.unipd.it Learning in neural networks Marco Zorzi University of Padova M. Zorzi - European Diploma in Cognitive and Brain Sciences, Cognitive modeling", HWK 19-24/3/2006 1 Connectionist

More information

Synfire chains with conductance-based neurons: internal timing and coordination with timed input

Synfire chains with conductance-based neurons: internal timing and coordination with timed input Neurocomputing 5 (5) 9 5 www.elsevier.com/locate/neucom Synfire chains with conductance-based neurons: internal timing and coordination with timed input Friedrich T. Sommer a,, Thomas Wennekers b a Redwood

More information

Realization of Visual Representation Task on a Humanoid Robot

Realization of Visual Representation Task on a Humanoid Robot Istanbul Technical University, Robot Intelligence Course Realization of Visual Representation Task on a Humanoid Robot Emeç Erçelik May 31, 2016 1 Introduction It is thought that human brain uses a distributed

More information

Running PyNN Simulations on SpiNNaker

Running PyNN Simulations on SpiNNaker Introduction Running PyNN Simulations on SpiNNaker This manual will introduce you to the basics of using the PyNN neural network language on SpiNNaker neuromorphic hardware. Installation The PyNN toolchain

More information

A Computational Biological Network for Wood Defect Classification

A Computational Biological Network for Wood Defect Classification A Computational Biological Network for Wood Defect Classification S. Shahnorbanun, S.A.Siti Nurul Huda, A. Haslina, O. Nazlia and H. Rosilah, Member IAENG Abstract Spiking Learning vector quantization

More information

Lateral Geniculate Nucleus (LGN)

Lateral Geniculate Nucleus (LGN) Lateral Geniculate Nucleus (LGN) What happens beyond the retina? What happens in Lateral Geniculate Nucleus (LGN)- 90% flow Visual cortex Information Flow Superior colliculus 10% flow Slide 2 Information

More information

Mike Davies Director, Neuromorphic Computing Lab Intel Labs

Mike Davies Director, Neuromorphic Computing Lab Intel Labs Mike Davies Director, Neuromorphic Computing Lab Intel Labs Loihi at a Glance Key Properties Integrated Memory + Compute Neuromorphic Architecture 128 neuromorphic cores supporting up to 128k neurons and

More information

Information Processing During Transient Responses in the Crayfish Visual System

Information Processing During Transient Responses in the Crayfish Visual System Information Processing During Transient Responses in the Crayfish Visual System Christopher J. Rozell, Don. H. Johnson and Raymon M. Glantz Department of Electrical & Computer Engineering Department of

More information

A computational account for the ontogeny of mirror neurons via Hebbian learning

A computational account for the ontogeny of mirror neurons via Hebbian learning A computational account for the ontogeny of mirror neurons via Hebbian learning Graduation Project Bachelor Artificial Intelligence Credits: 18 EC Author Lotte Weerts 10423303 University of Amsterdam Faculty

More information

CS/NEUR125 Brains, Minds, and Machines. Due: Friday, April 14

CS/NEUR125 Brains, Minds, and Machines. Due: Friday, April 14 CS/NEUR125 Brains, Minds, and Machines Assignment 5: Neural mechanisms of object-based attention Due: Friday, April 14 This Assignment is a guided reading of the 2014 paper, Neural Mechanisms of Object-Based

More information

2Lesson. Outline 3.3. Lesson Plan. The OVERVIEW. Lesson 3.3 Why does applying pressure relieve pain? LESSON. Unit1.2

2Lesson. Outline 3.3. Lesson Plan. The OVERVIEW. Lesson 3.3 Why does applying pressure relieve pain? LESSON. Unit1.2 Outline 2Lesson Unit1.2 OVERVIEW Rationale: This lesson introduces students to inhibitory synapses. To review synaptic transmission, the class involves a student model pathway to act out synaptic transmission.

More information

The Re(de)fined Neuron

The Re(de)fined Neuron The Re(de)fined Neuron Kieran Greer, Distributed Computing Systems, Belfast, UK. http://distributedcomputingsystems.co.uk Version 1.0 Abstract This paper describes a more biologically-oriented process

More information

TIME SERIES MODELING USING ARTIFICIAL NEURAL NETWORKS 1 P.Ram Kumar, 2 M.V.Ramana Murthy, 3 D.Eashwar, 4 M.Venkatdas

TIME SERIES MODELING USING ARTIFICIAL NEURAL NETWORKS 1 P.Ram Kumar, 2 M.V.Ramana Murthy, 3 D.Eashwar, 4 M.Venkatdas TIME SERIES MODELING USING ARTIFICIAL NEURAL NETWORKS 1 P.Ram Kumar, 2 M.V.Ramana Murthy, 3 D.Eashwar, 4 M.Venkatdas 1 Department of Computer Science & Engineering,UCE,OU,Hyderabad 2 Department of Mathematics,UCS,OU,Hyderabad

More information

Free recall and recognition in a network model of the hippocampus: simulating effects of scopolamine on human memory function

Free recall and recognition in a network model of the hippocampus: simulating effects of scopolamine on human memory function Behavioural Brain Research 89 (1997) 1 34 Review article Free recall and recognition in a network model of the hippocampus: simulating effects of scopolamine on human memory function Michael E. Hasselmo

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

More information

Question 1 Multiple Choice (8 marks)

Question 1 Multiple Choice (8 marks) Philadelphia University Student Name: Faculty of Engineering Student Number: Dept. of Computer Engineering First Exam, First Semester: 2015/2016 Course Title: Neural Networks and Fuzzy Logic Date: 19/11/2015

More information

CS294-6 (Fall 2004) Recognizing People, Objects and Actions Lecture: January 27, 2004 Human Visual System

CS294-6 (Fall 2004) Recognizing People, Objects and Actions Lecture: January 27, 2004 Human Visual System CS294-6 (Fall 2004) Recognizing People, Objects and Actions Lecture: January 27, 2004 Human Visual System Lecturer: Jitendra Malik Scribe: Ryan White (Slide: layout of the brain) Facts about the brain:

More information

OPTO 5320 VISION SCIENCE I

OPTO 5320 VISION SCIENCE I OPTO 5320 VISION SCIENCE I Monocular Sensory Processes of Vision: Color Vision Mechanisms of Color Processing . Neural Mechanisms of Color Processing A. Parallel processing - M- & P- pathways B. Second

More information

COMP9444 Neural Networks and Deep Learning 5. Convolutional Networks

COMP9444 Neural Networks and Deep Learning 5. Convolutional Networks COMP9444 Neural Networks and Deep Learning 5. Convolutional Networks Textbook, Sections 6.2.2, 6.3, 7.9, 7.11-7.13, 9.1-9.5 COMP9444 17s2 Convolutional Networks 1 Outline Geometry of Hidden Unit Activations

More information

A Dynamic Neural Network Model of Sensorimotor Transformations in the Leech

A Dynamic Neural Network Model of Sensorimotor Transformations in the Leech Communicated by Richard Andersen 1 A Dynamic Neural Network Model of Sensorimotor Transformations in the Leech Shawn R. Lockery Yan Fang Terrence J. Sejnowski Computational Neurobiological Laboratory,

More information

Spatiotemporal clustering of synchronized bursting events in neuronal networks

Spatiotemporal clustering of synchronized bursting events in neuronal networks Spatiotemporal clustering of synchronized bursting events in neuronal networks Uri Barkan a David Horn a,1 a School of Physics and Astronomy, Tel Aviv University, Tel Aviv 69978, Israel Abstract in vitro

More information

What is Anatomy and Physiology?

What is Anatomy and Physiology? Introduction BI 212 BI 213 BI 211 Ecosystems Organs / organ systems Cells Organelles Communities Tissues Molecules Populations Organisms Campbell et al. Figure 1.4 Introduction What is Anatomy and Physiology?

More information

Analysis of in-vivo extracellular recordings. Ryan Morrill Bootcamp 9/10/2014

Analysis of in-vivo extracellular recordings. Ryan Morrill Bootcamp 9/10/2014 Analysis of in-vivo extracellular recordings Ryan Morrill Bootcamp 9/10/2014 Goals for the lecture Be able to: Conceptually understand some of the analysis and jargon encountered in a typical (sensory)

More information

ANN predicts locoregional control using molecular marker profiles of. Head and Neck squamous cell carcinoma

ANN predicts locoregional control using molecular marker profiles of. Head and Neck squamous cell carcinoma ANN predicts locoregional control using molecular marker profiles of Head and Neck squamous cell carcinoma Final Project: 539 Dinesh Kumar Tewatia Introduction Radiotherapy alone or combined with chemotherapy,

More information

The Perceptron: : A Probabilistic Model for Information Storage and Organization in the brain (F. Rosenblatt)

The Perceptron: : A Probabilistic Model for Information Storage and Organization in the brain (F. Rosenblatt) The Perceptron: : A Probabilistic Model for Information Storage and Organization in the brain (F. Rosenblatt) Artificial Intelligence 2005-21534 Heo, Min-Oh Outline Introduction Probabilistic model on

More information

Sparse Coding in Sparse Winner Networks

Sparse Coding in Sparse Winner Networks Sparse Coding in Sparse Winner Networks Janusz A. Starzyk 1, Yinyin Liu 1, David Vogel 2 1 School of Electrical Engineering & Computer Science Ohio University, Athens, OH 45701 {starzyk, yliu}@bobcat.ent.ohiou.edu

More information

Using stigmergy to incorporate the time into artificial neural networks

Using stigmergy to incorporate the time into artificial neural networks Using stigmergy to incorporate the time into artificial neural networks Federico A. Galatolo, Mario G.C.A. Cimino, and Gigliola Vaglini Department of Information Engineering, University of Pisa, 56122

More information

AU B. Sc.(Hon's) (Fifth Semester) Esamination, Introduction to Artificial Neural Networks-IV. Paper : -PCSC-504

AU B. Sc.(Hon's) (Fifth Semester) Esamination, Introduction to Artificial Neural Networks-IV. Paper : -PCSC-504 AU-6919 B. Sc.(Hon's) (Fifth Semester) Esamination, 2014 Introduction to Artificial Neural Networks-IV Paper : -PCSC-504 Section-A 1. (I) Synaptic Weights provides the... method for the design of neural

More information

A Neural Network Model of Naive Preference and Filial Imprinting in the Domestic Chick

A Neural Network Model of Naive Preference and Filial Imprinting in the Domestic Chick A Neural Network Model of Naive Preference and Filial Imprinting in the Domestic Chick Lucy E. Hadden Department of Cognitive Science University of California, San Diego La Jolla, CA 92093 hadden@cogsci.ucsd.edu

More information

Neural Networks. Nice books to start reading:

Neural Networks. Nice books to start reading: Neural Networks Overview: - Anatomy of Neuronal Networks - Formal Neural Networks - Are they realistic? - Oscillations and Phase locking - Mapping problem: Kohonen Networks Nice books to start reading:

More information

A Scientific Model of Consciousness that Explains Spirituality and Enlightened States

A Scientific Model of Consciousness that Explains Spirituality and Enlightened States A Scientific Model of Consciousness that Explains Spirituality and Enlightened States Frank Heile, Ph.D. Physics degrees from Stanford and MIT consciousness@frankheile.com April 2016 Outline Part 1: Agents

More information

Biomimetic Cortical Nanocircuits: The BioRC Project. Alice C. Parker NSF Emerging Models of Technology Meeting July 24, 2008

Biomimetic Cortical Nanocircuits: The BioRC Project. Alice C. Parker NSF Emerging Models of Technology Meeting July 24, 2008 Biomimetic Cortical Nanocircuits: The BioRC Project Alice C. Parker NSF Emerging Models of Technology Meeting July 24, 2008 The BioRC Project Team and Support Alice Parker, PI and Chongwu Zhou, Co-PI Graduate

More information

Dynamics of Hodgkin and Huxley Model with Conductance based Synaptic Input

Dynamics of Hodgkin and Huxley Model with Conductance based Synaptic Input Proceedings of International Joint Conference on Neural Networks, Dallas, Texas, USA, August 4-9, 2013 Dynamics of Hodgkin and Huxley Model with Conductance based Synaptic Input Priyanka Bajaj and Akhil

More information

MODELING SMALL OSCILLATING BIOLOGICAL NETWORKS IN ANALOG VLSI

MODELING SMALL OSCILLATING BIOLOGICAL NETWORKS IN ANALOG VLSI 384 MODELING SMALL OSCILLATING BIOLOGICAL NETWORKS IN ANALOG VLSI Sylvie Ryckebusch, James M. Bower, and Carver Mead California Instit ute of Technology Pasadena, CA 91125 ABSTRACT We have used analog

More information

Prof. Greg Francis 7/31/15

Prof. Greg Francis 7/31/15 s PSY 200 Greg Francis Lecture 06 How do you recognize your grandmother? Action potential With enough excitatory input, a cell produces an action potential that sends a signal down its axon to other cells

More information

File name: Supplementary Information Description: Supplementary Figures, Supplementary Table and Supplementary References

File name: Supplementary Information Description: Supplementary Figures, Supplementary Table and Supplementary References File name: Supplementary Information Description: Supplementary Figures, Supplementary Table and Supplementary References File name: Supplementary Data 1 Description: Summary datasheets showing the spatial

More information

Cell Responses in V4 Sparse Distributed Representation

Cell Responses in V4 Sparse Distributed Representation Part 4B: Real Neurons Functions of Layers Input layer 4 from sensation or other areas 3. Neocortical Dynamics Hidden layers 2 & 3 Output layers 5 & 6 to motor systems or other areas 1 2 Hierarchical Categorical

More information

Anatomy Review. Graphics are used with permission of: Pearson Education Inc., publishing as Benjamin Cummings (

Anatomy Review. Graphics are used with permission of: Pearson Education Inc., publishing as Benjamin Cummings ( Anatomy Review Graphics are used with permission of: Pearson Education Inc., publishing as Benjamin Cummings (http://www.aw-bc.com) Page 1. Introduction Neurons communicate with other cells at junctions

More information

Neurons: Structure and communication

Neurons: Structure and communication Neurons: Structure and communication http://faculty.washington.edu/chudler/gall1.html Common Components of a Neuron Dendrites Input, receives neurotransmitters Soma Processing, decision Axon Transmits

More information

Motor systems III: Cerebellum April 16, 2007 Mu-ming Poo

Motor systems III: Cerebellum April 16, 2007 Mu-ming Poo Motor systems III: Cerebellum April 16, 2007 Mu-ming Poo Population coding in the motor cortex Overview and structure of cerebellum Microcircuitry of cerebellum Function of cerebellum -- vestibulo-ocular

More information

How we study the brain: a survey of methods used in neuroscience

How we study the brain: a survey of methods used in neuroscience How we study the brain: a survey of methods used in neuroscience Preparing living neurons for recording Large identifiable neurons in a leech Rohon-Beard neurons in a frog spinal cord Living slice of a

More information

LESSON 3.3 WORKBOOK. Why does applying pressure relieve pain? Workbook. Postsynaptic potentials

LESSON 3.3 WORKBOOK. Why does applying pressure relieve pain? Workbook. Postsynaptic potentials Depolarize to decrease the resting membrane potential. Decreasing membrane potential means that the membrane potential is becoming more positive. Excitatory postsynaptic potentials (EPSP) graded postsynaptic

More information

New Ideas for Brain Modelling

New Ideas for Brain Modelling IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 06, Issue10 (Oct. 2016), V1 PP 13-17 www.iosrjen.org New Ideas for Brain Modelling Kieran Greer 1 1 Distributed Computing

More information

Physiology of Tactile Sensation

Physiology of Tactile Sensation Physiology of Tactile Sensation Objectives: 1. Describe the general structural features of tactile sensory receptors how are first order nerve fibers specialized to receive tactile stimuli? 2. Understand

More information

Lecture 1: Neurons. Lecture 2: Coding with spikes. To gain a basic understanding of spike based neural codes

Lecture 1: Neurons. Lecture 2: Coding with spikes. To gain a basic understanding of spike based neural codes Lecture : Neurons Lecture 2: Coding with spikes Learning objectives: To gain a basic understanding of spike based neural codes McCulloch Pitts Neuron I w in Σ out Θ Examples: I = ; θ =.5; w=. - in = *.

More information

TEMPORAL PRECISION OF SENSORY RESPONSES Berry and Meister, 1998

TEMPORAL PRECISION OF SENSORY RESPONSES Berry and Meister, 1998 TEMPORAL PRECISION OF SENSORY RESPONSES Berry and Meister, 1998 Today: (1) how can we measure temporal precision? (2) what mechanisms enable/limit precision? A. 0.1 pa WHY SHOULD YOU CARE? average rod

More information

EE 791 Lecture 2 Jan 19, 2015

EE 791 Lecture 2 Jan 19, 2015 EE 791 Lecture 2 Jan 19, 2015 Action Potential Conduction And Neural Organization EE 791-Lecture 2 1 Core-conductor model: In the core-conductor model we approximate an axon or a segment of a dendrite

More information

Neural Processing of Counting in Evolved Spiking and McCulloch-Pitts Agents

Neural Processing of Counting in Evolved Spiking and McCulloch-Pitts Agents in Evolved Spiking and McCulloch-Pitts Agents Abstract This article investigates the evolution of autonomous agents that perform a memory-dependent counting task. Two types of neurocontrollers are evolved:

More information

Clusters, Symbols and Cortical Topography

Clusters, Symbols and Cortical Topography Clusters, Symbols and Cortical Topography Lee Newman Thad Polk Dept. of Psychology Dept. Electrical Engineering & Computer Science University of Michigan 26th Soar Workshop May 26, 2006 Ann Arbor, MI agenda

More information

Chapter 3 Neurotransmitter release

Chapter 3 Neurotransmitter release NEUROPHYSIOLOGIE CELLULAIRE CONSTANCE HAMMOND Chapter 3 Neurotransmitter release In chapter 3, we proose 3 videos: Observation Calcium Channel, Ca 2+ Unitary and Total Currents Ca 2+ and Neurotransmitter

More information

Efficient Emulation of Large-Scale Neuronal Networks

Efficient Emulation of Large-Scale Neuronal Networks Efficient Emulation of Large-Scale Neuronal Networks BENG/BGGN 260 Neurodynamics University of California, San Diego Week 6 BENG/BGGN 260 Neurodynamics (UCSD) Efficient Emulation of Large-Scale Neuronal

More information

LESSON 3.3 WORKBOOK. Why does applying pressure relieve pain?

LESSON 3.3 WORKBOOK. Why does applying pressure relieve pain? Postsynaptic potentials small changes in voltage (membrane potential) due to the binding of neurotransmitter. Receptor-gated ion channels ion channels that open or close in response to the binding of a

More information

A toy model of the brain

A toy model of the brain A toy model of the brain arxiv:q-bio/0405002v [q-bio.nc] 2 May 2004 B. Hoeneisen and F. Pasmay Universidad San Francisco de Quito 30 March 2004 Abstract We have designed a toy brain and have written computer

More information

Chapter 2--Introduction to the Physiology of Perception

Chapter 2--Introduction to the Physiology of Perception Chapter 2--Introduction to the Physiology of Perception Student: 1. Our perception of the environment depends on A. the properties of the objects in the environment. B. the properties of the electrical

More information

Task 1: Machine Learning with Spike-Timing-Dependent Plasticity (STDP)

Task 1: Machine Learning with Spike-Timing-Dependent Plasticity (STDP) DARPA Report Task1 for Year 1 (Q1-Q4) Task 1: Machine Learning with Spike-Timing-Dependent Plasticity (STDP) 1. Shortcomings of the deep learning approach to artificial intelligence It has been established

More information

Neural Coding. Computing and the Brain. How Is Information Coded in Networks of Spiking Neurons?

Neural Coding. Computing and the Brain. How Is Information Coded in Networks of Spiking Neurons? Neural Coding Computing and the Brain How Is Information Coded in Networks of Spiking Neurons? Coding in spike (AP) sequences from individual neurons Coding in activity of a population of neurons Spring

More information

Evolution of Spiking Neural Controllers for Autonomous Vision-Based Robots

Evolution of Spiking Neural Controllers for Autonomous Vision-Based Robots Evolution of Spiking Neural Controllers for Autonomous Vision-Based Robots Dario Floreano and Claudio Mattiussi Evolutionary & Adaptive Systems, Institute of Robotics Swiss Federal Institute of Technology,

More information

Introduction. Chapter The Perceptual Process

Introduction. Chapter The Perceptual Process Chapter 1 Introduction Most of us take for granted our ability to perceive the external world. However, this is no simple deed at all. Imagine being given a task of designing a machine that can perceive,

More information

Plasticity of Cerebral Cortex in Development

Plasticity of Cerebral Cortex in Development Plasticity of Cerebral Cortex in Development Jessica R. Newton and Mriganka Sur Department of Brain & Cognitive Sciences Picower Center for Learning & Memory Massachusetts Institute of Technology Cambridge,

More information

An Automated Method for Neuronal Spike Source Identification

An Automated Method for Neuronal Spike Source Identification An Automated Method for Neuronal Spike Source Identification Roberto A. Santiago 1, James McNames 2, Kim Burchiel 3, George G. Lendaris 1 1 NW Computational Intelligence Laboratory, System Science, Portland

More information

Brain-inspired Balanced Tuning for Spiking Neural Networks

Brain-inspired Balanced Tuning for Spiking Neural Networks Brain-inspired Balanced Tuning for Spiking Neural Networks Tielin Zhang 1,3, Yi Zeng 1,2,3,4,5,, Dongcheng Zhao 1,2,3 and Bo Xu 1,2,3,5 1 Institute of Automation, Chinese Academy of Sciences (CAS), China

More information

Control of Selective Visual Attention: Modeling the "Where" Pathway

Control of Selective Visual Attention: Modeling the Where Pathway Control of Selective Visual Attention: Modeling the "Where" Pathway Ernst Niebur Computation and Neural Systems 139-74 California Institute of Technology Christof Koch Computation and Neural Systems 139-74

More information

Visual semantics: image elements. Symbols Objects People Poses

Visual semantics: image elements. Symbols Objects People Poses Visible Partisanship Polmeth XXXIII, Rice University, July 22, 2016 Convolutional Neural Networks for the Analysis of Political Images L. Jason Anastasopoulos ljanastas@uga.edu (University of Georgia,

More information