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

Size: px
Start display at page:

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

Transcription

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

2 McCulloch Pitts Neuron I w in Σ out Θ Examples: I = ; θ =.5; w=. - in = *. <.5 x= I = ; θ =.5; w = 2. in = *2. >.5 x =

3 Exercise: Use networks of McCulloch Pitts neurons to create a NOT, AND, OR and XOR device. Connections or synaptic weights between neurons can be positive or negative. Define threshold and synaptic weights and assume that a neuron s output can be either or. in NOT out in AND in2 out in OR in2 out in XOR in2 out in out In in2 out In in2 out In in2 out NOT w= - I Σ out Θ=-.5 I in - out in = w*i = -.*I

4 Exercise: Use networks of McCulloch Pitts neurons to create a NOT, AND, OR and XOR device. Connections or synaptic weights between neurons can be positive or negative. Define threshold and synaptic weights and assume that a neuron s output can be either or. in NOT out in AND in2 out in OR in2 out in XOR in2 out in out In in2 out In in2 out In in2 out AND I I2 w= w2= Σ out Θ>=.5 I I2 in out 2 in = w*i+w2*i2 =.*I+.*I2

5 Exercise: Use networks of McCulloch Pitts neurons to create a NOT, AND, OR and XOR device. Connections or synaptic weights between neurons can be positive or negative. Define threshold and synaptic weights and assume that a neuron s output can be either or. in NOT out in AND in2 out in OR in2 out in XOR in2 out in out In in2 out In in2 out In in2 out OR w= w= Σ out Θ>=.5 I I2 in out 2 in = w*i+w2*i2 =.*I+.*I2

6 Exercise: Use networks of McCulloch Pitts neurons to create a NOT, AND, OR and XOR device. Connections or synaptic weights between neurons can be positive or negative. Define threshold and synaptic weights and assume that a neuron s output can be either or. in NOT out in AND in2 out in OR in2 out in XOR in2 out in out In in2 out In in2 out In in2 out XOR NOT AND OR I I2 I w= w= w= Σ Σ w= I2 In Θ>=.5 Θ>=.5 out w= w=- out2 Σ In2 out out2 In3 out3 Θ>=.5 out3 w=- w= I Σ out Σ I in Θ=-.5 out I I2 - I I2 w2= Θ>=.5 in out out w= w= I Σ I2 Θ>=.5 in out out in = w*i = -.*I 2 2 in = w*i+w2*i2 =.*I+.*I2 in = w*i+w2*i2 =.*I+.*I2 2 2

7 v(t) x(t)=f(v(t),θ).. Output x(t) = F(v(t), θ). I(t)=Σi i (t).. Total input dv/dt = ci(t) x v Θ I Θ v(t) time v(t) x(t)=f(v(t),θ).. Output I(t)=Σi i (t).. Total input γ x(t) = F(v(t), θ) x(t). v(t) Θ v(t) I(t)

8 Exercise: (a) You want to create a sensory neuron that responds to sensory stimuli ABOVE a certain threshold with a close to linear input-output function. The response should be in spikes/second. You can assume that the input changes on a very slow time scale (minutes). Choose one of the three types of neurons above to implement this sensory neuron and defend your choices. (b) You want to create a sensory neuron that responds to ANY sensory input and has a linear input-output function. The response should be expressed in spikes/seconds. You can assume that the input changes on a very slow time scale (minutes). Choose one of the three types of neurons above to implement this sensory neuron and defend your choices. a) b)

9 v(t) x(t)=f(v(t),θ).. Output x(t) = F(v(t), θ). Θ I(t)=Σi i (t).. Total input dv/dt = ci(t) x v Θ I v(t) time a) v(t) x(t)=f(v(t),θ).. Output? x(t) = F(v(t), θ). I(t)=Σi i (t).. Total input γ x(t) v(t) Θ v(t) I(t) b)

10 I I2 I3 w w2 v(t) w3 in w2 x v(t) in2 x in = w*i+w2*i2+w3*i3 v = F(in, τ) x=f(v, θ) in2 = w*x v2 = F(in2, τ) x2=f(v2, θ)

11 Exercise: You have three McCulloch Pitts neurons. All three have the possible states and, and their thresholds are.. Two neurons receive outside inputs (in, in2), and these two make synapses with the third who is considered the output (o). You want the output to be when the sum of the inputs > 4, otherwise. How do you choose your synaptic weights?

12 Lecture 2: Can a Neural Code be Defined? Neural code? We (neuroscientists) place ourselves in the position of the homunculus, monitoring neural activity in the brain as stimuli vary in time along an unknown trajectory.

13 Can a Neural Code be Defined? Lecture 2: Can a Neural Code be Defined? Neurons signal information in a various manners. For the time being, we will restrict our discussion to information signaling via Spikes, or Action Potentials. Lord Adrian's discoveries (92ies): () Individual Neurons produce stereotyped action potentials. (All-or-none law)

14 In the simplest case, the number of action potentials fired would correlate directly with the amplitude of the applied stimulus. Lecture 2: Can a Neural Code be Defined? Number of action potentials Amplitude "Rate" or "# of action potentials" measured over window of stimulus application "Amplitude - to - frequency transformation" or "rate coding" Lord Adrian's discoveries (92ies): (2) In response to a static stimulus, the rate of spiking increases as the stimulus becomes larger.

15 Lecture 2: Can a Neural Code be Defined? Example: s of olfactory receptor neurons to odor stimuli of increasing concentration.

16 Example: s of cold receptors to progressively colder stimuli Lecture 2: Can a Neural Code be Defined?

17 What's wrong with this picture? Lecture 2: Can a Neural Code be Defined? Number of action potentials Amplitude () Neurons don't fire at arbitrarily high frequencies Number of action potentials Saturation Amplitude

18 Lecture 2: Can a Neural Code be Defined? (2) Neurons don't always fire in response to arbitrarily low stimulus amplitudes Number of action potentials Saturation Amplitude Threshold

19 Lecture 2: Can a Neural Code be Defined? Lord Adrian's discoveries (92ies): (2) If stimulus is continued for a long time, spike rate begins to decline (adaptation).

20 Lecture 2: Can a Neural Code be Defined? Number of action potentials Saturation This "static" representation of a neuron's response curve is rarely accurate because most neurons exhibit some form of adaptation, desensitization or habituation. Amplitude Threshold

21 Lecture 2: Can a Neural Code be Defined? Rate code? Number of action potentials Amplitude "Rate" measured over window of stimulus application Action potential frequency Amplitude

22 Lecture 2: Can a Neural Code be Defined? Rate code? Number of action potentials Amplitude "Rate" measured over window of stimulus application Action potential frequency Amplitude

23 Rate code? Number of action potentials Action potential frequency Lecture 2: Can a Neural Code be Defined? Amplitude Amplitude "Rate" measured over window of stimulus application First interspike interval Amplitude

24 "Rate" depends strongly on definition and method Lecture 2: Can a Neural Code be Defined?

25 Temporal code? Amplitude Amplitude Amplitude First interspike interval Action potential frequency Number of action potentials Amplitude Lecture 2: Can a Neural Code be Defined? Latency to first spike

26 Lecture 2: Can a Neural Code be Defined? Temporal code? # of occurrences 3 2 Interspike intervals # of occurrences 3 2 Interspike intervals amplitude is defined by distribution of interspike intervals # of occurrences 3 2 Interspike intervals

27 Lecture 2: Can a Neural Code be Defined? Temporal code? # of occurrences 3 2 Interspike intervals # of occurrences 3 2 Interspike intervals amplitude is NOT defined by distribution of interspike intervals # of occurrences 3 2 Interspike intervals

28 Exercise: Write an equation that calculates the rate code r(t) from a spike train x(t).

29 If you wanted to show that the spikes encode the stimulus variations, what type of rate code would you need?

30 Exercise. You want to measure stimulus response functions of visual, auditory, taste, olfactory and touch receptors. For each type of receptor, define the axis of variation for the stimulus you would use and the response measure you would use. Draw the hypothetical stimulus-response functions. What would happen when you change the stimulus amplitude?

31 Common ways to represent neural spike trains in response to given stimuli ) Raster plots 2) Peri-stimulus histograms 3) Spike-triggered averages 4) Interspike-interval distributions Lecture 2: Can a Neural Code be Defined?

32 ) Rasterplots Lecture 2: Can a Neural Code be Defined? 2) Peristimulus histogram

33 Lecture 2: Can a Neural Code be Defined? 3) Spike triggered averages very useful for periodic signals!

34 Lecture 2: Can a Neural Code be Defined? 4) Interspike interval distributions # of occurrences Interspike interval

35 Lecture 2: Can a Neural Code be Defined? It is important: - to define your stimulus of interest - to define the time scale of interest - to define your sampling step

36 Lecture 2: Can a Neural Code be Defined? Can "neural coding" be defined at all? - Correlation between observed neural activity and some experimental manipulation of interest - Can be defined from the point of view of the observer, or from the point of view of the organism - Experimental manipulations will always change "the code" -Other?

37 Reading for Monday Real-time control of a robot arm using simultaneously recorded neurons in the motor cortex John K. Chapin, Karen A. Moxon, Ronald S. Markowitz and Miguel A. L. Nicolelis2

38 ) Extracellular recordings in awake behaving rats

39

40

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

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

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

Models of visual neuron function. Quantitative Biology Course Lecture Dan Butts

Models of visual neuron function. Quantitative Biology Course Lecture Dan Butts Models of visual neuron function Quantitative Biology Course Lecture Dan Butts 1 What is the neural code"? 11 10 neurons 1,000-10,000 inputs Electrical activity: nerve impulses 2 ? How does neural activity

More information

PHGY 210,2,4 - Physiology SENSORY PHYSIOLOGY. Martin Paré

PHGY 210,2,4 - Physiology SENSORY PHYSIOLOGY. Martin Paré PHGY 210,2,4 - Physiology SENSORY PHYSIOLOGY Martin Paré Associate Professor of Physiology & Psychology pare@biomed.queensu.ca http://brain.phgy.queensu.ca/pare PHGY 210,2,4 - Physiology SENSORY PHYSIOLOGY

More information

Ch.20 Dynamic Cue Combination in Distributional Population Code Networks. Ka Yeon Kim Biopsychology

Ch.20 Dynamic Cue Combination in Distributional Population Code Networks. Ka Yeon Kim Biopsychology Ch.20 Dynamic Cue Combination in Distributional Population Code Networks Ka Yeon Kim Biopsychology Applying the coding scheme to dynamic cue combination (Experiment, Kording&Wolpert,2004) Dynamic sensorymotor

More information

Spike Sorting and Behavioral analysis software

Spike Sorting and Behavioral analysis software Spike Sorting and Behavioral analysis software Ajinkya Kokate Department of Computational Science University of California, San Diego La Jolla, CA 92092 akokate@ucsd.edu December 14, 2012 Abstract In this

More information

Neuron Phase Response

Neuron Phase Response BioE332A Lab 4, 2007 1 Lab 4 February 2, 2007 Neuron Phase Response In this lab, we study the effect of one neuron s spikes on another s, combined synapse and neuron behavior. In Lab 2, we characterized

More information

Beyond Vanilla LTP. Spike-timing-dependent-plasticity or STDP

Beyond Vanilla LTP. Spike-timing-dependent-plasticity or STDP Beyond Vanilla LTP Spike-timing-dependent-plasticity or STDP Hebbian learning rule asn W MN,aSN MN Δw ij = μ x j (v i - φ) learning threshold under which LTD can occur Stimulation electrode Recording electrode

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

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

Why do we have a hippocampus? Short-term memory and consolidation

Why do we have a hippocampus? Short-term memory and consolidation Why do we have a hippocampus? Short-term memory and consolidation So far we have talked about the hippocampus and: -coding of spatial locations in rats -declarative (explicit) memory -experimental evidence

More information

STDP enhances synchrony in feedforward network

STDP enhances synchrony in feedforward network 1 1 of 10 STDP enhances synchrony in feedforward network STDP strengthens/weakens synapses driving late/early-spiking cells [Laurent07] Olfactory neurons' spikes phase-lock (~2ms) to a 20Hz rhythm. STDP

More information

Bioscience in the 21st century

Bioscience in the 21st century Bioscience in the 21st century Lecture 2: Innovations and Challenges Dr. Michael Burger Outline: Review of last lecture Organization of the nervous system (in brief) The mapping concept Bionic implants

More information

How Neurons Do Integrals. Mark Goldman

How Neurons Do Integrals. Mark Goldman How Neurons Do Integrals Mark Goldman Outline 1. What is the neural basis of short-term memory? 2. A model system: the Oculomotor Neural Integrator 3. Neural mechanisms of integration: Linear network theory

More information

PHGY Physiology. SENSORY PHYSIOLOGY Sensory Receptors. Martin Paré

PHGY Physiology. SENSORY PHYSIOLOGY Sensory Receptors. Martin Paré PHGY 212 - Physiology SENSORY PHYSIOLOGY Sensory Receptors Martin Paré Assistant Professor of Physiology & Psychology pare@biomed.queensu.ca http://brain.phgy.queensu.ca/pare Sensory Systems Question:

More information

Neural Encoding. Naureen Ghani. February 10, 2018

Neural Encoding. Naureen Ghani. February 10, 2018 Neural Encoding Naureen Ghani February 10, 2018 Introduction Neuroscientists are interested in knowing what neurons are doing. More specifically, researchers want to understand how neurons represent stimuli

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

Theta sequences are essential for internally generated hippocampal firing fields.

Theta sequences are essential for internally generated hippocampal firing fields. Theta sequences are essential for internally generated hippocampal firing fields. Yingxue Wang, Sandro Romani, Brian Lustig, Anthony Leonardo, Eva Pastalkova Supplementary Materials Supplementary Modeling

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

SpikerBox Neural Engineering Workshop

SpikerBox Neural Engineering Workshop SpikerBox Neural Engineering Workshop A Workshop Curriculum for Grades 9-12 Developed as a two-day, two hours/day workshop Developed by UW Graduate Students: Stephanie Seeman, Bethany Kondiles, and Katherine

More information

Temporal coding in the sub-millisecond range: Model of barn owl auditory pathway

Temporal coding in the sub-millisecond range: Model of barn owl auditory pathway Temporal coding in the sub-millisecond range: Model of barn owl auditory pathway Richard Kempter* Institut fur Theoretische Physik Physik-Department der TU Munchen D-85748 Garching bei Munchen J. Leo van

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

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

Resonant synchronization of heterogeneous inhibitory networks

Resonant synchronization of heterogeneous inhibitory networks Cerebellar oscillations: Anesthetized rats Transgenic animals Recurrent model Review of literature: γ Network resonance Life simulations Resonance frequency Conclusion Resonant synchronization of heterogeneous

More information

Brief History of Work in the area of Learning and Memory

Brief History of Work in the area of Learning and Memory Brief History of Work in the area of Learning and Memory Basic Questions how does memory work are there different kinds of memory what is their logic where in the brain do we learn where do we store what

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

Different inhibitory effects by dopaminergic modulation and global suppression of activity

Different inhibitory effects by dopaminergic modulation and global suppression of activity Different inhibitory effects by dopaminergic modulation and global suppression of activity Takuji Hayashi Department of Applied Physics Tokyo University of Science Osamu Araki Department of Applied Physics

More information

Implantable Microelectronic Devices

Implantable Microelectronic Devices ECE 8803/4803 Implantable Microelectronic Devices Fall - 2015 Maysam Ghovanloo (mgh@gatech.edu) School of Electrical and Computer Engineering Georgia Institute of Technology 2015 Maysam Ghovanloo 1 Outline

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

Single cell tuning curves vs population response. Encoding: Summary. Overview of the visual cortex. Overview of the visual cortex

Single cell tuning curves vs population response. Encoding: Summary. Overview of the visual cortex. Overview of the visual cortex Encoding: Summary Spikes are the important signals in the brain. What is still debated is the code: number of spikes, exact spike timing, temporal relationship between neurons activities? Single cell tuning

More information

A Neural Model of Context Dependent Decision Making in the Prefrontal Cortex

A Neural Model of Context Dependent Decision Making in the Prefrontal Cortex A Neural Model of Context Dependent Decision Making in the Prefrontal Cortex Sugandha Sharma (s72sharm@uwaterloo.ca) Brent J. Komer (bjkomer@uwaterloo.ca) Terrence C. Stewart (tcstewar@uwaterloo.ca) Chris

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

Theme 2: Cellular mechanisms in the Cochlear Nucleus

Theme 2: Cellular mechanisms in the Cochlear Nucleus Theme 2: Cellular mechanisms in the Cochlear Nucleus The Cochlear Nucleus (CN) presents a unique opportunity for quantitatively studying input-output transformations by neurons because it gives rise to

More information

The Structure and Function of the Auditory Nerve

The Structure and Function of the Auditory Nerve The Structure and Function of the Auditory Nerve Brad May Structure and Function of the Auditory and Vestibular Systems (BME 580.626) September 21, 2010 1 Objectives Anatomy Basic response patterns Frequency

More information

Supplementary materials for: Executive control processes underlying multi- item working memory

Supplementary materials for: Executive control processes underlying multi- item working memory Supplementary materials for: Executive control processes underlying multi- item working memory Antonio H. Lara & Jonathan D. Wallis Supplementary Figure 1 Supplementary Figure 1. Behavioral measures of

More information

Reading Neuronal Synchrony with Depressing Synapses

Reading Neuronal Synchrony with Depressing Synapses NOTE Communicated by Laurence Abbott Reading Neuronal Synchrony with Depressing Synapses W. Senn Department of Neurobiology, Hebrew University, Jerusalem 4, Israel, Department of Physiology, University

More information

Neural Recording Methods

Neural Recording Methods Neural Recording Methods Types of neural recording 1. evoked potentials 2. extracellular, one neuron at a time 3. extracellular, many neurons at a time 4. intracellular (sharp or patch), one neuron at

More information

Two-Point Threshold Experiment

Two-Point Threshold Experiment Two-Point Threshold Experiment Neuroscience Class Activity Handout An informative experiment adapted by Don Hood, Dave Krantz, Jen Blanck, and Elizabeth Cottrell This activity provides a review of the

More information

Information processing at single neuron level*

Information processing at single neuron level* Information processing at single neuron level* arxiv:0801.0250v1 [q-bio.nc] 31 Dec 2007 A.K.Vidybida Bogolyubov Institute for Theoretical Physics 03680 Kyiv, Ukraine E-mail: vidybida@bitp.kiev.ua http://www.bitp.kiev.ua/pers/vidybida

More information

Lesson 6 Learning II Anders Lyhne Christensen, D6.05, INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS

Lesson 6 Learning II Anders Lyhne Christensen, D6.05, INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS Lesson 6 Learning II Anders Lyhne Christensen, D6.05, anders.christensen@iscte.pt INTRODUCTION TO AUTONOMOUS MOBILE ROBOTS First: Quick Background in Neural Nets Some of earliest work in neural networks

More information

Cellular Bioelectricity

Cellular Bioelectricity ELEC ENG 3BB3: Cellular Bioelectricity Notes for Lecture 24 Thursday, March 6, 2014 8. NEURAL ELECTROPHYSIOLOGY We will look at: Structure of the nervous system Sensory transducers and neurons Neural coding

More information

Spectrograms (revisited)

Spectrograms (revisited) Spectrograms (revisited) We begin the lecture by reviewing the units of spectrograms, which I had only glossed over when I covered spectrograms at the end of lecture 19. We then relate the blocks of a

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

Timing and the cerebellum (and the VOR) Neurophysiology of systems 2010

Timing and the cerebellum (and the VOR) Neurophysiology of systems 2010 Timing and the cerebellum (and the VOR) Neurophysiology of systems 2010 Asymmetry in learning in the reverse direction Full recovery from UP using DOWN: initial return to naïve values within 10 minutes,

More information

International Journal of Scientific & Engineering Research Volume 4, Issue 2, February ISSN THINKING CIRCUIT

International Journal of Scientific & Engineering Research Volume 4, Issue 2, February ISSN THINKING CIRCUIT International Journal of Scientific & Engineering Research Volume 4, Issue 2, February-2013 1 THINKING CIRCUIT Mr.Mukesh Raju Bangar Intern at Govt. Dental College and hospital, Nagpur Email: Mukeshbangar008@gmail.com

More information

Neurophysiology of systems

Neurophysiology of systems Neurophysiology of systems Motor cortex (voluntary movements) Dana Cohen, Room 410, tel: 7138 danacoh@gmail.com Voluntary movements vs. reflexes Same stimulus yields a different movement depending on context

More information

Decoding a Perceptual Decision Process across Cortex

Decoding a Perceptual Decision Process across Cortex Article Decoding a Perceptual Decision Process across Cortex Adrián Hernández, 1 Verónica Nácher, 1 Rogelio Luna, 1 Antonio Zainos, 1 Luis Lemus, 1 Manuel Alvarez, 1 Yuriria Vázquez, 1 Liliana Camarillo,

More information

A. Acuity B. Adaptation C. Awareness D. Reception E. Overload

A. Acuity B. Adaptation C. Awareness D. Reception E. Overload Unit 4 Review #1 The longer an individual is exposed to a strong odor, the less aware of the odor the individual becomes. This phenomenon is known as sensory A. Acuity B. Adaptation C. Awareness D. Reception

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

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

Representation of sound in the auditory nerve

Representation of sound in the auditory nerve Representation of sound in the auditory nerve Eric D. Young Department of Biomedical Engineering Johns Hopkins University Young, ED. Neural representation of spectral and temporal information in speech.

More information

Supplementary Material for

Supplementary Material for Supplementary Material for Selective neuronal lapses precede human cognitive lapses following sleep deprivation Supplementary Table 1. Data acquisition details Session Patient Brain regions monitored Time

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

CISC 3250 Systems Neuroscience

CISC 3250 Systems Neuroscience CISC 3250 Systems Neuroscience Levels of organization Central Nervous System 1m 10 11 neurons Neural systems and neuroanatomy Systems 10cm Networks 1mm Neurons 100μm 10 8 neurons Professor Daniel Leeds

More information

Questions Addressed Through Study of Behavioral Mechanisms (Proximate Causes)

Questions Addressed Through Study of Behavioral Mechanisms (Proximate Causes) Jan 28: Neural Mechanisms--intro Questions Addressed Through Study of Behavioral Mechanisms (Proximate Causes) Control of behavior in response to stimuli in environment Diversity of behavior: explain the

More information

Representational Switching by Dynamical Reorganization of Attractor Structure in a Network Model of the Prefrontal Cortex

Representational Switching by Dynamical Reorganization of Attractor Structure in a Network Model of the Prefrontal Cortex Representational Switching by Dynamical Reorganization of Attractor Structure in a Network Model of the Prefrontal Cortex Yuichi Katori 1,2 *, Kazuhiro Sakamoto 3, Naohiro Saito 4, Jun Tanji 4, Hajime

More information

l3;~~?~~~,'0~'~~t~t:~:~~~~~~~~~~!,1

l3;~~?~~~,'0~'~~t~t:~:~~~~~~~~~~!,1 112 Sensation and Perception Line A should look longer, even though both lines are actually the same length. People who come from noncarpentered cultures that do not use right angles and corners often

More information

Cellular Neurobiology BIPN140

Cellular Neurobiology BIPN140 Cellular Neurobiology BIPN140 1st Midterm Exam Ready for Pickup By the elevator on the 3 rd Floor of Pacific Hall (waiver) Exam Depot Window at the north entrance to Pacific Hall (no waiver) Mon-Fri, 10:00

More information

VS : Systemische Physiologie - Animalische Physiologie für Bioinformatiker. Neuronenmodelle III. Modelle synaptischer Kurz- und Langzeitplastizität

VS : Systemische Physiologie - Animalische Physiologie für Bioinformatiker. Neuronenmodelle III. Modelle synaptischer Kurz- und Langzeitplastizität Bachelor Program Bioinformatics, FU Berlin VS : Systemische Physiologie - Animalische Physiologie für Bioinformatiker Synaptische Übertragung Neuronenmodelle III Modelle synaptischer Kurz- und Langzeitplastizität

More information

Normalization as a canonical neural computation

Normalization as a canonical neural computation Normalization as a canonical neural computation Matteo Carandini 1 and David J. Heeger 2 Abstract There is increasing evidence that the brain relies on a set of canonical neural computations, repeating

More information

Chapter 5: Learning and Behavior Learning How Learning is Studied Ivan Pavlov Edward Thorndike eliciting stimulus emitted

Chapter 5: Learning and Behavior Learning How Learning is Studied Ivan Pavlov Edward Thorndike eliciting stimulus emitted Chapter 5: Learning and Behavior A. Learning-long lasting changes in the environmental guidance of behavior as a result of experience B. Learning emphasizes the fact that individual environments also play

More information

Normalization as a canonical neural computation

Normalization as a canonical neural computation Normalization as a canonical neural computation Matteo Carandini 1 and David J. Heeger 2 Abstract There is increasing evidence that the brain relies on a set of canonical neural computations, repeating

More information

Theoretical Neuroscience: The Binding Problem Jan Scholz, , University of Osnabrück

Theoretical Neuroscience: The Binding Problem Jan Scholz, , University of Osnabrück The Binding Problem This lecture is based on following articles: Adina L. Roskies: The Binding Problem; Neuron 1999 24: 7 Charles M. Gray: The Temporal Correlation Hypothesis of Visual Feature Integration:

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

Designing Behaviour in Bio-inspired Robots Using Associative Topologies of Spiking-Neural-Networks

Designing Behaviour in Bio-inspired Robots Using Associative Topologies of Spiking-Neural-Networks Designing Behaviour in Bio-inspired Robots Using Associative Topologies of Spiking-Neural-Networks arxiv:1509.07035v2 [cs.ro] 24 Sep 2015 Cristian Jimenez-Romero The Open University MK7 6AA, United Kingdom

More information

The Time Course of Negative Priming

The Time Course of Negative Priming The Time Course of Negative Priming Hendrik Degering Bernstein Center for Computational Neuroscience Göttingen University of Göttingen, Institute for Nonlinear Dynamics 11.12.2009, Disputation Aging Effects

More information

The control of spiking by synaptic input in striatal and pallidal neurons

The control of spiking by synaptic input in striatal and pallidal neurons The control of spiking by synaptic input in striatal and pallidal neurons Dieter Jaeger Department of Biology, Emory University, Atlanta, GA 30322 Key words: Abstract: rat, slice, whole cell, dynamic current

More information

Sum of Neurally Distinct Stimulus- and Task-Related Components.

Sum of Neurally Distinct Stimulus- and Task-Related Components. SUPPLEMENTARY MATERIAL for Cardoso et al. 22 The Neuroimaging Signal is a Linear Sum of Neurally Distinct Stimulus- and Task-Related Components. : Appendix: Homogeneous Linear ( Null ) and Modified Linear

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

Sensory information processing, somato-sensory systems

Sensory information processing, somato-sensory systems mm? Sensory information processing, somato-sensory systems Recommended literature 1. Kandel ER, Schwartz JH, Jessel TM (2000) Principles of Neural Science, McGraw-Hill, Ch. xx. 2. Berne EM, Levy MN, Koeppen

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

Nervous System. The Peripheral Nervous System Agenda Review of CNS v. PNS PNS Basics Cranial Nerves Spinal Nerves Reflexes Pathways

Nervous System. The Peripheral Nervous System Agenda Review of CNS v. PNS PNS Basics Cranial Nerves Spinal Nerves Reflexes Pathways Nervous System Agenda Review of CNS v. PNS PNS Basics Cranial Nerves Spinal Nerves Sensory Motor Review of CNS v. PNS Central nervous system (CNS) Brain Spinal cord Peripheral nervous system (PNS) All

More information

Omar Sami. Muhammad Abid. Muhammad khatatbeh

Omar Sami. Muhammad Abid. Muhammad khatatbeh 10 Omar Sami Muhammad Abid Muhammad khatatbeh Let s shock the world In this lecture we are going to cover topics said in previous lectures and then start with the nerve cells (neurons) and the synapses

More information

Neuroscience with Pharmacology 2 Functions and Mechanisms of Reflexes. Prof Richard Ribchester

Neuroscience with Pharmacology 2 Functions and Mechanisms of Reflexes. Prof Richard Ribchester Neuroscience with Pharmacology 2 Functions and Mechanisms of Reflexes Prof Richard Ribchester René Descartes Cogito, ergo sum The 21st century still holds many challenges to Neuroscience and Pharmacology

More information

SUPPLEMENTARY INFORMATION. Supplementary Figure 1

SUPPLEMENTARY INFORMATION. Supplementary Figure 1 SUPPLEMENTARY INFORMATION Supplementary Figure 1 The supralinear events evoked in CA3 pyramidal cells fulfill the criteria for NMDA spikes, exhibiting a threshold, sensitivity to NMDAR blockade, and all-or-none

More information

Zoo400 Exam 1: Mar 25, 1999

Zoo400 Exam 1: Mar 25, 1999 Zoo400 Exam 1: Mar 25, 1999 NAME: There is only 1 best answer per question. (1 pt each) A large dendrite is 1mm long and has a diameter of 3.2 µ. Calculate the following using the assumption that the dendrite

More information

A Role for Neural Integrators in Perceptual Decision Making

A Role for Neural Integrators in Perceptual Decision Making A Role for Neural Integrators in Perceptual Decision Making Mark E. Mazurek, Jamie D. Roitman, Jochen Ditterich and Michael N. Shadlen Howard Hughes Medical Institute, Department of Physiology and Biophysics,

More information

Information Content of Auditory Cortical Responses to Time-Varying Acoustic Stimuli

Information Content of Auditory Cortical Responses to Time-Varying Acoustic Stimuli J Neurophysiol 91: 301 313, 2004. First published October 1, 2003; 10.1152/jn.00022.2003. Information Content of Auditory Cortical Responses to Time-Varying Acoustic Stimuli Thomas Lu and Xiaoqin Wang

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION doi:10.1038/nature10776 Supplementary Information 1: Influence of inhibition among blns on STDP of KC-bLN synapses (simulations and schematics). Unconstrained STDP drives network activity to saturation

More information

d). Draw the following neural circuits (using the notation taught in class) and then say what would happen if they were stimulated as specified.

d). Draw the following neural circuits (using the notation taught in class) and then say what would happen if they were stimulated as specified. 1. The neuropsychology of perception. a). Describe the process in which a neural impulse travel down one axon, making sure to specify chemical substances involved and how that affects the charge within

More information

1) Drop off in the Bi 150 box outside Baxter 331 or to the head TA (jcolas).

1) Drop off in the Bi 150 box outside Baxter 331 or  to the head TA (jcolas). Bi/CNS/NB 150 Problem Set 5 Due: Tuesday, Nov. 24, at 4:30 pm Instructions: 1) Drop off in the Bi 150 box outside Baxter 331 or e-mail to the head TA (jcolas). 2) Submit with this cover page. 3) Use a

More information

arxiv: v1 [q-bio.nc] 25 Apr 2017

arxiv: v1 [q-bio.nc] 25 Apr 2017 Neurogenesis and multiple plasticity mechanisms enhance associative memory retrieval in a spiking network model of the hippocampus arxiv:1704.07526v1 [q-bio.nc] 25 Apr 2017 Yansong, Chua and Cheston, Tan

More information

11/2/2011. Basic circuit anatomy (the circuit is the same in all parts of the cerebellum)

11/2/2011. Basic circuit anatomy (the circuit is the same in all parts of the cerebellum) 11/2/2011 Neuroscientists have been attracted to the puzzle of the Cerebellum ever since Cajal. The orderly structure, the size of the cerebellum and the regularity of the neural elements demands explanation.

More information

Neurobiology Biomed 509 Sensory transduction References: Luo , ( ), , M4.1, M6.2

Neurobiology Biomed 509 Sensory transduction References: Luo , ( ), , M4.1, M6.2 Neurobiology Biomed 509 Sensory transduction References: Luo 4.1 4.8, (4.9 4.23), 6.22 6.24, M4.1, M6.2 I. Transduction The role of sensory systems is to convert external energy into electrical signals

More information

Chapter 7, Neural Coding

Chapter 7, Neural Coding Chapter 7, Neural Coding We start with a simple proposition: There is no grandmother cell, and there is no yellow Volkswagen cell. That is to say: There is no single neuron signalling: I have detected

More information

Motor Systems I Cortex. Reading: BCP Chapter 14

Motor Systems I Cortex. Reading: BCP Chapter 14 Motor Systems I Cortex Reading: BCP Chapter 14 Principles of Sensorimotor Function Hierarchical Organization association cortex at the highest level, muscles at the lowest signals flow between levels over

More information

Sensation and Perception

Sensation and Perception Sensation and Perception Sensation & Perception The interplay between the external world, physiological systems, and psychological experience How the external world makes impressions on our nervous system

More information

Applied Neuroscience. Conclusion of Science Honors Program Spring 2017

Applied Neuroscience. Conclusion of Science Honors Program Spring 2017 Applied Neuroscience Conclusion of Science Honors Program Spring 2017 Review Circle whichever is greater, A or B. If A = B, circle both: I. A. permeability of a neuronal membrane to Na + during the rise

More information

Lesson 14. The Nervous System. Introduction to Life Processes - SCI 102 1

Lesson 14. The Nervous System. Introduction to Life Processes - SCI 102 1 Lesson 14 The Nervous System Introduction to Life Processes - SCI 102 1 Structures and Functions of Nerve Cells The nervous system has two principal cell types: Neurons (nerve cells) Glia The functions

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

FINE-TUNING THE AUDITORY SUBCORTEX Measuring processing dynamics along the auditory hierarchy. Christopher Slugocki (Widex ORCA) WAS 5.3.

FINE-TUNING THE AUDITORY SUBCORTEX Measuring processing dynamics along the auditory hierarchy. Christopher Slugocki (Widex ORCA) WAS 5.3. FINE-TUNING THE AUDITORY SUBCORTEX Measuring processing dynamics along the auditory hierarchy. Christopher Slugocki (Widex ORCA) WAS 5.3.2017 AUDITORY DISCRIMINATION AUDITORY DISCRIMINATION /pi//k/ /pi//t/

More information

Network Models of Frequency Modulated Sweep Detection

Network Models of Frequency Modulated Sweep Detection RESEARCH ARTICLE Network Models of Frequency Modulated Sweep Detection Steven Skorheim 1, Khaleel Razak 2, Maxim Bazhenov 1 * 1. Department of Cell Biology and Neuroscience, University of California Riverside,

More information

What do you notice? Edited from

What do you notice? Edited from What do you notice? Edited from https://www.youtube.com/watch?v=ffayobzdtc8&t=83s How can a one brain region increase the likelihood of eliciting a spike in another brain region? Communication through

More information

The Central Auditory System

The Central Auditory System THE AUDITORY SYSTEM Each auditory nerve sends information to the cochlear nucleus. The Central Auditory System From there, projections diverge to many different pathways. The Central Auditory System There

More information

Choosing the Greater of Two Goods: Neural Currencies for Valuation and Decision Making

Choosing the Greater of Two Goods: Neural Currencies for Valuation and Decision Making Choosing the Greater of Two Goods: Neural Currencies for Valuation and Decision Making Leo P. Surgre, Gres S. Corrado and William T. Newsome Presenter: He Crane Huang 04/20/2010 Outline Studies on neural

More information

Neurobiology of Hearing (Salamanca, 2012) Auditory Cortex (2) Prof. Xiaoqin Wang

Neurobiology of Hearing (Salamanca, 2012) Auditory Cortex (2) Prof. Xiaoqin Wang Neurobiology of Hearing (Salamanca, 2012) Auditory Cortex (2) Prof. Xiaoqin Wang Laboratory of Auditory Neurophysiology Department of Biomedical Engineering Johns Hopkins University web1.johnshopkins.edu/xwang

More information

Analysis of spectro-temporal receptive fields in an auditory neural network

Analysis of spectro-temporal receptive fields in an auditory neural network Analysis of spectro-temporal receptive fields in an auditory neural network Madhav Nandipati Abstract Neural networks have been utilized for a vast range of applications, including computational biology.

More information

Group Redundancy Measures Reveal Redundancy Reduction in the Auditory Pathway

Group Redundancy Measures Reveal Redundancy Reduction in the Auditory Pathway Group Redundancy Measures Reveal Redundancy Reduction in the Auditory Pathway Gal Chechik Amir Globerson Naftali Tishby Institute of Computer Science and Engineering and The Interdisciplinary Center for

More information

Reach and grasp by people with tetraplegia using a neurally controlled robotic arm

Reach and grasp by people with tetraplegia using a neurally controlled robotic arm Leigh R. Hochberg et al. Reach and grasp by people with tetraplegia using a neurally controlled robotic arm Nature, 17 May 2012 Paper overview Ilya Kuzovkin 11 April 2014, Tartu etc How it works?

More information