a semantic investigation of spiking neural p systems
play

A Semantic Investigation of Spiking Neural P Systems Gabriel - PowerPoint PPT Presentation

Introduction The Language L SNP Denotational Semantics Conclusion A Semantic Investigation of Spiking Neural P Systems Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca 19th International Conference on Membrane


  1. Introduction The Language L SNP Denotational Semantics Conclusion A Semantic Investigation of Spiking Neural P Systems Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca 19th International Conference on Membrane Computing (CMC 19) Dresden, Germany September 4–7, 2018 Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  2. Introduction The Language L SNP Denotational Semantics Conclusion Introduction 1 The Language L SNP 2 3 Denotational Semantics Conclusion 4 Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  3. Introduction The Language L SNP Denotational Semantics Conclusion Aim and Contribution We present a denotational semantics [ [ · ] ] for a language L SNP inspired by the spiking neural P (SN P) systems [Ionescu, P˘ aun and Yokomori - 2006] At syntactic level L SNP provides constructions for specifying: neurons and synapses, rules with time delays The denotational semantics [ [ · ] ] for L SNP is designed with metric spaces and continuations We provide a Haskell implementation of [ [ · ] ] http://ftp.utcluj.ro/pub/users/gc/eneia/cmc19 Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  4. Introduction The Language L SNP Denotational Semantics Conclusion Aim and Contribution SN P systems - a class of P systems inspired from the way neurons communicate by means of spikes [P˘ aun - 2007] Equivalent in computational power to Turing machines Able to solve NP-complete problems in polynomial time We investigate the behavior of SN P systems using methods specific of programming languages semantics Syntax of L SNP is specified in BNF L SNP constructions are called statements or programs Semantics of L SNP is described in denotational style Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  5. Introduction The Language L SNP Denotational Semantics Conclusion Aim and Contribution Our denotational semantics [ [ · ] ] describes accurately The structure of SN P systems: neurons, synapses, spikes The behavior of SN P systems: Time delays between firings and spikings Non-deterministic behavior and synchronized functioning [ [ · ] ] is the first denotational (compositional) semantics for this combination of concepts, specific of SN P systems Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  6. Introduction The Language L SNP Denotational Semantics Conclusion Principles of Denotational Sematics (mathematical or Scott-Stratchey semantics) Language constructions denote values from a mathematical domain of interpretation [ [ · ] ] : L → D Definitions are compositional [ [ · · · x 1 · · · x 2 · · · ] ] = · · · [ [ x 1 ] ] · · · [ [ x 2 ] ] · · · Various options in designing D and [ [ · ] ] for a given L Classic (order-theoretic) domains vs metric spaces Direct semantics, continuations Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  7. Introduction The Language L SNP Denotational Semantics Conclusion Metric Spaces vs Order-Theoretic Domains The purpose of domain theory is to give models for spaces on which to define computable functions [Scott - 1982] In classic domains (order-theoretic domains) One works with least fixed points of continuous functions Not all elements are comparable, the order is partial Metric spaces employ additional information One can (compare and even) measure the distance between any two elements of a metric space Contracting functions on complete metric spaces have unique fixed points (Banach’s theorem) Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  8. Introduction The Language L SNP Denotational Semantics Conclusion Metric Spaces vs Order-Theoretic Domains Domain theory was initiated by [Scott - 1976, Scott - 1982] Scott’s key construction - a solution of the ’equation’ D ∼ = D → D We offer a semantic description of SN P systems based on a domain of continuations D ∼ K ∼ = K → K = · · · D · · · Following [De Bakker and De Vink - 1996] we employ the mathematical methodology of metric semantics Traditional (direct) concurrency semantics may not work for the complex interactions specific of MC and SN P systems Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  9. Introduction The Language L SNP Denotational Semantics Conclusion Continuation Semantics for Concurrent Languages In Continuation-Passing Style (CPS) control is passed explicitly in the form of continuations [Appel - 2007] We need a domain of continuations which can store computations (between firings and spikings) in CSC style [Todoran - 2000, Ciobanu & Todoran - 2014] D ∼ K ∼ = K → K = · · · D · · · In previous work we investigated MC concepts by using a simple domain of continuations G. Ciobanu and E.N. Todoran, Denotational Semantics of Membrane Systems by using Complete Metric Spaces, Theor. Comput. Sci., 2017. Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  10. Introduction The Language L SNP Denotational Semantics Conclusion Syntax of L SNP Definition (Syntax of L SNP ) (a) (Statements) x ( ∈ X ) ::= a | send ( y , ξ ) | x � x y ( ∈ Y ) ::= a | y � y (obviously, Y ⊆ X) (b) (Rules) r ( ∈ Rs ) ::= r ǫ | ̺, r ̺ ( ∈ R ) ::= E / w → x ; t | w → λ , (E is a regular expression over O, w � = [] , t ≥ 0 , t ∈ N ) (c) (Neuron declarations) d ( ∈ ND ) ::= neuron N { r | ξ } D ( ∈ NDs ) ::= d | d , D (d) (Programs) ρ ( ∈ L SNP ) ::= D , x (x executed by first neuron in D) ( a ∈ ) O - alphabet of spikes/objects (several types of spikes) ( N ∈ ) Nname - set of neuron names ( w ∈ ) W = [ O ] - set of multisets over O ( ξ ∈ )Ξ = P fin ( Nname ) - finite sets of neuron names Extended rules - a statement x is able to produce more than one spike send ( y , ξ ) is specific of L SNP (Instead of W and Ξ we could use O ∗ and Nname ∗ ) Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  11. Introduction The Language L SNP Denotational Semantics Conclusion An L SNP program and its intuitive behavior ρ 1 = ( D 1 , x 1 ) x 1 = send ( � a 2 k − 1 � , { N 1 } ) � send ( a , { N 3 } ) 3 1 a a 2k-1 D 1 = neuron N 0 { r ǫ | { N 1 , N 2 , N 3 } } , a + /a → a;2 a → a;0 neuron N 1 { a + / [ a ] → a ; 2 | { N 2 } } , neuron N 2 { [ a k ] → a ; 1 | { N 3 } } , neuron N 3 { [ a ] → a ; 0 | { N 0 } } 2 a k → a;1 { ( N 0 , [ ]) , ( N 1 , [ a , a , a ]) , ( N 2 , [ ]) , ( N 3 , [ a ]) } ⇛ { ( N 0 , [ a ]) , ( N 1 , [ a , a , a ]) , ( N 2 , [ ]) , ( N 3 , [ ]) } [Ionescu, P ă un and Yokomori – 2006] SN P system Π 1 ⇛ { ( N 0 , [ a ]) , ( N 1 , [ a , a , a ]) , ( N 2 , [ ]) , ( N 3 , [ ]) } ⇛ { ( N 0 , [ a ]) , ( N 1 , [ a , a ]) , ( N 2 , [ a ]) , ( N 3 , [ ]) } ⇛ { ( N 0 , [ a ]) , ( N 1 , [ a , a ]) , ( N 2 , [ a ]) , ( N 3 , [ ]) } ⇐ k = 2 ⇛ { ( N 0 , [ a ]) , ( N 1 , [ a , a ]) , ( N 2 , [ a ]) , ( N 3 , [ ]) } ⇛ { ( N 0 , [ a ]) , ( N 1 , [ a ]) , ( N 2 , [ a , a ]) , ( N 3 , [ ]) } The output neuron N 3 spikes in steps 2 and 10 ⇛ { ( N 0 , [ a ]) , ( N 1 , [ a ]) , ( N 2 , [ a , a ]) , ( N 3 , [ ]) } The number computed by this L SNP program is ⇛ { ( N 0 , [ a ]) , ( N 1 , [ a ]) , ( N 2 , [ ]) , ( N 3 , [ a ]) } 3 k + 2 = 8 ⇛ { ( N 0 , [ a , a ]) , ( N 1 , [ ]) , ( N 2 , [ a ]) , ( N 3 , [ ]) } (same as in [Ionescu, P˘ aun and Yokomori - 2006]) Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

  12. Introduction The Language L SNP Denotational Semantics Conclusion Two behavioraly equivalent L SNP programs ρ 1 = ( D 1 , x 1 ) x 1 = send ( � a 2 k − 1 � , { N 1 } ) � send ( a , { N 3 } ) 1 3 a a 2k-1 D 1 = neuron N 0 { r ǫ | { N 1 , N 2 , N 3 } } , a + /a → a;2 neuron N 1 { a + / [ a ] → a ; 2 | { N 2 } } , a → a;0 neuron N 2 { [ a k ] → a ; 1 | { N 3 } } , neuron N 3 { [ a ] → a ; 0 | { N 0 } } 2 a k → a;1 [Ionescu, P ă un and Yokomori – 2006] ρ ′ 1 = ( D ′ 1 , x ′ SN P system Π 1 1 ) x ′ 1 = send ( � a 2 k − 1 � , { N 1 } ) � send ( a , { N 3 } ) D ′ 1 = neuron N 0 { r ǫ | { N 1 , N 2 , N 3 } } , neuron N 1 { a + / [ a ] → send ( a , { N 2 } ) ; 2 | { N 2 , N 3 } } , neuron N 2 { [ a k ] → send ( a , { N 3 } ) ; 1 | { N 1 , N 3 } } , neuron N 3 { [ a ] → a ; 0 | { N 0 } } Gabriel Ciobanu, Eneia Nicolae Todoran Romanian Academy, TU Cluj-Napoca A Semantic Investigation of Spiking Neural P Systems

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend