Large-Scale Simulations of Plastic Neural Networks on Neuromorphic Hardware

Total Page:16

File Type:pdf, Size:1020Kb

Large-Scale Simulations of Plastic Neural Networks on Neuromorphic Hardware ORIGINAL RESEARCH published: 07 April 2016 doi: 10.3389/fnana.2016.00037 Large-Scale Simulations of Plastic Neural Networks on Neuromorphic Hardware James C. Knight 1*, Philip J. Tully 2, 3, 4, Bernhard A. Kaplan 5, Anders Lansner 2, 3, 6 and Steve B. Furber 1 1 Advanced Processor Technologies Group, School of Computer Science, University of Manchester, Manchester, UK, 2 Department of Computational Biology, Royal Institute of Technology, Stockholm, Sweden, 3 Stockholm Brain Institute, Karolinska Institute, Stockholm, Sweden, 4 Institute for Adaptive and Neural Computation, School of Informatics, University of Edinburgh, Edinburgh, UK, 5 Department of Visualization and Data Analysis, Zuse Institute Berlin, Berlin, Germany, 6 Department of Numerical analysis and Computer Science, Stockholm University, Stockholm, Sweden SpiNNaker is a digital, neuromorphic architecture designed for simulating large-scale spiking neural networks at speeds close to biological real-time. Rather than using bespoke analog or digital hardware, the basic computational unit of a SpiNNaker system is a general-purpose ARM processor, allowing it to be programmed to simulate a wide variety of neuron and synapse models. This flexibility is particularly valuable in the study of Edited by: biological plasticity phenomena. A recently proposed learning rule based on the Bayesian Wolfram Schenck, University of Applied Sciences Confidence Propagation Neural Network (BCPNN) paradigm offers a generic framework Bielefeld, Germany for modeling the interaction of different plasticity mechanisms using spiking neurons. Reviewed by: However, it can be computationally expensive to simulate large networks with BCPNN Guy Elston, learning since it requires multiple state variables for each synapse, each of which needs Centre for Cognitive Neuroscience, Australia to be updated every simulation time-step. We discuss the trade-offs in efficiency and Thomas Pfeil, accuracy involved in developing an event-based BCPNN implementation for SpiNNaker Ruprecht-Karls-University Heidelberg, Germany based on an analytical solution to the BCPNN equations, and detail the steps taken *Correspondence: to fit this within the limited computational and memory resources of the SpiNNaker James C. Knight architecture. We demonstrate this learning rule by learning temporal sequences of neural [email protected] activity within a recurrent attractor network which we simulate at scales of up to 2.0 × 104 neurons and 5.1× 107 plastic synapses: the largest plastic neural network ever to Received: 30 November 2015 Accepted: 18 March 2016 be simulated on neuromorphic hardware. We also run a comparable simulation on a Published: 07 April 2016 Cray XC-30 supercomputer system and find that, if it is to match the run-time of our Citation: SpiNNaker simulation, the super computer system uses approximately 45× more power. Knight JC, Tully PJ, Kaplan BA, Lansner A and Furber SB (2016) This suggests that cheaper, more power efficient neuromorphic systems are becoming Large-Scale Simulations of Plastic useful discovery tools in the study of plasticity in large-scale brain models. Neural Networks on Neuromorphic Hardware. Front. Neuroanat. 10:37. Keywords: SpiNNaker, learning, plasticity, digital neuromorphic hardware, Bayesian confidence propagation doi: 10.3389/fnana.2016.00037 neural network (BCPNN), event-driven simulation, fixed-point accuracy Frontiers in Neuroanatomy | www.frontiersin.org 1 April 2016 | Volume 10 | Article 37 Knight et al. Plastic Neural Networks on Neuromorphic Hardware 1. INTRODUCTION in advancing the simulation can be handled within a single simulation time step. Motor, sensory and memory tasks are composed of sequential This flexibility has allowed the SpiNNaker system to be used elements and are therefore thought to rely upon the generation for the simulation of large-scale cortical models with up to of temporal sequences of neural activity (Abeles et al., 1995; 5.0 × 104 neurons and 5.0 × 107 synapses (Sharp et al., 2012, Seidemann et al., 1996; Jones et al., 2007). However it 2014); and various forms of synaptic plasticity (Jin et al., 2010; remains a major challenge to learn such functionally meaningful Diehl and Cook, 2014; Galluppi et al., 2015; Lagorce et al., dynamics within large-scale models using biologically plausible 2015). In the most recent of these papers, Galluppi et al. synaptic and neural plasticity mechanisms. Using SpiNNaker, (2015) and Lagorce et al. (2015) demonstrated that Sheik et al.’s a neuromorphic hardware platform for simulating large-scale (2012) model of the learning of temporal sequences from audio spiking neural networks, and BCPNN, a plasticity model based data can be implemented on SpiNNaker using a voltage-gated on Bayesian inference, we demonstrate how temporal sequence STDP rule. However, this model only uses a small number learning could be achieved through modification of recurrent of neurons and Kunkel et al.’s (2011) analysis suggests that cortical connectivity and intrinsic excitability in an attractor STDP alone cannot maintain the multiple, interconnected stable memory network. attractors that would allow spatio-temporal sequences to be Spike-Timing-Dependent Plasticity (Bi and Poo, learnt within more realistic, larger networks. This conclusion 1998) (STDP) inherently reinforces temporal causality which adds to growing criticism of simple STDP rules regarding their has made it a popular choice for modeling temporal sequence failure to generalize over experimental observations (see e.g., learning (Dan and Poo, 2004; Caporale and Dan, 2008; Markram Lisman and Spruston, 2005, 2010; Feldman, 2012 for reviews). et al., 2011). However, to date, all large-scale neural simulations We address some of these issues by implementing spike-based using STDP (Morrison et al., 2007; Kunkel et al., 2011) have been BCPNN (Tully et al., 2014)—an alternative to phenomenological run on large cluster machines or supercomputers, both of which plasticity rules which exhibits a diverse range of mechanisms consume many orders of magnitude more power than the few including Hebbian, neuromodulated, and intrinsic plasticity— watts required by the human brain. Mead (1990) suggested that all of which emerge from a network-level model of probabilistic the solution to this huge gap in power efficiency was to develop inference (Lansner and Ekeberg, 1989; Lansner and Holst, 1996). an entirely new breed of “neuromorphic” computer architectures BCPNN can translate correlations at different timescales into inspired by the brain. Over the proceeding years, a number of connectivity patterns through the use of locally stored synaptic these neuromorphic architectures have been built with the aim traces, enabling a functionally powerful framework to study of reducing the power consumption and execution time of large the relationship between structure and function within cortical neural simulations. circuits. In Sections 2.1–2.3, we describe how this learning rule Large-scale neuromorphic systems have been constructed can be combined with a simple point neuron model as the using a number of approaches: NeuroGrid (Benjamin et al., basis of a simplified version of Lundqvist et al.’s (2006) cortical 2014) and BrainScaleS (Schemmel et al., 2010) are built using attractor memory model. In Sections 2.4, 2.5, we then describe custom analog hardware; True North (Merolla et al., 2014) is how this model can be simulated efficiently on SpiNNaker built using custom digital hardware and SpiNNaker (Furber using an approach based on a recently proposed event-driven et al., 2014) is built from software programmable ARM implementation of BCPNN (Vogginger et al., 2015). We then processors. compare the accuracy of our new BCPNN implementation with Neuromorphic architectures based around custom hardware, previous non-spiking implementations (Sandberg et al., 2002) especially the type of sub-threshold analog systems which Mead and demonstrate how the attractor memory network can be (1990) proposed, have huge potential to enable truly low-power used to learn and replay spatio-temporal sequences (Abbott neural simulation, but inevitably the act of casting algorithms and Blum, 1996). Finally, in Section 3.3, we show how an into hardware requires some restrictions to be accepted in anticipatory response to this replay behavior can be decoded from terms of connectivity, learning rules, and control over parameter the neurons’ sub-threshold behavior which can in turn be used to values. As an example of these restrictions, of the large- infer network connectivity. scale systems previously mentioned, only BrainScaleS supports synaptic plasticity in any form implementing both short-term 2. MATERIALS AND METHODS plasticity and pair-based STDP using a dedicated mixed-mode circuit. 2.1. Simplified Cortical Microcircuit As a software programmable system, SpiNNaker will require Architecture more power than a custom hardware based system to simulate We constructed a network using connectivity based on a a model of a given size (Stromatias et al., 2013). However previously proposed cortical microcircuit model (Lundqvist this software programmability gives SpiNNaker considerable et al., 2006) and inspired by the columnar structure of flexibility in terms of the connectivity, learning rules, and ranges neocortex (Mountcastle, 1997). The network consists of NHC of parameter values that it can support. The neurons and hypercolumns arranged in a grid where each hypercolumn synapses which make up a model can be freely distributed
Recommended publications
  • Spike-Based Bayesian-Hebbian Learning in Cortical and Subcortical Microcircuits
    Spike-Based Bayesian-Hebbian Learning in Cortical and Subcortical Microcircuits PHILIP J. TULLY Doctoral Thesis Stockholm, Sweden 2017 TRITA-CSC-A-2017:11 ISSN 1653-5723 KTH School of Computer Science and Communication ISRN-KTH/CSC/A-17/11-SE SE-100 44 Stockholm ISBN 978-91-7729-351-4 SWEDEN Akademisk avhandling som med tillstånd av Kungl Tekniska högskolan framläg- ges till offentlig granskning för avläggande av teknologie doktorsexamen i datalogi tisdagen den 9 maj 2017 klockan 13.00 i F3, Lindstedtsvägen 26, Kungl Tekniska högskolan, Valhallavägen 79, Stockholm. © Philip J. Tully, May 2017 Tryck: Universitetsservice US AB iii Abstract Cortical and subcortical microcircuits are continuously modified throughout life. Despite ongoing changes these networks stubbornly maintain their functions, which persist although destabilizing synaptic and nonsynaptic mechanisms should osten- sibly propel them towards runaway excitation or quiescence. What dynamical phe- nomena exist to act together to balance such learning with information processing? What types of activity patterns do they underpin, and how do these patterns relate to our perceptual experiences? What enables learning and memory operations to occur despite such massive and constant neural reorganization? Progress towards answering many of these questions can be pursued through large- scale neuronal simulations. Inspiring some of the most seminal neuroscience exper- iments, theoretical models provide insights that demystify experimental measure- ments and even inform new experiments. In this thesis, a Hebbian learning rule for spiking neurons inspired by statistical inference is introduced. The spike-based version of the Bayesian Confidence Propagation Neural Network (BCPNN) learning rule involves changes in both synaptic strengths and intrinsic neuronal currents.
    [Show full text]
  • Modeling Prediction and Pattern Recognition in the Early Visual and Olfactory Systems
    Modeling prediction and pattern recognition in the early visual and olfactory systems BERNHARD A. KAPLAN Doctoral Thesis Stockholm, Sweden 2015 TRITA-CSC-A-2015:10 ISSN-1653-5723 KTH School of Computer Science and Communication ISRN KTH/CSC/A-15/10-SE SE-100 44 Stockholm ISBN 978-91-7595-532-2 SWEDEN Akademisk avhandling som med tillstånd av Kungl Tekniska högskolan fram- lägges till offentlig granskning för avläggande av Doctoral Thesis in Computer Science onsdag 27:e maj 2015 klockan 10.00 i F3, Lindstedtsvägen 26, Kungl Tekniska högskolan, Stockholm. © Bernhard A. Kaplan, April 2015 Tryck: Universitetsservice US AB iii Abstract Our senses are our mind’s window to the outside world and deter- mine how we perceive our environment. Sensory systems are complex multi-level systems that have to solve a multitude of tasks that allow us to understand our surroundings. However, questions on various lev- els and scales remain to be answered ranging from low-level neural responses to behavioral functions on the highest level. Modeling can connect different scales and contribute towards tackling these questions by giving insights into perceptual processes and interactions between processing stages. In this thesis, numerical simulations of spiking neural networks are used to deal with two essential functions that sensory systems have to solve: pattern recognition and prediction. The focus of this thesis lies on the question as to how neural network connectivity can be used in order to achieve these crucial functions. The guiding ideas of the models presented here are grounded in the probabilistic interpretation of neural signals, Hebbian learning principles and connectionist ideas.
    [Show full text]
  • Fast Hebbian Plasticity Explains Working Memory and Neural Binding
    bioRxiv preprint doi: https://doi.org/10.1101/334821; this version posted May 30, 2018. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made available under aCC-BY 4.0 International license. Fast Hebbian Plasticity explains Working Memory and Neural Binding Florian Fiebig1, Pawel Herman1, and Anders Lansner1,2 1 Lansner Laboratory, Department of Computational Science and Technology, Royal Institute of Technology, 10044 Stockholm, Sweden, 2 Department of Mathematics, Stockholm University, 10691 Stockholm, Sweden Abstract We have extended a previous spiking neural network model of prefrontal cortex with fast Hebbian plasticity to also include interactions between short-term and long-term memory stores. We investigated how prefrontal cortex could bind and maintain multi-modal long-term memory representations by simulating three cortical patches in macaque brain, i.e. in prefrontal cortex together with visual and auditory temporal cortex. Our simulation results demonstrate how simultaneous brief multi-modal activation of items in long- term memory could build a temporary joint cell assembly linked via prefrontal cortex. The latter can then activate spontaneously and thereby reactivate the associated long-term representations. Cueing one long-term memory item rapidly pattern completes the associated un-cued item via prefrontal cortex. The short-term memory network flexibly updates as new stimuli arrive thereby gradually over- writing older representation. In a wider context, this working memory model suggests a novel solution to the “binding problem”, a long-standing and fundamental issue in cognitive neuroscience.
    [Show full text]
  • Large-Scale Simulations of Plastic Neural Networks on Neuromorphic Hardware
    Large-Scale simulations of plastic neural networks on neuromorphic hardware Article (Published Version) Knight, James C, Tully, Philip J, Kaplan, Bernhard A, Lansner, Anders and Furber, Steve B (2016) Large-Scale simulations of plastic neural networks on neuromorphic hardware. Frontiers in Neuroanatomy, 10. a37. ISSN 1662-5129 This version is available from Sussex Research Online: http://sro.sussex.ac.uk/id/eprint/69140/ This document is made available in accordance with publisher policies and may differ from the published version or from the version of record. If you wish to cite this item you are advised to consult the publisher’s version. Please see the URL above for details on accessing the published version. Copyright and reuse: Sussex Research Online is a digital repository of the research output of the University. Copyright and all moral rights to the version of the paper presented here belong to the individual author(s) and/or other copyright owners. To the extent reasonable and practicable, the material made available in SRO has been checked for eligibility before being made available. Copies of full text items generally can be reproduced, displayed or performed and given to third parties in any format or medium for personal research or study, educational, or not-for-profit purposes without prior permission or charge, provided that the authors, title and full bibliographic details are credited, a hyperlink and/or URL is given for the original metadata page and the content is not changed in any way. http://sro.sussex.ac.uk ORIGINAL RESEARCH published: 07 April 2016 doi: 10.3389/fnana.2016.00037 Large-Scale Simulations of Plastic Neural Networks on Neuromorphic Hardware James C.
    [Show full text]
  • Whole Brain Emulation a Roadmap
    Whole Brain Emulation A Roadmap (2008) Technical Report #2008‐3 Anders Sandberg* Nick Bostrom Future of Humanity Institute Faculty of Philosophy & James Martin 21st Century School Oxford University CITE: Sandberg, A. & Bostrom, N. (2008): Whole Brain Emulation: A Roadmap, Technical Report #2008‐3, Future of Humanity Institute, Oxford University URL: www.fhi.ox.ac.uk/reports/2008‐3.pdf (*) Corresponding author: [email protected] In memoriam: Bruce H. McCormick (1930 – 2007) 2 Contents Whole Brain Emulation............................................................................................................................1 A Roadmap ................................................................................................................................................1 In memoriam: Bruce H. McCormick (1930 – 2007)...........................................................................2 Contents..................................................................................................................................................3 Introduction ...........................................................................................................................................5 Thanks to............................................................................................................................................6 The concept of brain emulation..........................................................................................................7 Emulation and simulation...............................................................................................................7
    [Show full text]
  • An Indexing Theory for Working Memory Based on Fast Hebbian Plasticity
    Research Article: Research Article: New Research | Cognition and Behavior An Indexing Theory for Working Memory based on Fast Hebbian Plasticity https://doi.org/10.1523/ENEURO.0374-19.2020 Cite as: eNeuro 2020; 10.1523/ENEURO.0374-19.2020 Received: 17 September 2019 Revised: 17 January 2020 Accepted: 27 January 2020 This Early Release article has been peer-reviewed and accepted, but has not been through the composition and copyediting processes. The final version may differ slightly in style or formatting and will contain links to any extended data. Alerts: Sign up at www.eneuro.org/alerts to receive customized email alerts when the fully formatted version of this article is published. Copyright © 2020 Fiebig et al. This is an open-access article distributed under the terms of the Creative Commons Attribution 4.0 International license, which permits unrestricted use, distribution and reproduction in any medium provided that the original work is properly attributed. 1 An Indexing Theory for Working Memory based on Fast Hebbian 2 Plasticity 3 Abbreviated Title: Fast Hebbian Indexing Theory for WM 4 Authors: Florian Fiebig1, Pawel Herman1, and Anders Lansner1,2,* 5 1. Lansner Laboratory, Department of Computational Science and Technology, Royal Institute of Technology, 6 10044 Stockholm, Sweden, 7 2. Department of Mathematics, Stockholm University, 10691 Stockholm, Sweden 8 * Corresponding Author: Anders Lansner, Department of Computational Science and Technology, Royal Institute 9 of Technology (KTH), Stockholm, Lindstedtsvägen 24, 100 44,
    [Show full text]
  • 3 the Bayesian Confidence Propagation Neural Network
    Mälardalen University Dissertations No. 12 A CANONICAL MODEL OF THE PRIMARY VISUAL CORTEX Baran Çürüklü 2005 National Graduate School in Computer Science Department of Computer Science, Linköping University The Department of Computer Science and Electronics Mälardalen University Copyright © Baran Çürüklü, 2005 ISSN 1651-4238 ISBN 91-88834-51-4 Printed by Arkitektkopia, Västerås, Sweden Distribution: Mälardalen University Press i Mälardalen University Dissertation No. 12 A Canonical Model of the Primary Visual Cortex Baran Çürüklü Akademisk avhandling som för avläggande av Teknologie Doktorsexamen vid Insitutionen för Datavetenskap och Elektronik, Mälardalens högskola, kommer att offentligen försvaras 26/4 - 2005, 14:00 i Zeta-salen, Mälardalens högskola. Faculty opponent: Gaute T. Einevoll, Department of Mathematical Sciences and Technology, Norwegian University of Life Sciences, Ås, Norway. National Graduate School in Computer Science, Department of Computer Science, Linköping University, SE-581 83 Linköping, Sweden The Department of Computer Science and Electronics, Mälardalen University, P.O. Box 883, SE-721 23 Västerås, Sweden ii Abstract In this thesis a model of the primary visual cortex (V1) is presented. The centerpiece of this model is an abstract hypercolumn model, derived from the Bayesian Confidence Propagation Neural Network (BCPNN). This model functions as a building block of the proposed laminar V1 model, which consists of layer 4 and 2/3 components. The V1 model is developed during exposure to visual input using the BCPNN incremental learning rule. The connectivity pattern demonstrated by this correlation-based network model is similar to that of V1. In both modeled cortical layers local horizontal connections are dense, whereas long-range horizontal connections are sparse.
    [Show full text]
  • A Spiking Working Memory Model Based on Hebbian Short-Term Potentiation
    The Journal of Neuroscience, January 4, 2017 • 37(1):83–96 • 83 Behavioral/Cognitive A Spiking Working Memory Model Based on Hebbian Short-Term Potentiation X Florian Fiebig1,3 and XAnders Lansner1,2 1Lansner Laboratory, Department of Computational Science and Technology, Royal Institute of Technology, 10044 Stockholm, Sweden, 2Department of Numerical Analysis and Computer Science, Stockholm University, 10691 Stockholm, Sweden, and 3Institute for Adaptive and Neural Computation, Edinburgh University, EH8 9AB Edinburgh, Scotland A dominant theory of working memory (WM), referred to as the persistent activity hypothesis, holds that recurrently connected neural networks, presumably located in the prefrontal cortex, encode and maintain WM memory items through sustained elevated activity. Reexamination of experimental data has shown that prefrontal cortex activity in single units during delay periods is much more variable than predicted by such a theory and associated computational models. Alternative models of WM maintenance based on synaptic plasticity, such as short-term nonassociative (non-Hebbian) synaptic facilitation, have been suggested but cannot account for encoding of novel associations. Here we test the hypothesis that a recently identified fast-expressing form of Hebbian synaptic plasticity (associa- tive short-term potentiation) is a possible mechanism for WM encoding and maintenance. Our simulations using a spiking neural network model of cortex reproduce a range of cognitive memory effects in the classical multi-item WM task of encoding and immediate free recall of word lists. Memory reactivation in the model occurs in discrete oscillatory bursts rather than as sustained activity. We relate dynamic network activity as well as key synaptic characteristics to electrophysiological measurements.
    [Show full text]
  • Mysterious Mechanisms of Memory Formation: Are the Answers Hidden in Synapses?
    Open Access Review Article DOI: 10.7759/cureus.5795 Mysterious Mechanisms of Memory Formation: Are the Answers Hidden in Synapses? Viraj V. Joshi 1 , Nishita D. Patel 2 , Muhammad Awais Rehan 3 , Annapurna Kuppa 4 1. Neuropsychiatry, California Instititute of Behavioral Neurosciences and Psychology, Fairfield, USA 2. Research, California Institute of Behavioral Neurosciences & Psychology, Fairfield, USA 3. Miscellenous, California Institute of Behavioral Neurosciences & Psychology, Fairfield, USA 4. Internal Medicine and Gastroenterology, University of Michigan, Ann Arbor, USA Corresponding author: Viraj V. Joshi, [email protected] Abstract After decades of research on memory formation and retention, we are still searching for the definite concept and process behind neuroplasticity. This review article will address the relationship between synapses, memory formation, and memory retention and their genetic correlations. In the last six decades, there have been enormous improvements in the neurochemistry domain, especially in the area of neural plasticity. In the central nervous system, the complexity of the synapses between neurons allows communication among them. It is believed that each time certain types of sensory signals pass through sequences of synapses, these synapses can transmit the same signals more efficiently the following time. The concept of Hebb synapse has provided revolutionary thinking about the nature of neural mechanisms of learning and memory formation. To improve the local circuitry for memory formation and behavioral change and stabilization in the mammalian central nervous system, long-term potentiation and long-term depression are the crucial components of Hebbian plasticity. In this review, we will be discussing the role of glutamatergic synapses, engram cells, cytokines, neuropeptides, neurosteroids and many aspects, covering the synaptic basis of memory.
    [Show full text]
  • Spike-Based Bayesian-Hebbian Learning of Temporal Sequences
    Edinburgh Research Explorer Spike-Based Bayesian-Hebbian Learning of Temporal Sequences Citation for published version: Tully, PJ, Lindén, H, Hennig, MH & Lansner, A 2016, 'Spike-Based Bayesian-Hebbian Learning of Temporal Sequences' PLoS Computational Biology, vol. 12, no. 5, e1004954. DOI: 10.1371/journal.pcbi.1004954 Digital Object Identifier (DOI): 10.1371/journal.pcbi.1004954 Link: Link to publication record in Edinburgh Research Explorer Document Version: Publisher's PDF, also known as Version of record Published In: PLoS Computational Biology General rights Copyright for the publications made accessible via the Edinburgh Research Explorer is retained by the author(s) and / or other copyright owners and it is a condition of accessing these publications that users recognise and abide by the legal requirements associated with these rights. Take down policy The University of Edinburgh has made every reasonable effort to ensure that Edinburgh Research Explorer content complies with UK legislation. If you believe that the public display of this file breaches copyright please contact [email protected] providing details, and we will remove access to the work immediately and investigate your claim. Download date: 05. Apr. 2019 RESEARCH ARTICLE Spike-Based Bayesian-Hebbian Learning of Temporal Sequences Philip J. Tully1,2,3*, Henrik Lindén1,2,4, Matthias H. Hennig3, Anders Lansner1,2,5 1 Department of Computational Science and Technology, Royal Institute of Technology (KTH), Stockholm, Sweden, 2 Stockholm Brain Institute, Karolinska Institute,
    [Show full text]
  • Synaptic and Nonsynaptic Plasticity Approximating Probabilistic Inference
    Edinburgh Research Explorer Synaptic and nonsynaptic plasticity approximating probabilistic inference Citation for published version: Tully, PJ, Hennig, MH & Lansner, A 2014, 'Synaptic and nonsynaptic plasticity approximating probabilistic inference', Frontiers in synaptic neuroscience, vol. 6, 8. https://doi.org/10.3389/fnsyn.2014.00008 Digital Object Identifier (DOI): 10.3389/fnsyn.2014.00008 Link: Link to publication record in Edinburgh Research Explorer Document Version: Publisher's PDF, also known as Version of record Published In: Frontiers in synaptic neuroscience Publisher Rights Statement: This Document is Protected by copyright and was first published by Frontiers. All rights reserved. it is reproduced with permission. General rights Copyright for the publications made accessible via the Edinburgh Research Explorer is retained by the author(s) and / or other copyright owners and it is a condition of accessing these publications that users recognise and abide by the legal requirements associated with these rights. Take down policy The University of Edinburgh has made every reasonable effort to ensure that Edinburgh Research Explorer content complies with UK legislation. If you believe that the public display of this file breaches copyright please contact [email protected] providing details, and we will remove access to the work immediately and investigate your claim. Download date: 10. Oct. 2021 ORIGINAL RESEARCH ARTICLE published: 08 April 2014 SYNAPTIC NEUROSCIENCE doi: 10.3389/fnsyn.2014.00008 Synaptic and nonsynaptic plasticity
    [Show full text]
  • Active Memory Processing on Processing Memory Active Active Memory Processing
    FLORIAN FIEBIG DOCTORAL THESIS Active Memory Processing on Active Memory Processing on Multiple Time-scales in Simulated Cortical Networks with Hebbian Plasticity FLORIAN FIEBIG Multiple Time - scales Simulated Cortical in NetworksHebbian with Plasticity TRITA-EECS-AVL-2018:91 ISBN 978-91-7873-030-8 Active Memory Processing on Multiple Time-scales in Simulated Cortical Networks with Hebbian Plasticity Thesis Submitted to KTH Royal Institute of Technology and University of Edinburgh towards PhD in Computer Science and Doctor of Philosophy By FLORIAN FIEBIG FLORIANunder the guidance FIEBIG of Prof. Anders Lansner KTH Stockholm and Prof. Mark van Rossum University of Edinburgh Stockholm, Sweden 2018 Abstract This thesis examines declarative memory function, and its underlying neural activity and mechanisms in simulated cortical networks. The included simulation models utilize and synthesize proposed universal computational principles of the brain, such as the modularity of cortical circuit organization, attractor network theory, and Hebbian synaptic plasticity, along with selected biophysical detail from the involved brain areas to implement functional models of known cortical memory systems. The models hypothesize relations between neural activity, brain area interactions, and cognitive memory functions such as sleep-dependent memory consolidation, or specific working memory tasks. In particular, this work addresses the acutely relevant research question if recently described fast forms of Hebbian synaptic plasticity are a possible mechanism
    [Show full text]