WorldWideScience

Sample records for external memory model

  1. RAM-efficient external memory sorting

    DEFF Research Database (Denmark)

    Arge, Lars; Thorup, Mikkel

    2013-01-01

    In recent years a large number of problems have been considered in external memory models of computation, where the complexity measure is the number of blocks of data that are moved between slow external memory and fast internal memory (also called I/Os). In practice, however, internal memory time...... often dominates the total running time once I/O-efficiency has been obtained. In this paper we study algorithms for fundamental problems that are simultaneously I/O-efficient and internal memory efficient in the RAM model of computation....

  2. Lower Bounds in the Asymmetric External Memory Model

    DEFF Research Database (Denmark)

    Jacob, Riko; Sitchinava, Nodari

    2017-01-01

    Motivated by the asymmetric read and write costs of emerging non-volatile memory technologies, we study lower bounds for the problems of sorting, permuting and multiplying a sparse matrix by a dense vector in the asymmetric external memory model (AEM). Given an AEM with internal (symmetric) memory...... of size M, transfers between symmetric and asymmetric memory in blocks of size B and the ratio ω between write and read costs, we show Ω(min (N, ωN/B logω M/B N/B) lower bound for the cost of permuting N input elements. This lower bound also applies to the problem of sorting N elements. This proves...

  3. Dynamic State Space Partitioning for External Memory Model Checking

    DEFF Research Database (Denmark)

    Evangelista, Sami; Kristensen, Lars Michael

    2009-01-01

    We describe a dynamic partitioning scheme usable by model checking techniques that divide the state space into partitions, such as most external memory and distributed model checking algorithms. The goal of the scheme is to reduce the number of transitions that link states belonging to different...

  4. Parallel External Memory Graph Algorithms

    DEFF Research Database (Denmark)

    Arge, Lars Allan; Goodrich, Michael T.; Sitchinava, Nodari

    2010-01-01

    In this paper, we study parallel I/O efficient graph algorithms in the Parallel External Memory (PEM) model, one o f the private-cache chip multiprocessor (CMP) models. We study the fundamental problem of list ranking which leads to efficient solutions to problems on trees, such as computing lowest...... an optimal speedup of ¿(P) in parallel I/O complexity and parallel computation time, compared to the single-processor external memory counterparts....

  5. External Memory Planar Point Location with Logarithmic Updates

    DEFF Research Database (Denmark)

    Arge, Lars; Brodal, Gerth Stølting; Satti, Srinivasa Rao

    2008-01-01

    Point location is an extremely well-studied problem both in internal memory models and recently also in the external memory model. In this paper, we present an I/O-efficient dynamic data structure for point location in general planar subdivisions. Our structure uses linear space to store...

  6. Computing betweenness centrality in external memory

    DEFF Research Database (Denmark)

    Arge, Lars; Goodrich, Michael T.; Walderveen, Freek van

    2013-01-01

    Betweenness centrality is one of the most well-known measures of the importance of nodes in a social-network graph. In this paper we describe the first known external-memory and cache-oblivious algorithms for computing betweenness centrality. We present four different external-memory algorithms...

  7. External-Memory Algorithms and Data Structures

    DEFF Research Database (Denmark)

    Arge, Lars; Zeh, Norbert

    2010-01-01

    The data sets involved in many modern applications are often too massive to fit in main memory of even the most powerful computers and must therefore reside on disk. Thus communication between internal and external memory, and not actual computation time, becomes the bottleneck in the computation....... This is due to the huge difference in access time of fast internal memory and slower external memory such as disks. The goal of theoretical work in the area of external memory algorithms (also called I/O algorithms or out-of-core algorithms) has been to develop algorithms that minimize the Input...... in parallel and the use of parallel disks has received a lot of theoretical attention. See below for recent surveys of theoretical results in the area of I/O-efficient algorithms. TPIE is designed to bridge the gap between the theory and practice of parallel I/O systems. It is intended to demonstrate all...

  8. An exploration of the relations between external representations and working memory.

    Directory of Open Access Journals (Sweden)

    Jiajie Zhang

    Full Text Available It is commonly hypothesized that external representations serve as memory aids and improve task performance by means of expanding the limited capacity of working memory. However, very few studies have directly examined this memory aid hypothesis. By systematically manipulating how information is available externally versus internally in a sequential number comparison task, three experiments were designed to investigate the relation between external representations and working memory. The experimental results show that when the task requires information from both external representations and working memory, it is the interaction of information from the two sources that determines task performance. In particular, when information from the two sources does not match well, external representations hinder instead of enhance task performance. The study highlights the important role the coordination among different representations plays in distributed cognition. The general relations between external representations and working memory are discussed.

  9. Lower Bounds for External Memory Dictionaries

    DEFF Research Database (Denmark)

    Brodal, Gerth Stølting; Fagerberg, Rolf

    2003-01-01

    We study trade-offs between the update time and the query time for comparison based external memory dictionaries. The main contributions of this paper are two lower bound trade offs between the I/O complexity of member queries and insertions: If N < M insertions perform at most δ · N/B I/Os, then......We study trade-offs between the update time and the query time for comparison based external memory dictionaries. The main contributions of this paper are two lower bound trade offs between the I/O complexity of member queries and insertions: If N

  10. Hybrid computing using a neural network with dynamic external memory.

    Science.gov (United States)

    Graves, Alex; Wayne, Greg; Reynolds, Malcolm; Harley, Tim; Danihelka, Ivo; Grabska-Barwińska, Agnieszka; Colmenarejo, Sergio Gómez; Grefenstette, Edward; Ramalho, Tiago; Agapiou, John; Badia, Adrià Puigdomènech; Hermann, Karl Moritz; Zwols, Yori; Ostrovski, Georg; Cain, Adam; King, Helen; Summerfield, Christopher; Blunsom, Phil; Kavukcuoglu, Koray; Hassabis, Demis

    2016-10-27

    Artificial neural networks are remarkably adept at sensory processing, sequence learning and reinforcement learning, but are limited in their ability to represent variables and data structures and to store data over long timescales, owing to the lack of an external memory. Here we introduce a machine learning model called a differentiable neural computer (DNC), which consists of a neural network that can read from and write to an external memory matrix, analogous to the random-access memory in a conventional computer. Like a conventional computer, it can use its memory to represent and manipulate complex data structures, but, like a neural network, it can learn to do so from data. When trained with supervised learning, we demonstrate that a DNC can successfully answer synthetic questions designed to emulate reasoning and inference problems in natural language. We show that it can learn tasks such as finding the shortest path between specified points and inferring the missing links in randomly generated graphs, and then generalize these tasks to specific graphs such as transport networks and family trees. When trained with reinforcement learning, a DNC can complete a moving blocks puzzle in which changing goals are specified by sequences of symbols. Taken together, our results demonstrate that DNCs have the capacity to solve complex, structured tasks that are inaccessible to neural networks without external read-write memory.

  11. Multithreaded Asynchronous Graph Traversal for In-Memory and Semi-External Memory

    KAUST Repository

    Pearce, Roger

    2010-11-01

    Processing large graphs is becoming increasingly important for many domains such as social networks, bioinformatics, etc. Unfortunately, many algorithms and implementations do not scale with increasing graph sizes. As a result, researchers have attempted to meet the growing data demands using parallel and external memory techniques. We present a novel asynchronous approach to compute Breadth-First-Search (BFS), Single-Source-Shortest-Paths, and Connected Components for large graphs in shared memory. Our highly parallel asynchronous approach hides data latency due to both poor locality and delays in the underlying graph data storage. We present an experimental study applying our technique to both In-Memory and Semi-External Memory graphs utilizing multi-core processors and solid-state memory devices. Our experiments using synthetic and real-world datasets show that our asynchronous approach is able to overcome data latencies and provide significant speedup over alternative approaches. For example, on billion vertex graphs our asynchronous BFS scales up to 14x on 16-cores. © 2010 IEEE.

  12. On (dynamic) range minimum queries in external memory

    DEFF Research Database (Denmark)

    Arge, L.; Fischer, Johannes; Sanders, Peter

    2013-01-01

    We study the one-dimensional range minimum query (RMQ) problem in the external memory model. We provide the first space-optimal solution to the batched static version of the problem. On an instance with N elements and Q queries, our solution takes Θ(sort(N + Q)) = Θ( N+QB log M /B N+QB ) I...

  13. Multithreaded Asynchronous Graph Traversal for In-Memory and Semi-External Memory

    KAUST Repository

    Pearce, Roger; Gokhale, Maya; Amato, Nancy M.

    2010-01-01

    . Our highly parallel asynchronous approach hides data latency due to both poor locality and delays in the underlying graph data storage. We present an experimental study applying our technique to both In-Memory and Semi-External Memory graphs utilizing

  14. External Memory Pipelining Made Easy With TPIE

    OpenAIRE

    Arge, Lars; Rav, Mathias; Svendsen, Svend C.; Truelsen, Jakob

    2017-01-01

    When handling large datasets that exceed the capacity of the main memory, movement of data between main memory and external memory (disk), rather than actual (CPU) computation time, is often the bottleneck in the computation. Since data is moved between disk and main memory in large contiguous blocks, this has led to the development of a large number of I/O-efficient algorithms that minimize the number of such block movements. TPIE is one of two major libraries that have been developed to sup...

  15. Optimal External-Memory Planar Point Enclosure

    DEFF Research Database (Denmark)

    Arge, Lars; Samoladas, Vasilis; Yi, Ke

    2007-01-01

    .g. spatial and temporal databases, and is dual to the important and well-studied orthogonal range searching problem. Surprisingly, despite the fact that the problem can be solved optimally in internal memory with linear space and O(log N+K) query time, we show that one cannot construct a linear sized......In this paper we study the external memory planar point enclosure problem: Given N axis-parallel rectangles in the plane, construct a data structure on disk (an index) such that all K rectangles containing a query point can be reported I/O-efficiently. This problem has important applications in e...... external memory point enclosure data structure that can be used to answer a query in O(log  B N+K/B) I/Os, where B is the disk block size. To obtain this bound, Ω(N/B 1−ε ) disk blocks are needed for some constant ε>0. With linear space, the best obtainable query bound is O(log 2 N+K/B) if a linear output...

  16. Effects of internal and external vividness on hippocampal connectivity during memory retrieval.

    Science.gov (United States)

    Ford, Jaclyn H; Kensinger, Elizabeth A

    2016-10-01

    Successful memory for an image can be supported by retrieval of one's personal reaction to the image (i.e., internal vividness), as well as retrieval of the specific details of the image itself (i.e., external vividness). Prior research suggests that memory vividness relies on regions within the medial temporal lobe, particularly the hippocampus, but it is unclear whether internal and external vividness are supported by the hippocampus in a similar way. To address this open question, the current study examined hippocampal connectivity associated with enhanced internal and external vividness ratings during retrieval. Participants encoded complex visual images paired with verbal titles. During a scanned retrieval session, they were presented with the titles and asked whether each had been seen with an image during encoding. Following retrieval of each image, participants were asked to rate internal and external vividness. Increased hippocampal activity was associated with higher vividness ratings for both scales, supporting prior evidence implicating the hippocampus in retrieval of memory detail. However, different patterns of hippocampal connectivity related to enhanced external and internal vividness. Further, hippocampal connectivity with medial prefrontal regions was associated with increased ratings of internal vividness, but with decreased ratings of external vividness. These findings suggest that the hippocampus may contribute to increased internal and external vividness via distinct mechanisms and that external and internal vividness of memories should be considered as separable measures. Copyright © 2016 Elsevier Inc. All rights reserved.

  17. Fault Tolerant External Memory Algorithms

    DEFF Research Database (Denmark)

    Jørgensen, Allan Grønlund; Brodal, Gerth Stølting; Mølhave, Thomas

    2009-01-01

    Algorithms dealing with massive data sets are usually designed for I/O-efficiency, often captured by the I/O model by Aggarwal and Vitter. Another aspect of dealing with massive data is how to deal with memory faults, e.g. captured by the adversary based faulty memory RAM by Finocchi and Italiano....... However, current fault tolerant algorithms do not scale beyond the internal memory. In this paper we investigate for the first time the connection between I/O-efficiency in the I/O model and fault tolerance in the faulty memory RAM, and we assume that both memory and disk are unreliable. We show a lower...... bound on the number of I/Os required for any deterministic dictionary that is resilient to memory faults. We design a static and a dynamic deterministic dictionary with optimal query performance as well as an optimal sorting algorithm and an optimal priority queue. Finally, we consider scenarios where...

  18. Efficient external memory structures for range-aggregate queries

    DEFF Research Database (Denmark)

    Agarwal, P.K.; Yang, J.; Arge, L.

    2013-01-01

    We present external memory data structures for efficiently answering range-aggregate queries. The range-aggregate problem is defined as follows: Given a set of weighted points in Rd, compute the aggregate of the weights of the points that lie inside a d-dimensional orthogonal query rectangle. The...

  19. External locus of control contributes to racial disparities in memory and reasoning training gains in ACTIVE

    Science.gov (United States)

    Zahodne, Laura B.; Meyer, Oanh L.; Choi, Eunhee; Thomas, Michael L.; Willis, Sherry L.; Marsiske, Michael; Gross, Alden L.; Rebok, George W.; Parisi, Jeanine M.

    2015-01-01

    Racial disparities in cognitive outcomes may be partly explained by differences in locus of control. African Americans report more external locus of control than non-Hispanic Whites, and external locus of control is associated with poorer health and cognition. The aims of this study were to compare cognitive training gains between African American and non-Hispanic White participants in the Advanced Cognitive Training for Independent and Vital Elderly (ACTIVE) study and determine whether racial differences in training gains are mediated by locus of control. The sample comprised 2,062 (26% African American) adults aged 65 and older who participated in memory, reasoning, or speed training. Latent growth curve models evaluated predictors of 10-year cognitive trajectories separately by training group. Multiple group modeling examined associations between training gains and locus of control across racial groups. Compared to non-Hispanic Whites, African Americans evidenced less improvement in memory and reasoning performance after training. These effects were partially mediated by locus of control, controlling for age, sex, education, health, depression, testing site, and initial cognitive ability. African Americans reported more external locus of control, which was associated with smaller training gains. External locus of control also had a stronger negative association with reasoning training gain for African Americans than for Whites. No racial difference in training gain was identified for speed training. Future intervention research with African Americans should test whether explicitly targeting external locus of control leads to greater cognitive improvement following cognitive training. PMID:26237116

  20. DecreaseKeys are Expensive for External Memory Priority Queues

    OpenAIRE

    Eenberg, Kasper; Larsen, Kasper Green; Yu, Huacheng

    2016-01-01

    One of the biggest open problems in external memory data structures is the priority queue problem with DecreaseKey operations. If only Insert and ExtractMin operations need to be supported, one can design a comparison-based priority queue performing $O((N/B)\\lg_{M/B} N)$ I/Os over a sequence of $N$ operations, where $B$ is the disk block size in number of words and $M$ is the main memory size in number of words. This matches the lower bound for comparison-based sorting and is hence optimal fo...

  1. Continual and One-Shot Learning Through Neural Networks with Dynamic External Memory

    DEFF Research Database (Denmark)

    Lüders, Benno; Schläger, Mikkel; Korach, Aleksandra

    2017-01-01

    it easier to find unused memory location and therefor facilitates the evolution of continual learning networks. Our results suggest that augmenting evolving networks with an external memory component is not only a viable mechanism for adaptive behaviors in neuroevolution but also allows these networks...... a new task is learned. This paper takes a step in overcoming this limitation by building on the recently proposed Evolving Neural Turing Machine (ENTM) approach. In the ENTM, neural networks are augmented with an external memory component that they can write to and read from, which allows them to store...... associations quickly and over long periods of time. The results in this paper demonstrate that the ENTM is able to perform one-shot learning in reinforcement learning tasks without catastrophic forgetting of previously stored associations. Additionally, we introduce a new ENTM default jump mechanism that makes...

  2. External locus of control contributes to racial disparities in memory and reasoning training gains in ACTIVE.

    Science.gov (United States)

    Zahodne, Laura B; Meyer, Oanh L; Choi, Eunhee; Thomas, Michael L; Willis, Sherry L; Marsiske, Michael; Gross, Alden L; Rebok, George W; Parisi, Jeanine M

    2015-09-01

    Racial disparities in cognitive outcomes may be partly explained by differences in locus of control. African Americans report more external locus of control than non-Hispanic Whites, and external locus of control is associated with poorer health and cognition. The aims of this study were to compare cognitive training gains between African American and non-Hispanic White participants in the Advanced Cognitive Training for Independent and Vital Elderly (ACTIVE) study and determine whether racial differences in training gains are mediated by locus of control. The sample comprised 2,062 (26% African American) adults aged 65 and older who participated in memory, reasoning, or speed training. Latent growth curve models evaluated predictors of 10-year cognitive trajectories separately by training group. Multiple group modeling examined associations between training gains and locus of control across racial groups. Compared to non-Hispanic Whites, African Americans evidenced less improvement in memory and reasoning performance after training. These effects were partially mediated by locus of control, controlling for age, sex, education, health, depression, testing site, and initial cognitive ability. African Americans reported more external locus of control, which was associated with smaller training gains. External locus of control also had a stronger negative association with reasoning training gain for African Americans than for Whites. No racial difference in training gain was identified for speed training. Future intervention research with African Americans should test whether explicitly targeting external locus of control leads to greater cognitive improvement following cognitive training. (c) 2015 APA, all rights reserved).

  3. Maternal depression and trajectories of child internalizing and externalizing problems: the roles of child decision making and working memory.

    Science.gov (United States)

    Flouri, E; Ruddy, A; Midouhas, E

    2017-04-01

    Maternal depression may affect the emotional/behavioural outcomes of children with normal neurocognitive functioning less severely than it does those without. To guide prevention and intervention efforts, research must specify which aspects of a child's cognitive functioning both moderate the effect of maternal depression and are amenable to change. Working memory and decision making may be amenable to change and are so far unexplored as moderators of this effect. Our sample was 17 160 Millennium Cohort Study children. We analysed trajectories of externalizing (conduct and hyperactivity) and internalizing (emotional and peer) problems, measured with the Strengths and Difficulties Questionnaire at the ages 3, 5, 7 and 11 years, using growth curve models. We characterized maternal depression, also time-varying at these ages, by a high score on the K6. Working memory was measured with the Cambridge Neuropsychological Test Automated Battery Spatial Working Memory Task, and decision making (risk taking and quality of decision making) with the Cambridge Gambling Task, both at age 11 years. Maternal depression predicted both the level and the growth of problems. Risk taking and poor-quality decision making were related positively to externalizing and non-significantly to internalizing problems. Poor working memory was related to both problem types. Neither decision making nor working memory explained the effect of maternal depression on child internalizing/externalizing problems. Importantly, risk taking amplified the effect of maternal depression on internalizing problems, and poor working memory that on internalizing and conduct problems. Impaired decision making and working memory in children amplify the adverse effect of maternal depression on, particularly, internalizing problems.

  4. emMAW: computing minimal absent words in external memory.

    Science.gov (United States)

    Héliou, Alice; Pissis, Solon P; Puglisi, Simon J

    2017-09-01

    The biological significance of minimal absent words has been investigated in genomes of organisms from all domains of life. For instance, three minimal absent words of the human genome were found in Ebola virus genomes. There exists an O(n) -time and O(n) -space algorithm for computing all minimal absent words of a sequence of length n on a fixed-sized alphabet based on suffix arrays. A standard implementation of this algorithm, when applied to a large sequence of length n , requires more than 20 n  bytes of RAM. Such memory requirements are a significant hurdle to the computation of minimal absent words in large datasets. We present emMAW, the first external-memory algorithm for computing minimal absent words. A free open-source implementation of our algorithm is made available. This allows for computation of minimal absent words on far bigger data sets than was previously possible. Our implementation requires less than 3 h on a standard workstation to process the full human genome when as little as 1 GB of RAM is made available. We stress that our implementation, despite making use of external memory, is fast; indeed, even on relatively smaller datasets when enough RAM is available to hold all necessary data structures, it is less than two times slower than state-of-the-art internal-memory implementations. https://github.com/solonas13/maw (free software under the terms of the GNU GPL). alice.heliou@lix.polytechnique.fr or solon.pissis@kcl.ac.uk. Supplementary data are available at Bioinformatics online. © The Author (2017). Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com

  5. A Memory Hierarchy Model Based on Data Reuse for Full-Search Motion Estimation on High-Definition Digital Videos

    Directory of Open Access Journals (Sweden)

    Alba Sandyra Bezerra Lopes

    2012-01-01

    Full Text Available The motion estimation is the most complex module in a video encoder requiring a high processing throughput and high memory bandwidth, mainly when the focus is high-definition videos. The throughput problem can be solved increasing the parallelism in the internal operations. The external memory bandwidth may be reduced using a memory hierarchy. This work presents a memory hierarchy model for a full-search motion estimation core. The proposed memory hierarchy model is based on a data reuse scheme considering the full search algorithm features. The proposed memory hierarchy expressively reduces the external memory bandwidth required for the motion estimation process, and it provides a very high data throughput for the ME core. This throughput is necessary to achieve real time when processing high-definition videos. When considering the worst bandwidth scenario, this memory hierarchy is able to reduce the external memory bandwidth in 578 times. A case study for the proposed hierarchy, using 32×32 search window and 8×8 block size, was implemented and prototyped on a Virtex 4 FPGA. The results show that it is possible to reach 38 frames per second when processing full HD frames (1920×1080 pixels using nearly 299 Mbytes per second of external memory bandwidth.

  6. Worst-case efficient external-memory priority queues

    DEFF Research Database (Denmark)

    Brodal, Gerth Stølting; Katajainen, Jyrki

    1998-01-01

    A priority queue Q is a data structure that maintains a collection of elements, each element having an associated priority drawn from a totally ordered universe, under the operations Insert, which inserts an element into Q, and DeleteMin, which deletes an element with the minimum priority from Q....... In this paper a priority-queue implementation is given which is efficient with respect to the number of block transfers or I/Os performed between the internal and external memories of a computer. Let B and M denote the respective capacity of a block and the internal memory measured in elements. The developed...... data structure handles any intermixed sequence of Insert and DeleteMin operations such that in every disjoint interval of B consecutive priorityqueue operations at most clogM/B N/M I/Os are performed, for some positive constant c. These I/Os are divided evenly among the operations: if B ≥ clogM/B N...

  7. Hänsel, Gretel and the slime mould—how an external spatial memory aids navigation in complex environments

    International Nuclear Information System (INIS)

    Smith-Ferguson, Jules; Latty, Tanya; Beekman, Madeleine; Reid, Chris R

    2017-01-01

    The ability to navigate through an environment is critical to most organisms’ ability to survive and reproduce. The presence of a memory system greatly enhances navigational success. Therefore, natural selection is likely to drive the creation of memory systems, even in non-neuronal organisms, if having such a system is adaptive. Here we examine if the external spatial memory system present in the acellular slime mould, Physarum polycephalum , provides an adaptive advantage for resource acquisition. P. polycephalum lays tracks of extracellular slime as it moves through its environment. Previous work has shown that the presence of extracellular slime allows the organism to escape from a trap in laboratory experiments simply by avoiding areas previously explored. Here we further investigate the benefits of using extracellular slime as an external spatial memory by testing the organism’s ability to navigate through environments of differing complexity with and without the ability to use its external memory. Our results suggest that the external memory has an adaptive advantage in ‘open’ and simple bounded environments. However, in a complex bounded environment, the extracellular slime provides no advantage, and may even negatively affect the organism’s navigational abilities. Our results indicate that the exact experimental set up matters if one wants to fully understand how the presence of extracellular slime affects the slime mould’s search behaviour. (paper)

  8. Hänsel, Gretel and the slime mould—how an external spatial memory aids navigation in complex environments

    Science.gov (United States)

    Smith-Ferguson, Jules; Reid, Chris R.; Latty, Tanya; Beekman, Madeleine

    2017-10-01

    The ability to navigate through an environment is critical to most organisms’ ability to survive and reproduce. The presence of a memory system greatly enhances navigational success. Therefore, natural selection is likely to drive the creation of memory systems, even in non-neuronal organisms, if having such a system is adaptive. Here we examine if the external spatial memory system present in the acellular slime mould, Physarum polycephalum, provides an adaptive advantage for resource acquisition. P. polycephalum lays tracks of extracellular slime as it moves through its environment. Previous work has shown that the presence of extracellular slime allows the organism to escape from a trap in laboratory experiments simply by avoiding areas previously explored. Here we further investigate the benefits of using extracellular slime as an external spatial memory by testing the organism’s ability to navigate through environments of differing complexity with and without the ability to use its external memory. Our results suggest that the external memory has an adaptive advantage in ‘open’ and simple bounded environments. However, in a complex bounded environment, the extracellular slime provides no advantage, and may even negatively affect the organism’s navigational abilities. Our results indicate that the exact experimental set up matters if one wants to fully understand how the presence of extracellular slime affects the slime mould’s search behaviour.

  9. Functional magnetic resonance imaging study of external source memory and its relation to cognitive insight in non-clinical subjects.

    Science.gov (United States)

    Buchy, Lisa; Hawco, Colin; Bodnar, Michael; Izadi, Sarah; Dell'Elce, Jennifer; Messina, Katrina; Lepage, Martin

    2014-09-01

    Previous research has linked cognitive insight (a measure of self-reflectiveness and self-certainty) in psychosis with neurocognitive and neuroanatomical disturbances in the fronto-hippocampal neural network. The authors' goal was to use functional magnetic resonance imaging (fMRI) to investigate the neural correlates of cognitive insight during an external source memory paradigm in non-clinical subjects. At encoding, 24 non-clinical subjects travelled through a virtual city where they came across 20 separate people, each paired with a unique object in a distinct location. fMRI data were then acquired while participants viewed images of the city, and completed source recognition memory judgments of where and with whom objects were seen, which is known to involve prefrontal cortex. Cognitive insight was assessed with the Beck Cognitive Insight Scale. External source memory was associated with neural activity in a widespread network consisting of frontal cortex, including ventrolateral prefrontal cortex (VLPFC), temporal and occipital cortices. Activation in VLPFC correlated with higher self-reflectiveness and activation in midbrain correlated with lower self-certainty during source memory attributions. Neither self-reflectiveness nor self-certainty significantly correlated with source memory accuracy. By means of virtual reality and in the context of an external source memory paradigm, the study identified a preliminary functional neural basis for cognitive insight in the VLPFC in healthy people that accords with our fronto-hippocampal theoretical model as well as recent neuroimaging data in people with psychosis. The results may facilitate the understanding of the role of neural mechanisms in psychotic disorders associated with cognitive insight distortions. © 2014 The Authors. Psychiatry and Clinical Neurosciences © 2014 Japanese Society of Psychiatry and Neurology.

  10. Analogical Reasoning in Adolescents with Intellectual Disability: Effects of External Memories and Time Processing

    Science.gov (United States)

    Denaes, Caroline; Berger, Jean-Louis

    2014-01-01

    Analogical reasoning involves the comparison of pictures as well as the memorisation of relations. Young children (4-7 years old) and students with moderate intellectual disability have a short memory span, which hampers them in succeeding traditional analogical tests. In the present study, we investigated if, by providing external memory hints,…

  11. Recovering Faces from Memory: The Distracting Influence of External Facial Features

    Science.gov (United States)

    Frowd, Charlie D.; Skelton, Faye; Atherton, Chris; Pitchford, Melanie; Hepton, Gemma; Holden, Laura; McIntyre, Alex H.; Hancock, Peter J. B.

    2012-01-01

    Recognition memory for unfamiliar faces is facilitated when contextual cues (e.g., head pose, background environment, hair and clothing) are consistent between study and test. By contrast, inconsistencies in external features, especially hair, promote errors in unfamiliar face-matching tasks. For the construction of facial composites, as carried…

  12. A random utility model of delay discounting and its application to people with externalizing psychopathology.

    Science.gov (United States)

    Dai, Junyi; Gunn, Rachel L; Gerst, Kyle R; Busemeyer, Jerome R; Finn, Peter R

    2016-10-01

    Previous studies have demonstrated that working memory capacity plays a central role in delay discounting in people with externalizing psychopathology. These studies used a hyperbolic discounting model, and its single parameter-a measure of delay discounting-was estimated using the standard method of searching for indifference points between intertemporal options. However, there are several problems with this approach. First, the deterministic perspective on delay discounting underlying the indifference point method might be inappropriate. Second, the estimation procedure using the R2 measure often leads to poor model fit. Third, when parameters are estimated using indifference points only, much of the information collected in a delay discounting decision task is wasted. To overcome these problems, this article proposes a random utility model of delay discounting. The proposed model has 2 parameters, 1 for delay discounting and 1 for choice variability. It was fit to choice data obtained from a recently published data set using both maximum-likelihood and Bayesian parameter estimation. As in previous studies, the delay discounting parameter was significantly associated with both externalizing problems and working memory capacity. Furthermore, choice variability was also found to be significantly associated with both variables. This finding suggests that randomness in decisions may be a mechanism by which externalizing problems and low working memory capacity are associated with poor decision making. The random utility model thus has the advantage of disclosing the role of choice variability, which had been masked by the traditional deterministic model. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  13. The working memory stroop effect: when internal representations clash with external stimuli.

    Science.gov (United States)

    Kiyonaga, Anastasia; Egner, Tobias

    2014-08-01

    Working memory (WM) has recently been described as internally directed attention, which implies that WM content should affect behavior exactly like an externally perceived and attended stimulus. We tested whether holding a color word in WM, rather than attending to it in the external environment, can produce interference in a color-discrimination task, which would mimic the classic Stroop effect. Over three experiments, the WM Stroop effect recapitulated core properties of the classic attentional Stroop effect, displaying equivalent congruency effects, additive contributions from stimulus- and response-level congruency, and susceptibility to modulation by the percentage of congruent and incongruent trials. Moreover, WM maintenance was inversely related to attentional demands during the WM delay between stimulus presentation and recall, with poorer memory performance following incongruent than congruent trials. Together, these results suggest that WM and attention rely on the same resources and operate over the same representations. © The Author(s) 2014.

  14. Single Canonical Model of Reflexive Memory and Spatial Attention

    Science.gov (United States)

    Patel, Saumil S.; Red, Stuart; Lin, Eric; Sereno, Anne B.

    2015-01-01

    Many neurons in the dorsal and ventral visual stream have the property that after a brief visual stimulus presentation in their receptive field, the spiking activity in these neurons persists above their baseline levels for several seconds. This maintained activity is not always correlated with the monkey’s task and its origin is unknown. We have previously proposed a simple neural network model, based on shape selective neurons in monkey lateral intraparietal cortex, which predicts the valence and time course of reflexive (bottom-up) spatial attention. In the same simple model, we demonstrate here that passive maintained activity or short-term memory of specific visual events can result without need for an external or top-down modulatory signal. Mutual inhibition and neuronal adaptation play distinct roles in reflexive attention and memory. This modest 4-cell model provides the first simple and unified physiologically plausible mechanism of reflexive spatial attention and passive short-term memory processes. PMID:26493949

  15. Single Canonical Model of Reflexive Memory and Spatial Attention.

    Science.gov (United States)

    Patel, Saumil S; Red, Stuart; Lin, Eric; Sereno, Anne B

    2015-10-23

    Many neurons in the dorsal and ventral visual stream have the property that after a brief visual stimulus presentation in their receptive field, the spiking activity in these neurons persists above their baseline levels for several seconds. This maintained activity is not always correlated with the monkey's task and its origin is unknown. We have previously proposed a simple neural network model, based on shape selective neurons in monkey lateral intraparietal cortex, which predicts the valence and time course of reflexive (bottom-up) spatial attention. In the same simple model, we demonstrate here that passive maintained activity or short-term memory of specific visual events can result without need for an external or top-down modulatory signal. Mutual inhibition and neuronal adaptation play distinct roles in reflexive attention and memory. This modest 4-cell model provides the first simple and unified physiologically plausible mechanism of reflexive spatial attention and passive short-term memory processes.

  16. The impact of cognitive control, incentives, and working memory load on the P3 responses of externalizing prisoners.

    Science.gov (United States)

    Baskin-Sommers, Arielle R; Krusemark, Elizabeth A; Curtin, John J; Lee, Christopher; Vujnovich, Aleice; Newman, Joseph P

    2014-02-01

    The P3 amplitude reduction is one of the most common correlates of externalizing. However, few studies have used experimental manipulations designed to challenge different cognitive functions in order to clarify the processes that impact this reduction. To examine factors moderating P3 amplitude in trait externalizing, we administered an n-back task that manipulated cognitive control demands, working memory load, and incentives to a sample of male offenders. Offenders with high trait externalizing scores did not display a global reduction in P3 amplitude. Rather, the negative association between trait externalizing and P3 amplitude was specific to trials involving inhibition of a dominant response during infrequent stimuli, in the context of low working memory load, and incentives for performance. In addition, we discuss the potential implications of these findings for externalizing-related psychopathologies. The results complement and expand previous work on the process-level dysfunction contributing to externalizing-related deficits in P3. Copyright © 2013 Elsevier B.V. All rights reserved.

  17. A New Local Bipolar Autoassociative Memory Based on External Inputs of Discrete Recurrent Neural Networks With Time Delay.

    Science.gov (United States)

    Zhou, Caigen; Zeng, Xiaoqin; Luo, Chaomin; Zhang, Huaguang

    In this paper, local bipolar auto-associative memories are presented based on discrete recurrent neural networks with a class of gain type activation function. The weight parameters of neural networks are acquired by a set of inequalities without the learning procedure. The global exponential stability criteria are established to ensure the accuracy of the restored patterns by considering time delays and external inputs. The proposed methodology is capable of effectively overcoming spurious memory patterns and achieving memory capacity. The effectiveness, robustness, and fault-tolerant capability are validated by simulated experiments.In this paper, local bipolar auto-associative memories are presented based on discrete recurrent neural networks with a class of gain type activation function. The weight parameters of neural networks are acquired by a set of inequalities without the learning procedure. The global exponential stability criteria are established to ensure the accuracy of the restored patterns by considering time delays and external inputs. The proposed methodology is capable of effectively overcoming spurious memory patterns and achieving memory capacity. The effectiveness, robustness, and fault-tolerant capability are validated by simulated experiments.

  18. Memory-induced resonancelike suppression of spike generation in a resonate-and-fire neuron model

    Science.gov (United States)

    Mankin, Romi; Paekivi, Sander

    2018-01-01

    The behavior of a stochastic resonate-and-fire neuron model based on a reduction of a fractional noise-driven generalized Langevin equation (GLE) with a power-law memory kernel is considered. The effect of temporally correlated random activity of synaptic inputs, which arise from other neurons forming local and distant networks, is modeled as an additive fractional Gaussian noise in the GLE. Using a first-passage-time formulation, in certain system parameter domains exact expressions for the output interspike interval (ISI) density and for the survival probability (the probability that a spike is not generated) are derived and their dependence on input parameters, especially on the memory exponent, is analyzed. In the case of external white noise, it is shown that at intermediate values of the memory exponent the survival probability is significantly enhanced in comparison with the cases of strong and weak memory, which causes a resonancelike suppression of the probability of spike generation as a function of the memory exponent. Moreover, an examination of the dependence of multimodality in the ISI distribution on input parameters shows that there exists a critical memory exponent αc≈0.402 , which marks a dynamical transition in the behavior of the system. That phenomenon is illustrated by a phase diagram describing the emergence of three qualitatively different structures of the ISI distribution. Similarities and differences between the behavior of the model at internal and external noises are also discussed.

  19. External details revisited - A new taxonomy for coding 'non-episodic' content during autobiographical memory retrieval.

    Science.gov (United States)

    Strikwerda-Brown, Cherie; Mothakunnel, Annu; Hodges, John R; Piguet, Olivier; Irish, Muireann

    2018-04-24

    Autobiographical memory (ABM) is typically held to comprise episodic and semantic elements, with the vast majority of studies to date focusing on profiles of episodic details in health and disease. In this context, 'non-episodic' elements are often considered to reflect semantic processing or are discounted from analyses entirely. Mounting evidence suggests that rather than reflecting one unitary entity, semantic autobiographical information may contain discrete subcomponents, which vary in their relative degree of semantic or episodic content. This study aimed to (1) review the existing literature to formally characterize the variability in analysis of 'non-episodic' content (i.e., external details) on the Autobiographical Interview and (2) use these findings to create a theoretically grounded framework for coding external details. Our review exposed discrepancies in the reporting and interpretation of external details across studies, reinforcing the need for a new, consistent approach. We validated our new external details scoring protocol (the 'NExt' taxonomy) in patients with Alzheimer's disease (n = 18) and semantic dementia (n = 13), and 20 healthy older Control participants and compared profiles of the NExt subcategories across groups and time periods. Our results revealed increased sensitivity of the NExt taxonomy in discriminating between ABM profiles of patient groups, when compared to traditionally used internal and external detail metrics. Further, remote and recent autobiographical memories displayed distinct compositions of the NExt detail types. This study is the first to provide a fine-grained and comprehensive taxonomy to parse external details into intuitive subcategories and to validate this protocol in neurodegenerative disorders. © 2018 The British Psychological Society.

  20. Reactivation in working memory: an attractor network model of free recall.

    Science.gov (United States)

    Lansner, Anders; Marklund, Petter; Sikström, Sverker; Nilsson, Lars-Göran

    2013-01-01

    The dynamic nature of human working memory, the general-purpose system for processing continuous input, while keeping no longer externally available information active in the background, is well captured in immediate free recall of supraspan word-lists. Free recall tasks produce several benchmark memory phenomena, like the U-shaped serial position curve, reflecting enhanced memory for early and late list items. To account for empirical data, including primacy and recency as well as contiguity effects, we propose here a neurobiologically based neural network model that unifies short- and long-term forms of memory and challenges both the standard view of working memory as persistent activity and dual-store accounts of free recall. Rapidly expressed and volatile synaptic plasticity, modulated intrinsic excitability, and spike-frequency adaptation are suggested as key cellular mechanisms underlying working memory encoding, reactivation and recall. Recent findings on the synaptic and molecular mechanisms behind early LTP and on spiking activity during delayed-match-to-sample tasks support this view.

  1. Reactivation in working memory: an attractor network model of free recall.

    Directory of Open Access Journals (Sweden)

    Anders Lansner

    Full Text Available The dynamic nature of human working memory, the general-purpose system for processing continuous input, while keeping no longer externally available information active in the background, is well captured in immediate free recall of supraspan word-lists. Free recall tasks produce several benchmark memory phenomena, like the U-shaped serial position curve, reflecting enhanced memory for early and late list items. To account for empirical data, including primacy and recency as well as contiguity effects, we propose here a neurobiologically based neural network model that unifies short- and long-term forms of memory and challenges both the standard view of working memory as persistent activity and dual-store accounts of free recall. Rapidly expressed and volatile synaptic plasticity, modulated intrinsic excitability, and spike-frequency adaptation are suggested as key cellular mechanisms underlying working memory encoding, reactivation and recall. Recent findings on the synaptic and molecular mechanisms behind early LTP and on spiking activity during delayed-match-to-sample tasks support this view.

  2. Reactivation in Working Memory: An Attractor Network Model of Free Recall

    Science.gov (United States)

    Lansner, Anders; Marklund, Petter; Sikström, Sverker; Nilsson, Lars-Göran

    2013-01-01

    The dynamic nature of human working memory, the general-purpose system for processing continuous input, while keeping no longer externally available information active in the background, is well captured in immediate free recall of supraspan word-lists. Free recall tasks produce several benchmark memory phenomena, like the U-shaped serial position curve, reflecting enhanced memory for early and late list items. To account for empirical data, including primacy and recency as well as contiguity effects, we propose here a neurobiologically based neural network model that unifies short- and long-term forms of memory and challenges both the standard view of working memory as persistent activity and dual-store accounts of free recall. Rapidly expressed and volatile synaptic plasticity, modulated intrinsic excitability, and spike-frequency adaptation are suggested as key cellular mechanisms underlying working memory encoding, reactivation and recall. Recent findings on the synaptic and molecular mechanisms behind early LTP and on spiking activity during delayed-match-to-sample tasks support this view. PMID:24023690

  3. Bi-periodicity evoked by periodic external inputs in delayed Cohen-Grossberg-type bidirectional associative memory networks

    Science.gov (United States)

    Cao, Jinde; Wang, Yanyan

    2010-05-01

    In this paper, the bi-periodicity issue is discussed for Cohen-Grossberg-type (CG-type) bidirectional associative memory (BAM) neural networks (NNs) with time-varying delays and standard activation functions. It is shown that the model considered in this paper has two periodic orbits located in saturation regions and they are locally exponentially stable. Meanwhile, some conditions are derived to ensure that, in any designated region, the model has a locally exponentially stable or globally exponentially attractive periodic orbit located in it. As a special case of bi-periodicity, some results are also presented for the system with constant external inputs. Finally, four examples are given to illustrate the effectiveness of the obtained results.

  4. Bi-periodicity evoked by periodic external inputs in delayed Cohen-Grossberg-type bidirectional associative memory networks

    International Nuclear Information System (INIS)

    Cao Jinde; Wang Yanyan

    2010-01-01

    In this paper, the bi-periodicity issue is discussed for Cohen-Grossberg-type (CG-type) bidirectional associative memory (BAM) neural networks (NNs) with time-varying delays and standard activation functions. It is shown that the model considered in this paper has two periodic orbits located in saturation regions and they are locally exponentially stable. Meanwhile, some conditions are derived to ensure that, in any designated region, the model has a locally exponentially stable or globally exponentially attractive periodic orbit located in it. As a special case of bi-periodicity, some results are also presented for the system with constant external inputs. Finally, four examples are given to illustrate the effectiveness of the obtained results.

  5. External Memory Algorithms for Diameter and All-Pair Shortest-Paths on Sparse Graphs

    DEFF Research Database (Denmark)

    Arge, Lars; Meyer, Ulrich; Toma, Laura

    2004-01-01

    We present several new external-memory algorithms for finding all-pairs shortest paths in a V -node, Eedge undirected graph. For all-pairs shortest paths and diameter in unweighted undirected graphs we present cache-oblivious algorithms with O(V · E B logM B E B) I/Os, where B is the block-size a...

  6. Formation of model-free motor memories during motor adaptation depends on perturbation schedule.

    Science.gov (United States)

    Orban de Xivry, Jean-Jacques; Lefèvre, Philippe

    2015-04-01

    Motor adaptation to an external perturbation relies on several mechanisms such as model-based, model-free, strategic, or repetition-dependent learning. Depending on the experimental conditions, each of these mechanisms has more or less weight in the final adaptation state. Here we focused on the conditions that lead to the formation of a model-free motor memory (Huang VS, Haith AM, Mazzoni P, Krakauer JW. Neuron 70: 787-801, 2011), i.e., a memory that does not depend on an internal model or on the size or direction of the errors experienced during the learning. The formation of such model-free motor memory was hypothesized to depend on the schedule of the perturbation (Orban de Xivry JJ, Ahmadi-Pajouh MA, Harran MD, Salimpour Y, Shadmehr R. J Neurophysiol 109: 124-136, 2013). Here we built on this observation by directly testing the nature of the motor memory after abrupt or gradual introduction of a visuomotor rotation, in an experimental paradigm where the presence of model-free motor memory can be identified (Huang VS, Haith AM, Mazzoni P, Krakauer JW. Neuron 70: 787-801, 2011). We found that relearning was faster after abrupt than gradual perturbation, which suggests that model-free learning is reduced during gradual adaptation to a visuomotor rotation. In addition, the presence of savings after abrupt introduction of the perturbation but gradual extinction of the motor memory suggests that unexpected errors are necessary to induce a model-free motor memory. Overall, these data support the hypothesis that different perturbation schedules do not lead to a more or less stabilized motor memory but to distinct motor memories with different attributes and neural representations. Copyright © 2015 the American Physiological Society.

  7. A simplified memory network model based on pattern formations

    Science.gov (United States)

    Xu, Kesheng; Zhang, Xiyun; Wang, Chaoqing; Liu, Zonghua

    2014-12-01

    Many experiments have evidenced the transition with different time scales from short-term memory (STM) to long-term memory (LTM) in mammalian brains, while its theoretical understanding is still under debate. To understand its underlying mechanism, it has recently been shown that it is possible to have a long-period rhythmic synchronous firing in a scale-free network, provided the existence of both the high-degree hubs and the loops formed by low-degree nodes. We here present a simplified memory network model to show that the self-sustained synchronous firing can be observed even without these two necessary conditions. This simplified network consists of two loops of coupled excitable neurons with different synaptic conductance and with one node being the sensory neuron to receive an external stimulus signal. This model can be further used to show how the diversity of firing patterns can be selectively formed by varying the signal frequency, duration of the stimulus and network topology, which corresponds to the patterns of STM and LTM with different time scales. A theoretical analysis is presented to explain the underlying mechanism of firing patterns.

  8. A model of shape memory materials with hierarchical twinning: statics and dynamics

    International Nuclear Information System (INIS)

    Saxena, A.; Bishop, A.R.; Wu, Y.; Lookman, T.

    1995-01-01

    We consider a model of shape memory materials in which hierarchical twinning near the habit plane (austenite-martensite interface) is a new and crucial ingredient. The model includes (1) a triple-well potential (φ 6 model) in local shear strain, (2) strain gradient terms up to second order in strain and fourth order in gradient, and (3) all symmetry allowed compositional fluctuation-induced strain gradient terms. The last term favors hierarchy which enables communication between macroscopic (cm) and microscopic (A) regions essential for shape memory. Hierarchy also stabilizes tweed formation (criss-cross patterns of twins). External stress or pressure modulates (''patterns'') the spacing of domain walls. Therefore the ''pattern'' is encoded in the modulated hierarchical variation of the depth and width of the twins. This hierarchy of length scales provides a related hierarchy of time scales and thus the possibility of non-exponential decay. The four processes of the complete shape memory cycle-write, record, erase and recall-are explained within this model. Preliminary results based on 2D molecular dynamics are shown for tweed and hierarchy formation. (orig.)

  9. Memory effects for a stochastic fractional oscillator in a magnetic field

    Science.gov (United States)

    Mankin, Romi; Laas, Katrin; Laas, Tõnu; Paekivi, Sander

    2018-01-01

    The problem of random motion of harmonically trapped charged particles in a constant external magnetic field is studied. A generalized three-dimensional Langevin equation with a power-law memory kernel is used to model the interaction of Brownian particles with the complex structure of viscoelastic media (e.g., dusty plasmas). The influence of a fluctuating environment is modeled by an additive fractional Gaussian noise. In the long-time limit the exact expressions of the first-order and second-order moments of the fluctuating position for the Brownian particle subjected to an external periodic force in the plane perpendicular to the magnetic field have been calculated. Also, the particle's angular momentum is found. It is shown that an interplay of external periodic forcing, memory, and colored noise can generate a variety of cooperation effects, such as memory-induced sign reversals of the angular momentum, multiresonance versus Larmor frequency, and memory-induced particle confinement in the absence of an external trapping field. Particularly in the case without external trapping, if the memory exponent is lower than a critical value, we find a resonancelike behavior of the anisotropy in the particle position distribution versus the driving frequency, implying that it can be efficiently excited by an oscillating electric field. Similarities and differences between the behaviors of the models with internal and external noises are also discussed.

  10. AIRGAMMA, External Gamma-Ray Exposure from Radioactive Cloud

    International Nuclear Information System (INIS)

    Hidaka, Akihide; Iijima, Tshinori

    1989-01-01

    1 - Description of program or function: AIRGAMMA calculates quickly the external exposure to gamma rays from a radioactive cloud. 2 - Method of solution: The external exposure is calculated by interpolating the normalized doses providing on the basis of the Gaussian plume model. 3 - Restrictions on the complexity of the problem: Memory requirement is 30 Kbytes

  11. External Validation of a Prediction Model for Successful External Cephalic Version

    NARCIS (Netherlands)

    de Hundt, Marcella; Vlemmix, Floortje; Kok, Marjolein; van der Steeg, Jan W.; Bais, Joke M.; Mol, Ben W.; van der Post, Joris A.

    2012-01-01

    We sought external validation of a prediction model for the probability of a successful external cephalic version (ECV). We evaluated the performance of the prediction model with calibration and discrimination. For clinical practice, we developed a score chart to calculate the probability of a

  12. Stochastic memory: Memory enhancement due to noise

    Science.gov (United States)

    Stotland, Alexander; di Ventra, Massimiliano

    2012-01-01

    There are certain classes of resistors, capacitors, and inductors that, when subject to a periodic input of appropriate frequency, develop hysteresis loops in their characteristic response. Here we show that the hysteresis of such memory elements can also be induced by white noise of appropriate intensity even at very low frequencies of the external driving field. We illustrate this phenomenon using a physical model of memory resistor realized by TiO2 thin films sandwiched between metallic electrodes and discuss under which conditions this effect can be observed experimentally. We also discuss its implications on existing memory systems described in the literature and the role of colored noise.

  13. Modeling reconsolidation in kernel associative memory.

    Directory of Open Access Journals (Sweden)

    Dimitri Nowicki

    Full Text Available Memory reconsolidation is a central process enabling adaptive memory and the perception of a constantly changing reality. It causes memories to be strengthened, weakened or changed following their recall. A computational model of memory reconsolidation is presented. Unlike Hopfield-type memory models, our model introduces an unbounded number of attractors that are updatable and can process real-valued, large, realistic stimuli. Our model replicates three characteristic effects of the reconsolidation process on human memory: increased association, extinction of fear memories, and the ability to track and follow gradually changing objects. In addition to this behavioral validation, a continuous time version of the reconsolidation model is introduced. This version extends average rate dynamic models of brain circuits exhibiting persistent activity to include adaptivity and an unbounded number of attractors.

  14. Relaxed memory models: an operational approach

    OpenAIRE

    Boudol , Gérard; Petri , Gustavo

    2009-01-01

    International audience; Memory models define an interface between programs written in some language and their implementation, determining which behaviour the memory (and thus a program) is allowed to have in a given model. A minimal guarantee memory models should provide to the programmer is that well-synchronized, that is, data-race free code has a standard semantics. Traditionally, memory models are defined axiomatically, setting constraints on the order in which memory operations are allow...

  15. Thermodynamic Model of Spatial Memory

    Science.gov (United States)

    Kaufman, Miron; Allen, P.

    1998-03-01

    We develop and test a thermodynamic model of spatial memory. Our model is an application of statistical thermodynamics to cognitive science. It is related to applications of the statistical mechanics framework in parallel distributed processes research. Our macroscopic model allows us to evaluate an entropy associated with spatial memory tasks. We find that older adults exhibit higher levels of entropy than younger adults. Thurstone's Law of Categorical Judgment, according to which the discriminal processes along the psychological continuum produced by presentations of a single stimulus are normally distributed, is explained by using a Hooke spring model of spatial memory. We have also analyzed a nonlinear modification of the ideal spring model of spatial memory. This work is supported by NIH/NIA grant AG09282-06.

  16. Resource-sharing between internal maintenance and external selection modulates attentional capture by working memory content

    Directory of Open Access Journals (Sweden)

    Anastasia eKiyonaga

    2014-08-01

    Full Text Available It is unclear why and under what circumstances working memory (WM and attention interact. Here, we apply the logic of the time-based resource-sharing (TBRS model of WM (e.g., Barrouillet, Bernardin, & Camos, 2004 to explore the mixed findings of a separate, but related, literature that studies the guidance of visual attention by WM contents. Specifically, we hypothesize that the linkage between WM representations and visual attention is governed by a time-shared cognitive resource that alternately refreshes internal (WM and selects external (visual attention information. If this were the case, WM content should guide visual attention (involuntarily, but only when there is time for it to be refreshed in an internal focus of attention. To provide an initial test for this hypothesis, we examined whether the amount of unoccupied time during a WM delay could impact the magnitude of attentional capture by WM contents. Participants were presented with a series of visual search trials while they maintained a WM cue for a delayed-recognition test. WM cues could coincide with the search target, a distracter, or neither. We varied both the number of searches to be performed, and the amount of available time to perform them. Slowing of visual search by a WM matching distracter—and facilitation by a matching target—were curtailed when the delay was filled with fast-paced (refreshing-preventing search trials, as was subsequent memory probe accuracy. WM content may, therefore, only capture visual attention when it can be refreshed, suggesting that internal (WM and external attention demands reciprocally impact one another because they share a limited resource. The TBRS rationale can thus be applied in a novel context to explain why WM contents capture attention, and under what conditions that effect should be observed.

  17. Comparison of Three Models Dealing with Working Memory and Its Dimensions in Second Language Acquisition

    Directory of Open Access Journals (Sweden)

    Abdulaziz Alshahrani

    2017-12-01

    Full Text Available The current status of research on working memory (WM and its components in second language acquisition (SLA was examined in this review. Literature search was done on four aspects using search terms in Google Scholar. Hence, the review results are given and introduced. 1. In the definition of WM, some confusion exists on whether short term memory (STM or recent memory is the same as WM or different. 2. In this review, three main models have been discussed elaborately, as they are the only ones discussed in literature. They are: multicomponent model of Baddeley (2000, embedded process model of Cowan (2005 and attention control model of Engle and Kane (2003. 3. The phonological and executive components of WM were examined in more detail, as these determine the two basic aspects of language acquisition: language characteristics and acquisition methods (Wen, 2012. Overall, the variables related to phonological and executive working memories are evident from published research, but their interactive relationships and affecting factors are not entirely clear. 4. Admittedly, several diverse internal and external factors affect WM in relation to SLA. Some practically useful interventions are indicated by certain findings.

  18. User Preference-Based Dual-Memory Neural Model With Memory Consolidation Approach.

    Science.gov (United States)

    Nasir, Jauwairia; Yoo, Yong-Ho; Kim, Deok-Hwa; Kim, Jong-Hwan; Nasir, Jauwairia; Yong-Ho Yoo; Deok-Hwa Kim; Jong-Hwan Kim; Nasir, Jauwairia; Yoo, Yong-Ho; Kim, Deok-Hwa; Kim, Jong-Hwan

    2018-06-01

    Memory modeling has been a popular topic of research for improving the performance of autonomous agents in cognition related problems. Apart from learning distinct experiences correctly, significant or recurring experiences are expected to be learned better and be retrieved easier. In order to achieve this objective, this paper proposes a user preference-based dual-memory adaptive resonance theory network model, which makes use of a user preference to encode memories with various strengths and to learn and forget at various rates. Over a period of time, memories undergo a consolidation-like process at a rate proportional to the user preference at the time of encoding and the frequency of recall of a particular memory. Consolidated memories are easier to recall and are more stable. This dual-memory neural model generates distinct episodic memories and a flexible semantic-like memory component. This leads to an enhanced retrieval mechanism of experiences through two routes. The simulation results are presented to evaluate the proposed memory model based on various kinds of cues over a number of trials. The experimental results on Mybot are also presented. The results verify that not only are distinct experiences learned correctly but also that experiences associated with higher user preference and recall frequency are consolidated earlier. Thus, these experiences are recalled more easily relative to the unconsolidated experiences.

  19. A Temporal Ratio Model of Memory

    Science.gov (United States)

    Brown, Gordon D. A.; Neath, Ian; Chater, Nick

    2007-01-01

    A model of memory retrieval is described. The model embodies four main claims: (a) temporal memory--traces of items are represented in memory partly in terms of their temporal distance from the present; (b) scale-similarity--similar mechanisms govern retrieval from memory over many different timescales; (c) local distinctiveness--performance on a…

  20. Attempting to model dissociations of memory.

    Science.gov (United States)

    Reber, Paul J.

    2002-05-01

    Kinder and Shanks report simulations aimed at describing a single-system model of the dissociation between declarative and non-declarative memory. This model attempts to capture both Artificial Grammar Learning (AGL) and recognition memory with a single underlying representation. However, the model fails to reflect an essential feature of recognition memory - that it occurs after a single exposure - and the simulations may instead describe a potentially interesting property of over-training non-declarative memory.

  1. Synthetic vision and memory for autonomous virtual humans

    OpenAIRE

    PETERS, CHRISTOPHER; O'SULLIVAN, CAROL ANN

    2002-01-01

    PUBLISHED A memory model based on ?stage theory?, an influential concept of memory from the field of cognitive psychology, is presented for application to autonomous virtual humans. The virtual human senses external stimuli through a synthetic vision system. The vision system incorporates multiple modes of vision in order to accommodate a perceptual attention approach. The memory model is used to store perceived and attended object information at different stages in a filtering...

  2. Method for refreshing a non-volatile memory

    Science.gov (United States)

    Riekels, James E.; Schlesinger, Samuel

    2008-11-04

    A non-volatile memory and a method of refreshing a memory are described. The method includes allowing an external system to control refreshing operations within the memory. The memory may generate a refresh request signal and transmit the refresh request signal to the external system. When the external system finds an available time to process the refresh request, the external system acknowledges the refresh request and transmits a refresh acknowledge signal to the memory. The memory may also comprise a page register for reading and rewriting a data state back to the memory. The page register may comprise latches in lieu of supplemental non-volatile storage elements, thereby conserving real estate within the memory.

  3. Reactivation in Working Memory : An Attractor Network Model of Free Recall

    OpenAIRE

    Lansner, Anders; Marklund, Petter; Sikström, Sverker; Nilsson, Lars-Göran

    2013-01-01

    The dynamic nature of human working memory, the general-purpose system for processing continuous input, while keeping no longer externally available information active in the background, is well captured in immediate free recall of supraspan word-lists. Free recall tasks produce several benchmark memory phenomena, like the U-shaped serial position curve, reflecting enhanced memory for early and late list items. To account for empirical data, including primacy and recency as well as contiguity...

  4. Memory in cultured cortical networks: experiment and modeling

    NARCIS (Netherlands)

    Witteveen, Tim; van Veenendaal, Tamar; le Feber, Jakob; Sergeev, A.

    The mechanism behind memory is one of the mysteries in neuroscience. Here we unravel part of the mechanism by showing that cultured neuronal networks develop an activity connectivity balance. External inputs disturb this balance and induce connectivity changes. The new connectivity is no longer

  5. Stochastic Control - External Models

    DEFF Research Database (Denmark)

    Poulsen, Niels Kjølstad

    2005-01-01

    This note is devoted to control of stochastic systems described in discrete time. We are concerned with external descriptions or transfer function model, where we have a dynamic model for the input output relation only (i.e.. no direct internal information). The methods are based on LTI systems...

  6. Power-law neuronal fluctuations in a recurrent network model of parametric working memory.

    Science.gov (United States)

    Miller, Paul; Wang, Xiao-Jing

    2006-02-01

    In a working memory system, persistent activity maintains information in the absence of external stimulation, therefore the time scale and structure of correlated neural fluctuations reflect the intrinsic microcircuit dynamics rather than direct responses to sensory inputs. Here we show that a parametric working memory model capable of graded persistent activity is characterized by arbitrarily long correlation times, with Fano factors and power spectra of neural activity described by the power laws of a random walk. Collective drifts of the mnemonic firing pattern induce long-term noise correlations between pairs of cells, with the sign (positive or negative) and amplitude proportional to the product of the gradients of their tuning curves. None of the power-law behavior was observed in a variant of the model endowed with discrete bistable neural groups, where noise fluctuations were unable to cause long-term changes in rate. Therefore such behavior can serve as a probe for a quasi-continuous attractor. We propose that the unusual correlated fluctuations have important implications for neural coding in parametric working memory circuits.

  7. Energy and externality environmental regional model

    International Nuclear Information System (INIS)

    Baldi, L.; Bianchi, A.; Peri, M.

    2000-01-01

    The use of environmental externalities in both territorial management and the direction of energy and environment, faces the difficulties arising from their calculation. The so-called MACBET regional model, which has been constructed for Lombardy, is a first brand new attempt to overcome them. MACBET is a calculation model to assess environmental and employment externalities connected to energy use [it

  8. Kinetic memory based on the enzyme-limited competition.

    Science.gov (United States)

    Hatakeyama, Tetsuhiro S; Kaneko, Kunihiko

    2014-08-01

    Cellular memory, which allows cells to retain information from their environment, is important for a variety of cellular functions, such as adaptation to external stimuli, cell differentiation, and synaptic plasticity. Although posttranslational modifications have received much attention as a source of cellular memory, the mechanisms directing such alterations have not been fully uncovered. It may be possible to embed memory in multiple stable states in dynamical systems governing modifications. However, several experiments on modifications of proteins suggest long-term relaxation depending on experienced external conditions, without explicit switches over multi-stable states. As an alternative to a multistability memory scheme, we propose "kinetic memory" for epigenetic cellular memory, in which memory is stored as a slow-relaxation process far from a stable fixed state. Information from previous environmental exposure is retained as the long-term maintenance of a cellular state, rather than switches over fixed states. To demonstrate this kinetic memory, we study several models in which multimeric proteins undergo catalytic modifications (e.g., phosphorylation and methylation), and find that a slow relaxation process of the modification state, logarithmic in time, appears when the concentration of a catalyst (enzyme) involved in the modification reactions is lower than that of the substrates. Sharp transitions from a normal fast-relaxation phase into this slow-relaxation phase are revealed, and explained by enzyme-limited competition among modification reactions. The slow-relaxation process is confirmed by simulations of several models of catalytic reactions of protein modifications, and it enables the memorization of external stimuli, as its time course depends crucially on the history of the stimuli. This kinetic memory provides novel insight into a broad class of cellular memory and functions. In particular, applications for long-term potentiation are discussed

  9. Modeling Implicit and Explicit Memory.

    NARCIS (Netherlands)

    Raaijmakers, J.G.W.; Ohta, N.; Izawa, C.

    2005-01-01

    Mathematical models of memory are useful for describing basic processes of memory in a way that enables generalization across a number of experimental paradigms. Models that have these characteristics do not just engage in empirical curve-fitting, but may also provide explanations for puzzling

  10. The Generalized Quantum Episodic Memory Model.

    Science.gov (United States)

    Trueblood, Jennifer S; Hemmer, Pernille

    2017-11-01

    Recent evidence suggests that experienced events are often mapped to too many episodic states, including those that are logically or experimentally incompatible with one another. For example, episodic over-distribution patterns show that the probability of accepting an item under different mutually exclusive conditions violates the disjunction rule. A related example, called subadditivity, occurs when the probability of accepting an item under mutually exclusive and exhaustive instruction conditions sums to a number >1. Both the over-distribution effect and subadditivity have been widely observed in item and source-memory paradigms. These phenomena are difficult to explain using standard memory frameworks, such as signal-detection theory. A dual-trace model called the over-distribution (OD) model (Brainerd & Reyna, 2008) can explain the episodic over-distribution effect, but not subadditivity. Our goal is to develop a model that can explain both effects. In this paper, we propose the Generalized Quantum Episodic Memory (GQEM) model, which extends the Quantum Episodic Memory (QEM) model developed by Brainerd, Wang, and Reyna (2013). We test GQEM by comparing it to the OD model using data from a novel item-memory experiment and a previously published source-memory experiment (Kellen, Singmann, & Klauer, 2014) examining the over-distribution effect. Using the best-fit parameters from the over-distribution experiments, we conclude by showing that the GQEM model can also account for subadditivity. Overall these results add to a growing body of evidence suggesting that quantum probability theory is a valuable tool in modeling recognition memory. Copyright © 2016 Cognitive Science Society, Inc.

  11. Modeling the Cray memory scheduler

    Energy Technology Data Exchange (ETDEWEB)

    Wickham, K.L.; Litteer, G.L.

    1992-04-01

    This report documents the results of a project to evaluate low cost modeling and simulation tools when applied to modeling the Cray memory scheduler. The specific tool used is described and the basics of the memory scheduler are covered. Results of simulations using the model are discussed and a favorable recommendation is made to make more use of this inexpensive technology.

  12. A dual-trace model for visual sensory memory.

    Science.gov (United States)

    Cappiello, Marcus; Zhang, Weiwei

    2016-11-01

    Visual sensory memory refers to a transient memory lingering briefly after the stimulus offset. Although previous literature suggests that visual sensory memory is supported by a fine-grained trace for continuous representation and a coarse-grained trace of categorical information, simultaneous separation and assessment of these traces can be difficult without a quantitative model. The present study used a continuous estimation procedure to test a novel mathematical model of the dual-trace hypothesis of visual sensory memory according to which visual sensory memory could be modeled as a mixture of 2 von Mises (2VM) distributions differing in standard deviation. When visual sensory memory and working memory (WM) for colors were distinguished using different experimental manipulations in the first 3 experiments, the 2VM model outperformed Zhang and Luck (2008) standard mixture model (SM) representing a mixture of a single memory trace and random guesses, even though SM outperformed 2VM for WM. Experiment 4 generalized 2VM's advantages of fitting visual sensory memory data over SM from color to orientation. Furthermore, a single trace model and 4 other alternative models were ruled out, suggesting the necessity and sufficiency of dual traces for visual sensory memory. Together these results support the dual-trace model of visual sensory memory and provide a preliminary inquiry into the nature of information loss from visual sensory memory to WM. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  13. Cache memory modelling method and system

    OpenAIRE

    Posadas Cobo, Héctor; Villar Bonet, Eugenio; Díaz Suárez, Luis

    2011-01-01

    The invention relates to a method for modelling a data cache memory of a destination processor, in order to simulate the behaviour of said data cache memory during the execution of a software code on a platform comprising said destination processor. According to the invention, the simulation is performed on a native platform having a processor different from the destination processor comprising the aforementioned data cache memory to be modelled, said modelling being performed by means of the...

  14. Neural bases of prospective memory: a meta-analysis and the "Attention to Delayed Intention" (AtoDI) model.

    Science.gov (United States)

    Cona, Giorgia; Scarpazza, Cristina; Sartori, Giuseppe; Moscovitch, Morris; Bisiacchi, Patrizia Silvia

    2015-05-01

    Remembering to realize delayed intentions is a multi-phase process, labelled as prospective memory (PM), and involves a plurality of neural networks. The present study utilized the activation likelihood estimation method of meta-analysis to provide a complete overview of the brain regions that are consistently activated in each PM phase. We formulated the 'Attention to Delayed Intention' (AtoDI) model to explain the neural dissociation found between intention maintenance and retrieval phases. The dorsal frontoparietal network is involved mainly in the maintenance phase and seems to mediate the strategic monitoring processes, such as the allocation of top-down attention both towards external stimuli, to monitor for the occurrence of the PM cues, and to internal memory contents, to maintain the intention active in memory. The ventral frontoparietal network is recruited in the retrieval phase and might subserve the bottom-up attention captured externally by the PM cues and, internally, by the intention stored in memory. Together with other brain regions (i.e., insula and posterior cingulate cortex), the ventral frontoparietal network would support the spontaneous retrieval processes. The functional contribution of the anterior prefrontal cortex is discussed extensively for each PM phase. Copyright © 2015 Elsevier Ltd. All rights reserved.

  15. Geochemistry Model Validation Report: External Accumulation Model

    International Nuclear Information System (INIS)

    Zarrabi, K.

    2001-01-01

    The purpose of this Analysis and Modeling Report (AMR) is to validate the External Accumulation Model that predicts accumulation of fissile materials in fractures and lithophysae in the rock beneath a degrading waste package (WP) in the potential monitored geologic repository at Yucca Mountain. (Lithophysae are voids in the rock having concentric shells of finely crystalline alkali feldspar, quartz, and other materials that were formed due to entrapped gas that later escaped, DOE 1998, p. A-25.) The intended use of this model is to estimate the quantities of external accumulation of fissile material for use in external criticality risk assessments for different types of degrading WPs: U.S. Department of Energy (DOE) Spent Nuclear Fuel (SNF) codisposed with High Level Waste (HLW) glass, commercial SNF, and Immobilized Plutonium Ceramic (Pu-ceramic) codisposed with HLW glass. The scope of the model validation is to (1) describe the model and the parameters used to develop the model, (2) provide rationale for selection of the parameters by comparisons with measured values, and (3) demonstrate that the parameters chosen are the most conservative selection for external criticality risk calculations. To demonstrate the applicability of the model, a Pu-ceramic WP is used as an example. The model begins with a source term from separately documented EQ6 calculations; where the source term is defined as the composition versus time of the water flowing out of a breached waste package (WP). Next, PHREEQC, is used to simulate the transport and interaction of the source term with the resident water and fractured tuff below the repository. In these simulations the primary mechanism for accumulation is mixing of the high pH, actinide-laden source term with resident water; thus lowering the pH values sufficiently for fissile minerals to become insoluble and precipitate. In the final section of the model, the outputs from PHREEQC, are processed to produce mass of accumulation

  16. From Focused Thought to Reveries: A Memory System for a Conscious Robot

    Directory of Open Access Journals (Sweden)

    Christian Balkenius

    2018-04-01

    Full Text Available We introduce a memory model for robots that can account for many aspects of an inner world, ranging from object permanence, episodic memory, and planning to imagination and reveries. It is modeled after neurophysiological data and includes parts of the cerebral cortex together with models of arousal systems that are relevant for consciousness. The three central components are an identification network, a localization network, and a working memory network. Attention serves as the interface between the inner and the external world. It directs the flow of information from sensory organs to memory, as well as controlling top-down influences on perception. It also compares external sensations to internal top-down expectations. The model is tested in a number of computer simulations that illustrate how it can operate as a component in various cognitive tasks including perception, the A-not-B test, delayed matching to sample, episodic recall, and vicarious trial and error.

  17. A model of memory impairment in schizophrenia: cognitive and clinical factors associated with memory efficiency and memory errors.

    Science.gov (United States)

    Brébion, Gildas; Bressan, Rodrigo A; Ohlsen, Ruth I; David, Anthony S

    2013-12-01

    Memory impairments in patients with schizophrenia have been associated with various cognitive and clinical factors. Hallucinations have been more specifically associated with errors stemming from source monitoring failure. We conducted a broad investigation of verbal memory and visual memory as well as source memory functioning in a sample of patients with schizophrenia. Various memory measures were tallied, and we studied their associations with processing speed, working memory span, and positive, negative, and depressive symptoms. Superficial and deep memory processes were differentially associated with processing speed, working memory span, avolition, depression, and attention disorders. Auditory/verbal and visual hallucinations were differentially associated with specific types of source memory error. We integrated all the results into a revised version of a previously published model of memory functioning in schizophrenia. The model describes the factors that affect memory efficiency, as well as the cognitive underpinnings of hallucinations within the source monitoring framework. © 2013.

  18. A general model for memory interference in a multiprocessor system with memory hierarchy

    Science.gov (United States)

    Taha, Badie A.; Standley, Hilda M.

    1989-01-01

    The problem of memory interference in a multiprocessor system with a hierarchy of shared buses and memories is addressed. The behavior of the processors is represented by a sequence of memory requests with each followed by a determined amount of processing time. A statistical queuing network model for determining the extent of memory interference in multiprocessor systems with clusters of memory hierarchies is presented. The performance of the system is measured by the expected number of busy memory clusters. The results of the analytic model are compared with simulation results, and the correlation between them is found to be very high.

  19. EO Model for Tacit Knowledge Externalization in Socio-Technical Enterprises

    Directory of Open Access Journals (Sweden)

    Shreyas Suresh Rao

    2017-03-01

    Full Text Available Aim/Purpose: A vital business activity within socio-technical enterprises is tacit knowledge externalization, which elicits and explicates tacit knowledge of enterprise employees as external knowledge. The aim of this paper is to integrate diverse aspects of externalization through the Enterprise Ontology model. Background: Across two decades, researchers have explored various aspects of tacit knowledge externalization. However, from the existing works, it is revealed that there is no uniform representation of the externalization process, which has resulted in divergent and contradictory interpretations across the literature. Methodology\t: The Enterprise Ontology model is constructed step-wise through the conceptual and measurement views. While the conceptual view encompasses three patterns that model the externalization process, the measurement view employs certainty-factor model to empirically measure the outcome of the externalization process. Contribution: The paper contributes towards knowledge management literature in two ways. The first contribution is the Enterprise Ontology model that integrates diverse aspects of externalization. The second contribution is a Web application that validates the model through a case study in banking. Findings: The findings show that the Enterprise Ontology model and the patterns are pragmatic in externalizing the tacit knowledge of experts in a problem-solving scenario within a banking enterprise. Recommendations for Practitioners\t: Consider the diverse aspects (what, where, when, why, and how during the tacit knowledge externalization process. Future Research:\tTo extend the Enterprise Ontology model to include externalization from partially automated enterprise systems.

  20. Accessing memory

    Science.gov (United States)

    Yoon, Doe Hyun; Muralimanohar, Naveen; Chang, Jichuan; Ranganthan, Parthasarathy

    2017-09-26

    A disclosed example method involves performing simultaneous data accesses on at least first and second independently selectable logical sub-ranks to access first data via a wide internal data bus in a memory device. The memory device includes a translation buffer chip, memory chips in independently selectable logical sub-ranks, a narrow external data bus to connect the translation buffer chip to a memory controller, and the wide internal data bus between the translation buffer chip and the memory chips. A data access is performed on only the first independently selectable logical sub-rank to access second data via the wide internal data bus. The example method also involves locating a first portion of the first data, a second portion of the first data, and the second data on the narrow external data bus during separate data transfers.

  1. A simplified computational memory model from information processing.

    Science.gov (United States)

    Zhang, Lanhua; Zhang, Dongsheng; Deng, Yuqin; Ding, Xiaoqian; Wang, Yan; Tang, Yiyuan; Sun, Baoliang

    2016-11-23

    This paper is intended to propose a computational model for memory from the view of information processing. The model, called simplified memory information retrieval network (SMIRN), is a bi-modular hierarchical functional memory network by abstracting memory function and simulating memory information processing. At first meta-memory is defined to express the neuron or brain cortices based on the biology and graph theories, and we develop an intra-modular network with the modeling algorithm by mapping the node and edge, and then the bi-modular network is delineated with intra-modular and inter-modular. At last a polynomial retrieval algorithm is introduced. In this paper we simulate the memory phenomena and functions of memorization and strengthening by information processing algorithms. The theoretical analysis and the simulation results show that the model is in accordance with the memory phenomena from information processing view.

  2. Transactive memory in organizational groups: the effects of content, consensus, specialization, and accuracy on group performance.

    Science.gov (United States)

    Austin, John R

    2003-10-01

    Previous research on transactive memory has found a positive relationship between transactive memory system development and group performance in single project laboratory and ad hoc groups. Closely related research on shared mental models and expertise recognition supports these findings. In this study, the author examined the relationship between transactive memory systems and performance in mature, continuing groups. A group's transactive memory system, measured as a combination of knowledge stock, knowledge specialization, transactive memory consensus, and transactive memory accuracy, is positively related to group goal performance, external group evaluations, and internal group evaluations. The positive relationship with group performance was found to hold for both task and external relationship transactive memory systems.

  3. Modeling soil moisture memory in savanna ecosystems

    Science.gov (United States)

    Gou, S.; Miller, G. R.

    2011-12-01

    Antecedent soil conditions create an ecosystem's "memory" of past rainfall events. Such soil moisture memory effects may be observed over a range of timescales, from daily to yearly, and lead to feedbacks between hydrological and ecosystem processes. In this study, we modeled the soil moisture memory effect on savanna ecosystems in California, Arizona, and Africa, using a system dynamics model created to simulate the ecohydrological processes at the plot-scale. The model was carefully calibrated using soil moisture and evapotranspiration data collected at three study sites. The model was then used to simulate scenarios with various initial soil moisture conditions and antecedent precipitation regimes, in order to study the soil moisture memory effects on the evapotranspiration of understory and overstory species. Based on the model results, soil texture and antecedent precipitation regime impact the redistribution of water within soil layers, potentially causing deeper soil layers to influence the ecosystem for a longer time. Of all the study areas modeled, soil moisture memory of California savanna ecosystem site is replenished and dries out most rapidly. Thus soil moisture memory could not maintain the high rate evapotranspiration for more than a few days without incoming rainfall event. On the contrary, soil moisture memory of Arizona savanna ecosystem site lasts the longest time. The plants with different root depths respond to different memory effects; shallow-rooted species mainly respond to the soil moisture memory in the shallow soil. The growing season of grass is largely depended on the soil moisture memory of the top 25cm soil layer. Grass transpiration is sensitive to the antecedent precipitation events within daily to weekly timescale. Deep-rooted plants have different responses since these species can access to the deeper soil moisture memory with longer time duration Soil moisture memory does not have obvious impacts on the phenology of woody plants

  4. An interference model of visual working memory.

    Science.gov (United States)

    Oberauer, Klaus; Lin, Hsuan-Yu

    2017-01-01

    The article introduces an interference model of working memory for information in a continuous similarity space, such as the features of visual objects. The model incorporates the following assumptions: (a) Probability of retrieval is determined by the relative activation of each retrieval candidate at the time of retrieval; (b) activation comes from 3 sources in memory: cue-based retrieval using context cues, context-independent memory for relevant contents, and noise; (c) 1 memory object and its context can be held in the focus of attention, where it is represented with higher precision, and partly shielded against interference. The model was fit to data from 4 continuous-reproduction experiments testing working memory for colors or orientations. The experiments involved variations of set size, kind of context cues, precueing, and retro-cueing of the to-be-tested item. The interference model fit the data better than 2 competing models, the Slot-Averaging model and the Variable-Precision resource model. The interference model also fared well in comparison to several new models incorporating alternative theoretical assumptions. The experiments confirm 3 novel predictions of the interference model: (a) Nontargets intrude in recall to the extent that they are close to the target in context space; (b) similarity between target and nontarget features improves recall, and (c) precueing-but not retro-cueing-the target substantially reduces the set-size effect. The success of the interference model shows that working memory for continuous visual information works according to the same principles as working memory for more discrete (e.g., verbal) contents. Data and model codes are available at https://osf.io/wgqd5/. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  5. A simplified computational memory model from information processing

    Science.gov (United States)

    Zhang, Lanhua; Zhang, Dongsheng; Deng, Yuqin; Ding, Xiaoqian; Wang, Yan; Tang, Yiyuan; Sun, Baoliang

    2016-01-01

    This paper is intended to propose a computational model for memory from the view of information processing. The model, called simplified memory information retrieval network (SMIRN), is a bi-modular hierarchical functional memory network by abstracting memory function and simulating memory information processing. At first meta-memory is defined to express the neuron or brain cortices based on the biology and graph theories, and we develop an intra-modular network with the modeling algorithm by mapping the node and edge, and then the bi-modular network is delineated with intra-modular and inter-modular. At last a polynomial retrieval algorithm is introduced. In this paper we simulate the memory phenomena and functions of memorization and strengthening by information processing algorithms. The theoretical analysis and the simulation results show that the model is in accordance with the memory phenomena from information processing view. PMID:27876847

  6. Memory-induced sign reversals of the spatial cross-correlation for particles in viscoelastic shear flows

    International Nuclear Information System (INIS)

    Sauga, Ako; Laas, Katrin; Mankin, Romi

    2015-01-01

    Highlights: • Cross-correlation (CC) of coordinates of particles in viscoelastic shear flows is discussed. • Expressions for CC functions subjected to both internal and external noises are presented. • Impact of internal and external noises on CC functions are compared. • Memory-induced reentrant sign reversals of the spatial cross-moment are established. - Abstract: The behavior of shear-induced cross-correlation functions between particle fluctuations along orthogonal directions in the shear plane for harmonically trapped Brownian particles in a viscoelastic shear flow is studied. A generalized Langevin equation with a power-law-type memory kernel is used to model the complex structure of the viscoelastic media. Interaction with fluctuations of environmental parameters is modeled by a multiplicative white Gaussian noise, by an internal fractional Gaussian noise, and by an additive external white noise. It is shown that the presence of a memory has a profound effect on the behavior of the cross-correlation functions. Particularly, memory-induced reentrant sign reversals of the spatial cross-moment between orthogonal random displacements of a particle are established, i.e., an increase of the memory exponent can cause the sign reversal from positive to negative, but by a further increase of the memory exponent a reentrant transition from negative to positive values appears. Similarities and differences between the behavior of the models with additive internal and external noises are considered. It is shown that additive external and internal noises cause qualitatively different dependencies of the cross-correlation functions on the time lag. The occurrence of energetic instability due to the influence of multiplicative noise is also discussed.

  7. Elements of episodic-like memory in animal models.

    Science.gov (United States)

    Crystal, Jonathon D

    2009-03-01

    Representations of unique events from one's past constitute the content of episodic memories. A number of studies with non-human animals have revealed that animals remember specific episodes from their past (referred to as episodic-like memory). The development of animal models of memory holds enormous potential for gaining insight into the biological bases of human memory. Specifically, given the extensive knowledge of the rodent brain, the development of rodent models of episodic memory would open new opportunities to explore the neuroanatomical, neurochemical, neurophysiological, and molecular mechanisms of memory. Development of such animal models holds enormous potential for studying functional changes in episodic memory in animal models of Alzheimer's disease, amnesia, and other human memory pathologies. This article reviews several approaches that have been used to assess episodic-like memory in animals. The approaches reviewed include the discrimination of what, where, and when in a radial arm maze, dissociation of recollection and familiarity, object recognition, binding, unexpected questions, and anticipation of a reproductive state. The diversity of approaches may promote the development of converging lines of evidence on the difficult problem of assessing episodic-like memory in animals.

  8. Application of declarative modeling approaches for external events

    International Nuclear Information System (INIS)

    Anoba, R.C.

    2005-01-01

    Probabilistic Safety Assessments (PSAs) are increasingly being used as a tool for supporting the acceptability of design, procurement, construction, operation, and maintenance activities at Nuclear Power Plants. Since the issuance of Generic Letter 88-20 and subsequent IPE/IPEEE assessments, the NRC has issued several Regulatory Guides such as RG 1.174 to describe the use of PSA in risk-informed regulation activities. Most PSA have the capability to address internal events including internal floods. As the more demands are being placed for using the PSA to support risk-informed applications, there has been a growing need to integrate other eternal events (Seismic, Fire, etc.) into the logic models. Most external events involve spatial dependencies and usually impact the logic models at the component level. Therefore, manual insertion of external events impacts into a complex integrated fault tree model may be too cumbersome for routine uses of the PSA. Within the past year, a declarative modeling approach has been developed to automate the injection of external events into the PSA. The intent of this paper is to introduce the concept of declarative modeling in the context of external event applications. A declarative modeling approach involves the definition of rules for injection of external event impacts into the fault tree logic. A software tool such as the EPRI's XInit program can be used to interpret the pre-defined rules and automatically inject external event elements into the PSA. The injection process can easily be repeated, as required, to address plant changes, sensitivity issues, changes in boundary conditions, etc. External event elements may include fire initiating events, seismic initiating events, seismic fragilities, fire-induced hot short events, special human failure events, etc. This approach has been applied at a number of US nuclear power plants including a nuclear power plant in Romania. (authors)

  9. An excitable cortex and memory model successfully predicts new pseudopod dynamics.

    Directory of Open Access Journals (Sweden)

    Robert M Cooper

    Full Text Available Motile eukaryotic cells migrate with directional persistence by alternating left and right turns, even in the absence of external cues. For example, Dictyostelium discoideum cells crawl by extending distinct pseudopods in an alternating right-left pattern. The mechanisms underlying this zig-zag behavior, however, remain unknown. Here we propose a new Excitable Cortex and Memory (EC&M model for understanding the alternating, zig-zag extension of pseudopods. Incorporating elements of previous models, we consider the cell cortex as an excitable system and include global inhibition of new pseudopods while a pseudopod is active. With the novel hypothesis that pseudopod activity makes the local cortex temporarily more excitable--thus creating a memory of previous pseudopod locations--the model reproduces experimentally observed zig-zag behavior. Furthermore, the EC&M model makes four new predictions concerning pseudopod dynamics. To test these predictions we develop an algorithm that detects pseudopods via hierarchical clustering of individual membrane extensions. Data from cell-tracking experiments agrees with all four predictions of the model, revealing that pseudopod placement is a non-Markovian process affected by the dynamics of previous pseudopods. The model is also compatible with known limits of chemotactic sensitivity. In addition to providing a predictive approach to studying eukaryotic cell motion, the EC&M model provides a general framework for future models, and suggests directions for new research regarding the molecular mechanisms underlying directional persistence.

  10. The Effect of External Representations on Compare Word Problems: Supporting Mental Model Construction

    Science.gov (United States)

    Munez, David; Orrantia, Josetxu; Rosales, Javier

    2013-01-01

    This study explored the effectiveness of external representations presented together with compare word problems, and whether such effectiveness was moderated by working memory. Participants were 49 secondary school students. Each participant solved 48 problems presented in 4 presentation types that included 2 difficulty treatments (number of steps…

  11. Modeling of SONOS Memory Cell Erase Cycle

    Science.gov (United States)

    Phillips, Thomas A.; MacLeod, Todd C.; Ho, Fat H.

    2011-01-01

    Utilization of Silicon-Oxide-Nitride-Oxide-Silicon (SONOS) nonvolatile semiconductor memories as a flash memory has many advantages. These electrically erasable programmable read-only memories (EEPROMs) utilize low programming voltages, have a high erase/write cycle lifetime, are radiation hardened, and are compatible with high-density scaled CMOS for low power, portable electronics. In this paper, the SONOS memory cell erase cycle was investigated using a nonquasi-static (NQS) MOSFET model. Comparisons were made between the model predictions and experimental data.

  12. Attention, Working Memory, and Long-Term Memory in Multimedia Learning: An Integrated Perspective Based on Process Models of Working Memory

    Science.gov (United States)

    Schweppe, Judith; Rummer, Ralf

    2014-01-01

    Cognitive models of multimedia learning such as the Cognitive Theory of Multimedia Learning (Mayer 2009) or the Cognitive Load Theory (Sweller 1999) are based on different cognitive models of working memory (e.g., Baddeley 1986) and long-term memory. The current paper describes a working memory model that has recently gained popularity in basic…

  13. Sensory Dissonance Using Memory Model

    DEFF Research Database (Denmark)

    Jensen, Karl Kristoffer

    2015-01-01

    Music may occur concurrently or in temporal sequences. Current machine-based methods for the estimation of qualities of the music are unable to take into account the influence of temporal context. A method for calculating dissonance from audio, called sensory dissonance is improved by the use of ...... of a memory model. This approach is validated here by the comparison of the sensory dissonance using memory model to data obtained using human subjects....

  14. A Bayesian Model of the Memory Colour Effect.

    Science.gov (United States)

    Witzel, Christoph; Olkkonen, Maria; Gegenfurtner, Karl R

    2018-01-01

    According to the memory colour effect, the colour of a colour-diagnostic object is not perceived independently of the object itself. Instead, it has been shown through an achromatic adjustment method that colour-diagnostic objects still appear slightly in their typical colour, even when they are colourimetrically grey. Bayesian models provide a promising approach to capture the effect of prior knowledge on colour perception and to link these effects to more general effects of cue integration. Here, we model memory colour effects using prior knowledge about typical colours as priors for the grey adjustments in a Bayesian model. This simple model does not involve any fitting of free parameters. The Bayesian model roughly captured the magnitude of the measured memory colour effect for photographs of objects. To some extent, the model predicted observed differences in memory colour effects across objects. The model could not account for the differences in memory colour effects across different levels of realism in the object images. The Bayesian model provides a particularly simple account of memory colour effects, capturing some of the multiple sources of variation of these effects.

  15. Operational Semantics of a Weak Memory Model inspired by Go

    OpenAIRE

    Fava, Daniel Schnetzer; Stolz, Volker; Valle, Stian

    2017-01-01

    A memory model dictates which values may be returned when reading from memory. In a parallel computing setting, the memory model affects how processes communicate through shared memory. The design of a proper memory model is a balancing act. On one hand, memory models must be lax enough to allow common hardware and compiler optimizations. On the other, the more lax the model, the harder it is for developers to reason about their programs. In order to alleviate the burden on programmers, a wea...

  16. Thermomechanical macroscopic model of shape memory alloys

    International Nuclear Information System (INIS)

    Volkov, A.E.; Sakharov, V.Yu.

    2003-01-01

    The phenomenological macroscopic model of the mechanical behaviour of the titanium nickelide-type shape memory alloys is proposed. The model contains as a parameter the average phase shear deformation accompanying the martensite formation. It makes i possible to describe correctly a number of functional properties of the shape memory alloys, in particular, the pseudoelasticity ferroplasticity, plasticity transformation and shape memory effects in the stressed and unstressed samples [ru

  17. Hypergraph-Based Recognition Memory Model for Lifelong Experience

    Science.gov (United States)

    2014-01-01

    Cognitive agents are expected to interact with and adapt to a nonstationary dynamic environment. As an initial process of decision making in a real-world agent interaction, familiarity judgment leads the following processes for intelligence. Familiarity judgment includes knowing previously encoded data as well as completing original patterns from partial information, which are fundamental functions of recognition memory. Although previous computational memory models have attempted to reflect human behavioral properties on the recognition memory, they have been focused on static conditions without considering temporal changes in terms of lifelong learning. To provide temporal adaptability to an agent, in this paper, we suggest a computational model for recognition memory that enables lifelong learning. The proposed model is based on a hypergraph structure, and thus it allows a high-order relationship between contextual nodes and enables incremental learning. Through a simulated experiment, we investigate the optimal conditions of the memory model and validate the consistency of memory performance for lifelong learning. PMID:25371665

  18. External parallel sorting with multiprocessor computers

    International Nuclear Information System (INIS)

    Comanceau, S.I.

    1984-01-01

    This article describes methods of external sorting in which the entire main computer memory is used for the internal sorting of entries, forming out of them sorted segments of the greatest possible size, and outputting them to external memories. The obtained segments are merged into larger segments until all entries form one ordered segment. The described methods are suitable for sequential files stored on magnetic tape. The needs of the sorting algorithm can be met by using the relatively slow peripheral storage devices (e.g., tapes, disks, drums). The efficiency of the external sorting methods is determined by calculating the total sorting time as a function of the number of entries to be sorted and the number of parallel processors participating in the sorting process

  19. Natural memory beyond the storage model: Repression, trauma, and the construction of a personal past

    Directory of Open Access Journals (Sweden)

    Nikolai Axmacher

    2010-11-01

    Full Text Available Naturally occurring memory processes show features which are difficult to investigate by conventional cognitive neuroscience paradigms. Distortions of memory for problematic contents are described both by psychoanalysis (internal conflicts and research on post-traumatic stress disorder (external traumata. Typically, declarative memory for these contents is impaired – possibly due to repression in the case of internal conflicts or due to dissociation in the case of external traumata – but they continue to exert an unconscious pathological influence: neurotic symptoms or psychosomatic disorders after repression or flashbacks and intrusions in post-traumatic stress disorder after dissociation. Several experimental paradigms aim at investigating repression in healthy control subjects. We argue that these paradigms do not adequately operationalize the clinical process of repression, because they rely on an intentional inhibition of random stimuli (suppression. Furthermore, these paradigms ignore that memory distortions due to repression or dissociation are most accurately characterized by a lack of self-referential processing, resulting in an impaired integration of these contents into the self. This aspect of repression and dissociation cannot be captured by the concept of memory as a storage device which is usually employed in the cognitive neurosciences. It can only be assessed within the framework of a constructivist memory concept, according to which successful memory involves a reconstruction of experiences such that they fit into a representation of the self. We suggest several experimental paradigms that allow for the investigation of the neural correlates of repressed memories and trauma-induced memory distortions based on a constructivist memory concept.

  20. Weak Memory Models: Balancing Definitional Simplicity and Implementation Flexibility

    OpenAIRE

    Zhang, Sizhuo; Vijayaraghavan, Muralidaran; Arvind

    2017-01-01

    The memory model for RISC-V, a newly developed open source ISA, has not been finalized yet and thus, offers an opportunity to evaluate existing memory models. We believe RISC-V should not adopt the memory models of POWER or ARM, because their axiomatic and operational definitions are too complicated. We propose two new weak memory models: WMM and WMM-S, which balance definitional simplicity and implementation flexibility differently. Both allow all instruction reorderings except overtaking of...

  1. Dynamic intersectoral models with power-law memory

    Science.gov (United States)

    Tarasova, Valentina V.; Tarasov, Vasily E.

    2018-01-01

    Intersectoral dynamic models with power-law memory are proposed. The equations of open and closed intersectoral models, in which the memory effects are described by the Caputo derivatives of non-integer orders, are derived. We suggest solutions of these equations, which have the form of linear combinations of the Mittag-Leffler functions and which are characterized by different effective growth rates. Examples of intersectoral dynamics with power-law memory are suggested for two sectoral cases. We formulate two principles of intersectoral dynamics with memory: the principle of changing of technological growth rates and the principle of domination change. It has been shown that in the input-output economic dynamics the effects of fading memory can change the economic growth rate and dominant behavior of economic sectors.

  2. System of common usage on the base of external memory devices and the SM-3 computer

    International Nuclear Information System (INIS)

    Baluka, G.; Vasin, A.Yu.; Ermakov, V.A.; Zhukov, G.P.; Zimin, G.N.; Namsraj, Yu.; Ostrovnoj, A.I.; Savvateev, A.S.; Salamatin, I.M.; Yanovskij, G.Ya.

    1980-01-01

    An easily modified system of common usage on the base of external memories and a SM-3 minicomputer replacing some pulse analysers is described. The system has merits of PA and is more advantageous with regard to effectiveness of equipment using, the possibility of changing configuration and functions, the data protection against losses due to user errors and some failures, price of one registration channel, place occupied. The system of common usage is intended for the IBR-2 pulse reactor computing centre. It is designed using the SANPO system means for SM-3 computer [ru

  3. Memory-guided attention: Control from multiple memory systems

    OpenAIRE

    Hutchinson, J. Benjamin; Turk-Browne, Nicholas B.

    2012-01-01

    Attention is strongly influenced by both external stimuli and internal goals. However, this useful dichotomy does not readily capture the ubiquitous and often automatic contribution of past experience stored in memory. We review recent evidence about how multiple memory systems control attention, consider how such interactions are manifested in the brain, and highlight how this framework for ‘memory-guided attention’ might help systematize previous findings and guide future research.

  4. The AIP Model of EMDR Therapy and Pathogenic Memories

    Directory of Open Access Journals (Sweden)

    Michael Hase

    2017-09-01

    Full Text Available Eye Movement Desensitization and Reprocessing (EMDR therapy has been widely recognized as an efficacious treatment for post-traumatic stress disorder (PTSD. In the last years more insight has been gained regarding the efficacy of EMDR therapy in a broad field of mental disorders beyond PTSD. The cornerstone of EMDR therapy is its unique model of pathogenesis and change: the adaptive information processing (AIP model. The AIP model developed by F. Shapiro has found support and differentiation in recent studies on the importance of memories in the pathogenesis of a range of mental disorders beside PTSD. However, theoretical publications or research on the application of the AIP model are still rare. The increasing acceptance of ideas that relate the origin of many mental disorders to the formation and consolidation of implicit dysfunctional memory lead to formation of the theory of pathogenic memories. Within the theory of pathogenic memories these implicit dysfunctional memories are considered to form basis of a variety of mental disorders. The theory of pathogenic memories seems compatible to the AIP model of EMDR therapy, which offers strategies to effectively access and transmute these memories leading to amelioration or resolution of symptoms. Merging the AIP model with the theory of pathogenic memories may initiate research. In consequence, patients suffering from such memory-based disorders may be earlier diagnosed and treated more effectively.

  5. Chronic caffeine consumption prevents memory disturbance in different animal models of memory decline.

    Science.gov (United States)

    Cunha, Rodrigo A; Agostinho, Paula M

    2010-01-01

    Caffeine, the most widely consumed psychoactive drug, enhances attention/vigilance, stabilizes mood, and might also independently enhance cognitive performance. Notably, caffeine displays clearer and more robust beneficial effects on memory performance when memory is perturbed by stressful or noxious stimuli either in human or animal studies. Thus, caffeine restores memory performance in sleep-deprived or aged human individuals, a finding replicated in rodent animal models. Likewise, in animal models of Alzheimer's disease (AD), caffeine alleviates memory dysfunction, which is in accordance with the tentative inverse correlation between caffeine intake and the incidence of AD in different (but not all) cohorts. Caffeine also affords beneficial effects in animal models of conditions expected to impair memory performance such as Parkinson's disease, chronic stress, type 2 diabetes, attention deficit and hyperactivity disorder, early life convulsions, or alcohol-induced amnesia. Thus, caffeine should not be viewed as a cognitive enhancer but instead as a cognitive normalizer. Interestingly, these beneficial effects of caffeine on stress-induced memory disturbance are mimicked by antagonists of adenosine A2A receptors. This prominent role of A2A receptors in preventing memory deterioration is probably related to the synaptic localization of this receptor in limbic areas and its ability to control glutamatergic transmission, especially NMDA receptor-dependent plasticity, and to control apoptosis, brain metabolism, and the burden of neuroinflammation. This opens the real and exciting possibility that caffeine consumption might be a prophylactic strategy and A2A receptor antagonists may be a novel therapeutic option to manage memory dysfunction both in AD and in other chronic neurodegenerative disorders where memory deficits occur.

  6. Hysteresis behaviour of thermoelastic alloys: some shape memory alloys models

    International Nuclear Information System (INIS)

    Lexcellent, C.; Torra, V.; Raniecki, B.

    1993-01-01

    The hysteretic behaviour of shape memory alloys (SMA) needs a more and more thin analysis because of its importance for technological applications. The comparison between different approaches allows to explicite the specifity of every model (macroscopic approach, micro-macro level, local description, phenomenological approach) and their points of convergence. On one hand, a thermodynamic treatment with a free energy expression as a mixing rule of each phase (parent or austenite phase and martensite) by adding a coupling term: the configurational energy, allowes modelling of material hysteresis loops. On the other hand, a phenomenological treatment based on a local investigation of two single crystals with a visualisation of microscopic parameters allows to perceive the phase transition mechanisms (nucleation, growth). All the obtained results show the importance of entropy production (or of the definition of the configurational energy term) for the correct description of hysteresis loops (subloops or external). (orig.)

  7. A Memory-Based Model of Hick's Law

    Science.gov (United States)

    Schneider, Darryl W.; Anderson, John R.

    2011-01-01

    We propose and evaluate a memory-based model of Hick's law, the approximately linear increase in choice reaction time with the logarithm of set size (the number of stimulus-response alternatives). According to the model, Hick's law reflects a combination of associative interference during retrieval from declarative memory and occasional savings…

  8. Semantic graphs and associative memories

    Science.gov (United States)

    Pomi, Andrés; Mizraji, Eduardo

    2004-12-01

    Graphs have been increasingly utilized in the characterization of complex networks from diverse origins, including different kinds of semantic networks. Human memories are associative and are known to support complex semantic nets; these nets are represented by graphs. However, it is not known how the brain can sustain these semantic graphs. The vision of cognitive brain activities, shown by modern functional imaging techniques, assigns renewed value to classical distributed associative memory models. Here we show that these neural network models, also known as correlation matrix memories, naturally support a graph representation of the stored semantic structure. We demonstrate that the adjacency matrix of this graph of associations is just the memory coded with the standard basis of the concept vector space, and that the spectrum of the graph is a code invariant of the memory. As long as the assumptions of the model remain valid this result provides a practical method to predict and modify the evolution of the cognitive dynamics. Also, it could provide us with a way to comprehend how individual brains that map the external reality, almost surely with different particular vector representations, are nevertheless able to communicate and share a common knowledge of the world. We finish presenting adaptive association graphs, an extension of the model that makes use of the tensor product, which provides a solution to the known problem of branching in semantic nets.

  9. A bio-inspired memory model for structural health monitoring

    International Nuclear Information System (INIS)

    Zheng, Wei; Zhu, Yong

    2009-01-01

    Long-term structural health monitoring (SHM) systems need intelligent management of the monitoring data. By analogy with the way the human brain processes memories, we present a bio-inspired memory model (BIMM) that does not require prior knowledge of the structure parameters. The model contains three time-domain areas: a sensory memory area, a short-term memory area and a long-term memory area. First, the initial parameters of the structural state are specified to establish safety criteria. Then the large amount of monitoring data that falls within the safety limits is filtered while the data outside the safety limits are captured instantly in the sensory memory area. Second, disturbance signals are distinguished from danger signals in the short-term memory area. Finally, the stable data of the structural balance state are preserved in the long-term memory area. A strategy for priority scheduling via fuzzy c-means for the proposed model is then introduced. An experiment on bridge tower deformation demonstrates that the proposed model can be applied for real-time acquisition, limited-space storage and intelligent mining of the monitoring data in a long-term SHM system

  10. A bio-inspired memory model for structural health monitoring

    Science.gov (United States)

    Zheng, Wei; Zhu, Yong

    2009-04-01

    Long-term structural health monitoring (SHM) systems need intelligent management of the monitoring data. By analogy with the way the human brain processes memories, we present a bio-inspired memory model (BIMM) that does not require prior knowledge of the structure parameters. The model contains three time-domain areas: a sensory memory area, a short-term memory area and a long-term memory area. First, the initial parameters of the structural state are specified to establish safety criteria. Then the large amount of monitoring data that falls within the safety limits is filtered while the data outside the safety limits are captured instantly in the sensory memory area. Second, disturbance signals are distinguished from danger signals in the short-term memory area. Finally, the stable data of the structural balance state are preserved in the long-term memory area. A strategy for priority scheduling via fuzzy c-means for the proposed model is then introduced. An experiment on bridge tower deformation demonstrates that the proposed model can be applied for real-time acquisition, limited-space storage and intelligent mining of the monitoring data in a long-term SHM system.

  11. Estimating location without external cues.

    Directory of Open Access Journals (Sweden)

    Allen Cheung

    2014-10-01

    Full Text Available The ability to determine one's location is fundamental to spatial navigation. Here, it is shown that localization is theoretically possible without the use of external cues, and without knowledge of initial position or orientation. With only error-prone self-motion estimates as input, a fully disoriented agent can, in principle, determine its location in familiar spaces with 1-fold rotational symmetry. Surprisingly, localization does not require the sensing of any external cue, including the boundary. The combination of self-motion estimates and an internal map of the arena provide enough information for localization. This stands in conflict with the supposition that 2D arenas are analogous to open fields. Using a rodent error model, it is shown that the localization performance which can be achieved is enough to initiate and maintain stable firing patterns like those of grid cells, starting from full disorientation. Successful localization was achieved when the rotational asymmetry was due to the external boundary, an interior barrier or a void space within an arena. Optimal localization performance was found to depend on arena shape, arena size, local and global rotational asymmetry, and the structure of the path taken during localization. Since allothetic cues including visual and boundary contact cues were not present, localization necessarily relied on the fusion of idiothetic self-motion cues and memory of the boundary. Implications for spatial navigation mechanisms are discussed, including possible relationships with place field overdispersion and hippocampal reverse replay. Based on these results, experiments are suggested to identify if and where information fusion occurs in the mammalian spatial memory system.

  12. Short-term memories with a stochastic perturbation

    International Nuclear Information System (INIS)

    Pontes, Jose C.A. de; Batista, Antonio M.; Viana, Ricardo L.; Lopes, Sergio R.

    2005-01-01

    We investigate short-term memories in linear and weakly nonlinear coupled map lattices with a periodic external input. We use locally coupled maps to present numerical results about short-term memory formation adding a stochastic perturbation in the maps and in the external input

  13. 3D Printed Photoresponsive Devices Based on Shape Memory Composites.

    Science.gov (United States)

    Yang, Hui; Leow, Wan Ru; Wang, Ting; Wang, Juan; Yu, Jiancan; He, Ke; Qi, Dianpeng; Wan, Changjin; Chen, Xiaodong

    2017-09-01

    Compared with traditional stimuli-responsive devices with simple planar or tubular geometries, 3D printed stimuli-responsive devices not only intimately meet the requirement of complicated shapes at macrolevel but also satisfy various conformation changes triggered by external stimuli at the microscopic scale. However, their development is limited by the lack of 3D printing functional materials. This paper demonstrates the 3D printing of photoresponsive shape memory devices through combining fused deposition modeling printing technology and photoresponsive shape memory composites based on shape memory polymers and carbon black with high photothermal conversion efficiency. External illumination triggers the shape recovery of 3D printed devices from the temporary shape to the original shape. The effect of materials thickness and light density on the shape memory behavior of 3D printed devices is quantified and calculated. Remarkably, sunlight also triggers the shape memory behavior of these 3D printed devices. This facile printing strategy would provide tremendous opportunities for the design and fabrication of biomimetic smart devices and soft robotics. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  14. Simulation of Dislocation and Transformation Plasticity in Shape Memory Alloys

    National Research Council Canada - National Science Library

    Volkov, Alexander

    1999-01-01

    A model of deformation of shape memory alloys has been developed. It takes into account deformation due to the phase transformation and plastic deformation, produced by an external stress or by inter-phase stresses...

  15. Externally induced frontoparietal synchronization modulates network dynamics and enhances working memory performance.

    Science.gov (United States)

    Violante, Ines R; Li, Lucia M; Carmichael, David W; Lorenz, Romy; Leech, Robert; Hampshire, Adam; Rothwell, John C; Sharp, David J

    2017-03-14

    Cognitive functions such as working memory (WM) are emergent properties of large-scale network interactions. Synchronisation of oscillatory activity might contribute to WM by enabling the coordination of long-range processes. However, causal evidence for the way oscillatory activity shapes network dynamics and behavior in humans is limited. Here we applied transcranial alternating current stimulation (tACS) to exogenously modulate oscillatory activity in a right frontoparietal network that supports WM. Externally induced synchronization improved performance when cognitive demands were high. Simultaneously collected fMRI data reveals tACS effects dependent on the relative phase of the stimulation and the internal cognitive processing state. Specifically, synchronous tACS during the verbal WM task increased parietal activity, which correlated with behavioral performance. Furthermore, functional connectivity results indicate that the relative phase of frontoparietal stimulation influences information flow within the WM network. Overall, our findings demonstrate a link between behavioral performance in a demanding WM task and large-scale brain synchronization.

  16. Models for Total-Dose Radiation Effects in Non-Volatile Memory

    Energy Technology Data Exchange (ETDEWEB)

    Campbell, Philip Montgomery; Wix, Steven D.

    2017-04-01

    The objective of this work is to develop models to predict radiation effects in non- volatile memory: flash memory and ferroelectric RAM. In flash memory experiments have found that the internal high-voltage generators (charge pumps) are the most sensitive to radiation damage. Models are presented for radiation effects in charge pumps that demonstrate the experimental results. Floating gate models are developed for the memory cell in two types of flash memory devices by Intel and Samsung. These models utilize Fowler-Nordheim tunneling and hot electron injection to charge and erase the floating gate. Erase times are calculated from the models and compared with experimental results for different radiation doses. FRAM is less sensitive to radiation than flash memory, but measurements show that above 100 Krad FRAM suffers from a large increase in leakage current. A model for this effect is developed which compares closely with the measurements.

  17. Likelihood ratio sequential sampling models of recognition memory.

    Science.gov (United States)

    Osth, Adam F; Dennis, Simon; Heathcote, Andrew

    2017-02-01

    The mirror effect - a phenomenon whereby a manipulation produces opposite effects on hit and false alarm rates - is benchmark regularity of recognition memory. A likelihood ratio decision process, basing recognition on the relative likelihood that a stimulus is a target or a lure, naturally predicts the mirror effect, and so has been widely adopted in quantitative models of recognition memory. Glanzer, Hilford, and Maloney (2009) demonstrated that likelihood ratio models, assuming Gaussian memory strength, are also capable of explaining regularities observed in receiver-operating characteristics (ROCs), such as greater target than lure variance. Despite its central place in theorising about recognition memory, however, this class of models has not been tested using response time (RT) distributions. In this article, we develop a linear approximation to the likelihood ratio transformation, which we show predicts the same regularities as the exact transformation. This development enabled us to develop a tractable model of recognition-memory RT based on the diffusion decision model (DDM), with inputs (drift rates) provided by an approximate likelihood ratio transformation. We compared this "LR-DDM" to a standard DDM where all targets and lures receive their own drift rate parameters. Both were implemented as hierarchical Bayesian models and applied to four datasets. Model selection taking into account parsimony favored the LR-DDM, which requires fewer parameters than the standard DDM but still fits the data well. These results support log-likelihood based models as providing an elegant explanation of the regularities of recognition memory, not only in terms of choices made but also in terms of the times it takes to make them. Copyright © 2016 Elsevier Inc. All rights reserved.

  18. Attending to auditory memory.

    Science.gov (United States)

    Zimmermann, Jacqueline F; Moscovitch, Morris; Alain, Claude

    2016-06-01

    Attention to memory describes the process of attending to memory traces when the object is no longer present. It has been studied primarily for representations of visual stimuli with only few studies examining attention to sound object representations in short-term memory. Here, we review the interplay of attention and auditory memory with an emphasis on 1) attending to auditory memory in the absence of related external stimuli (i.e., reflective attention) and 2) effects of existing memory on guiding attention. Attention to auditory memory is discussed in the context of change deafness, and we argue that failures to detect changes in our auditory environments are most likely the result of a faulty comparison system of incoming and stored information. Also, objects are the primary building blocks of auditory attention, but attention can also be directed to individual features (e.g., pitch). We review short-term and long-term memory guided modulation of attention based on characteristic features, location, and/or semantic properties of auditory objects, and propose that auditory attention to memory pathways emerge after sensory memory. A neural model for auditory attention to memory is developed, which comprises two separate pathways in the parietal cortex, one involved in attention to higher-order features and the other involved in attention to sensory information. This article is part of a Special Issue entitled SI: Auditory working memory. Copyright © 2015 Elsevier B.V. All rights reserved.

  19. EPS Mid-Career Award 2011. Are there multiple memory systems? Tests of models of implicit and explicit memory.

    Science.gov (United States)

    Shanks, David R; Berry, Christopher J

    2012-01-01

    This article reviews recent work aimed at developing a new framework, based on signal detection theory, for understanding the relationship between explicit (e.g., recognition) and implicit (e.g., priming) memory. Within this framework, different assumptions about sources of memorial evidence can be framed. Application to experimental results provides robust evidence for a single-system model in preference to multiple-systems models. This evidence comes from several sources including studies of the effects of amnesia and ageing on explicit and implicit memory. The framework allows a range of concepts in current memory research, such as familiarity, recollection, fluency, and source memory, to be linked to implicit memory. More generally, this work emphasizes the value of modern computational modelling techniques in the study of learning and memory.

  20. A model for visual memory encoding.

    Directory of Open Access Journals (Sweden)

    Rodolphe Nenert

    Full Text Available Memory encoding engages multiple concurrent and sequential processes. While the individual processes involved in successful encoding have been examined in many studies, a sequence of events and the importance of modules associated with memory encoding has not been established. For this reason, we sought to perform a comprehensive examination of the network for memory encoding using data driven methods and to determine the directionality of the information flow in order to build a viable model of visual memory encoding. Forty healthy controls ages 19-59 performed a visual scene encoding task. FMRI data were preprocessed using SPM8 and then processed using independent component analysis (ICA with the reliability of the identified components confirmed using ICASSO as implemented in GIFT. The directionality of the information flow was examined using Granger causality analyses (GCA. All participants performed the fMRI task well above the chance level (>90% correct on both active and control conditions and the post-fMRI testing recall revealed correct memory encoding at 86.33 ± 5.83%. ICA identified involvement of components of five different networks in the process of memory encoding, and the GCA allowed for the directionality of the information flow to be assessed, from visual cortex via ventral stream to the attention network and then to the default mode network (DMN. Two additional networks involved in this process were the cerebellar and the auditory-insular network. This study provides evidence that successful visual memory encoding is dependent on multiple modules that are part of other networks that are only indirectly related to the main process. This model may help to identify the node(s of the network that are affected by a specific disease processes and explain the presence of memory encoding difficulties in patients in whom focal or global network dysfunction exists.

  1. A model for visual memory encoding.

    Science.gov (United States)

    Nenert, Rodolphe; Allendorfer, Jane B; Szaflarski, Jerzy P

    2014-01-01

    Memory encoding engages multiple concurrent and sequential processes. While the individual processes involved in successful encoding have been examined in many studies, a sequence of events and the importance of modules associated with memory encoding has not been established. For this reason, we sought to perform a comprehensive examination of the network for memory encoding using data driven methods and to determine the directionality of the information flow in order to build a viable model of visual memory encoding. Forty healthy controls ages 19-59 performed a visual scene encoding task. FMRI data were preprocessed using SPM8 and then processed using independent component analysis (ICA) with the reliability of the identified components confirmed using ICASSO as implemented in GIFT. The directionality of the information flow was examined using Granger causality analyses (GCA). All participants performed the fMRI task well above the chance level (>90% correct on both active and control conditions) and the post-fMRI testing recall revealed correct memory encoding at 86.33 ± 5.83%. ICA identified involvement of components of five different networks in the process of memory encoding, and the GCA allowed for the directionality of the information flow to be assessed, from visual cortex via ventral stream to the attention network and then to the default mode network (DMN). Two additional networks involved in this process were the cerebellar and the auditory-insular network. This study provides evidence that successful visual memory encoding is dependent on multiple modules that are part of other networks that are only indirectly related to the main process. This model may help to identify the node(s) of the network that are affected by a specific disease processes and explain the presence of memory encoding difficulties in patients in whom focal or global network dysfunction exists.

  2. Weak Memory Models with Matching Axiomatic and Operational Definitions

    OpenAIRE

    Zhang, Sizhuo; Vijayaraghavan, Muralidaran; Lustig, Dan; Arvind

    2017-01-01

    Memory consistency models are notorious for being difficult to define precisely, to reason about, and to verify. More than a decade of effort has gone into nailing down the definitions of the ARM and IBM Power memory models, and yet there still remain aspects of those models which (perhaps surprisingly) remain unresolved to this day. In response to these complexities, there has been somewhat of a recent trend in the (general-purpose) architecture community to limit new memory models to being ...

  3. Synthetic vision and memory model for virtual human - biomed 2010.

    Science.gov (United States)

    Zhao, Yue; Kang, Jinsheng; Wright, David

    2010-01-01

    This paper describes the methods and case studies of a novel synthetic vision and memory model for virtual human. The synthetic vision module simulates the biological / optical abilities and limitations of the human vision. The module is based on a series of collision detection between the boundary of virtual humans field of vision (FOV) volume and the surface of objects in a recreated 3D environment. The memory module simulates a short-term memory capability by employing a simplified memory structure (first-in-first-out stack). The synthetic vision and memory model has been integrated into a virtual human modelling project, Intelligent Virtual Modelling. The project aimed to improve the realism and autonomy of virtual humans.

  4. An SPICE model for phase-change memory simulations

    International Nuclear Information System (INIS)

    Li Xi; Song Zhitang; Cai Daolin; Chen Xiaogang; Chen Houpeng

    2011-01-01

    Along with a series of research works on the physical prototype and properties of the memory cell, an SPICE model for phase-change memory (PCM) simulations based on Verilog-A language is presented. By handling it with the heat distribution algorithm, threshold switching theory and the crystallization kinetic model, the proposed SPICE model can effectively reproduce the physical behaviors of the phase-change memory cell. In particular, it can emulate the cell's temperature curve and crystallinity profile during the programming process, which can enable us to clearly understand the PCM's working principle and program process. (semiconductor devices)

  5. An SPICE model for phase-change memory simulations

    Energy Technology Data Exchange (ETDEWEB)

    Li Xi; Song Zhitang; Cai Daolin; Chen Xiaogang; Chen Houpeng, E-mail: ituluck@mail.sim.ac.cn [State Key Laboratory of Functional Materials for Informatics, Laboratory of Nanotechnology, Shanghai Institute of Microsystem and Information Technology, Chinese Academy of Sciences, Shanghai 200050 (China)

    2011-09-15

    Along with a series of research works on the physical prototype and properties of the memory cell, an SPICE model for phase-change memory (PCM) simulations based on Verilog-A language is presented. By handling it with the heat distribution algorithm, threshold switching theory and the crystallization kinetic model, the proposed SPICE model can effectively reproduce the physical behaviors of the phase-change memory cell. In particular, it can emulate the cell's temperature curve and crystallinity profile during the programming process, which can enable us to clearly understand the PCM's working principle and program process. (semiconductor devices)

  6. Attention-based Memory Selection Recurrent Network for Language Modeling

    OpenAIRE

    Liu, Da-Rong; Chuang, Shun-Po; Lee, Hung-yi

    2016-01-01

    Recurrent neural networks (RNNs) have achieved great success in language modeling. However, since the RNNs have fixed size of memory, their memory cannot store all the information about the words it have seen before in the sentence, and thus the useful long-term information may be ignored when predicting the next words. In this paper, we propose Attention-based Memory Selection Recurrent Network (AMSRN), in which the model can review the information stored in the memory at each previous time ...

  7. The external-internal loop of interference: two types of attention and their influence on the learning abilities of mice.

    Science.gov (United States)

    Sauce, Bruno; Wass, Christopher; Smith, Andrew; Kwan, Stephanie; Matzel, Louis D

    2014-12-01

    Attention is a component of the working memory system, and is responsible for protecting task-relevant information from interference. Cognitive performance (particularly outside of the laboratory) is often plagued by interference, and the source of this interference, either external or internal, might influence the expression of individual differences in attentional ability. By definition, external attention (also described as "selective attention") protects working memory against sensorial distractors of all kinds, while internal attention (also called "inhibition") protects working memory against emotional impulses, irrelevant information from memory, and automatically-generated responses. At present, it is unclear if these two types of attention are expressed independently in non-human animals, and how they might differentially impact performance on other cognitive processes, such as learning. By using a diverse battery of four attention tests (with varying levels of internal and external sources of interference), here we aimed both to explore this issue, and to obtain a robust and general (less task-specific) measure of attention in mice. Exploratory factor analyses revealed two factors (external and internal attention) that in total, accounted for 73% of the variance in attentional performance. Confirmatory factor analyses found an excellent fit with the data of the model of attention that assumed an external and internal distinction (with a resulting correlation of 0.43). In contrast, a model of attention that assumed one source of variance (i.e., "general attention") exhibited a poor fit with the data. Regarding the relationship between attention and learning, higher resistance against external sources of interference promoted better new learning, but tended to impair performance when cognitive flexibility was required, such as during the reversal of a previously instantiated response. The present results suggest that there can be (at least) two types of

  8. Comparing soil moisture memory in satellite observations and models

    Science.gov (United States)

    Stacke, Tobias; Hagemann, Stefan; Loew, Alexander

    2013-04-01

    A major obstacle to a correct parametrization of soil processes in large scale global land surface models is the lack of long term soil moisture observations for large parts of the globe. Currently, a compilation of soil moisture data derived from a range of satellites is released by the ESA Climate Change Initiative (ECV_SM). Comprising the period from 1978 until 2010, it provides the opportunity to compute climatological relevant statistics on a quasi-global scale and to compare these to the output of climate models. Our study is focused on the investigation of soil moisture memory in satellite observations and models. As a proxy for memory we compute the autocorrelation length (ACL) of the available satellite data and the uppermost soil layer of the models. Additional to the ECV_SM data, AMSR-E soil moisture is used as observational estimate. Simulated soil moisture fields are taken from ERA-Interim reanalysis and generated with the land surface model JSBACH, which was driven with quasi-observational meteorological forcing data. The satellite data show ACLs between one week and one month for the greater part of the land surface while the models simulate a longer memory of up to two months. Some pattern are similar in models and observations, e.g. a longer memory in the Sahel Zone and the Arabian Peninsula, but the models are not able to reproduce regions with a very short ACL of just a few days. If the long term seasonality is subtracted from the data the memory is strongly shortened, indicating the importance of seasonal variations for the memory in most regions. Furthermore, we analyze the change of soil moisture memory in the different soil layers of the models to investigate to which extent the surface soil moisture includes information about the whole soil column. A first analysis reveals that the ACL is increasing for deeper layers. However, its increase is stronger in the soil moisture anomaly than in its absolute values and the first even exceeds the

  9. Logistic map with memory from economic model

    International Nuclear Information System (INIS)

    Tarasova, Valentina V.; Tarasov, Vasily E.

    2017-01-01

    A generalization of the economic model of logistic growth, which takes into account the effects of memory and crises, is suggested. Memory effect means that the economic factors and parameters at any given time depend not only on their values at that time, but also on their values at previous times. For the mathematical description of the memory effects, we use the theory of derivatives of non-integer order. Crises are considered as sharp splashes (bursts) of the price, which are mathematically described by the delta-functions. Using the equivalence of fractional differential equations and the Volterra integral equations, we obtain discrete maps with memory that are exact discrete analogs of fractional differential equations of economic processes. We derive logistic map with memory, its generalizations, and “economic” discrete maps with memory from the fractional differential equations, which describe the economic natural growth with competition, power-law memory and crises.

  10. A Study on Ganui-Dae's External Form and Its Modeling for Ganui-Dae's External Form and Its Modeling for Restoration

    Science.gov (United States)

    Lee, Min-Soo; Lee, Yong Sam; Jeon, Jun Hyeok; Kim, Sang Hyuk

    2013-12-01

    Ganui-Dae, built in the reign of King Sejong, Joseon Dynasty, is a comprehensive observatory. It has various instruments for observation and time signal such as Ganui, Gyupyo(Gnomon), water-hammering type Honui and Honsang, and so on. Studying on Ganui-Dae has been focused on its location, history, criterion, etc, so far. However, studying on its external form and construction method has been conducted insufficiently. This study suggests the model for restoration of Ganui-Dae. The model is based on the analysis about external form of Ganui-Dae in various antique maps, and its construction method in those days.

  11. Generalized memory associativity in a network model for the neuroses

    Science.gov (United States)

    Wedemann, Roseli S.; Donangelo, Raul; de Carvalho, Luís A. V.

    2009-03-01

    We review concepts introduced in earlier work, where a neural network mechanism describes some mental processes in neurotic pathology and psychoanalytic working-through, as associative memory functioning, according to the findings of Freud. We developed a complex network model, where modules corresponding to sensorial and symbolic memories interact, representing unconscious and conscious mental processes. The model illustrates Freud's idea that consciousness is related to symbolic and linguistic memory activity in the brain. We have introduced a generalization of the Boltzmann machine to model memory associativity. Model behavior is illustrated with simulations and some of its properties are analyzed with methods from statistical mechanics.

  12. Comparing single- and dual-process models of memory development.

    Science.gov (United States)

    Hayes, Brett K; Dunn, John C; Joubert, Amy; Taylor, Robert

    2017-11-01

    This experiment examined single-process and dual-process accounts of the development of visual recognition memory. The participants, 6-7-year-olds, 9-10-year-olds and adults, were presented with a list of pictures which they encoded under shallow or deep conditions. They then made recognition and confidence judgments about a list containing old and new items. We replicated the main trends reported by Ghetti and Angelini () in that recognition hit rates increased from 6 to 9 years of age, with larger age changes following deep than shallow encoding. Formal versions of the dual-process high threshold signal detection model and several single-process models (equal variance signal detection, unequal variance signal detection, mixture signal detection) were fit to the developmental data. The unequal variance and mixture signal detection models gave a better account of the data than either of the other models. A state-trace analysis found evidence for only one underlying memory process across the age range tested. These results suggest that single-process memory models based on memory strength are a viable alternative to dual-process models for explaining memory development. © 2016 John Wiley & Sons Ltd.

  13. Using visual lateralization to model learning and memory in zebrafish larvae.

    Science.gov (United States)

    Andersson, Madelene Åberg; Ek, Fredrik; Olsson, Roger

    2015-03-02

    Impaired learning and memory are common symptoms of neurodegenerative and neuropsychiatric diseases. Present, there are several behavioural test employed to assess cognitive functions in animal models, including the frequently used novel object recognition (NOR) test. However, although atypical functional brain lateralization has been associated with neuropsychiatric conditions, spanning from schizophrenia to autism, few animal models are available to study this phenomenon in learning and memory deficits. Here we present a visual lateralization NOR model (VLNOR) in zebrafish larvae as an assay that combines brain lateralization and NOR. In zebrafish larvae, learning and memory are generally assessed by habituation, sensitization, or conditioning paradigms, which are all representatives of nondeclarative memory. The VLNOR is the first model for zebrafish larvae that studies a memory similar to the declarative memory described for mammals. We demonstrate that VLNOR can be used to study memory formation, storage, and recall of novel objects, both short and long term, in 10-day-old zebrafish. Furthermore we show that the VLNOR model can be used to study chemical modulation of memory formation and maintenance using dizocilpine (MK-801), a frequently used non-competitive antagonist of the NMDA receptor, used to test putative antipsychotics in animal models.

  14. Toxin-Induced Experimental Models of Learning and Memory Impairment.

    Science.gov (United States)

    More, Sandeep Vasant; Kumar, Hemant; Cho, Duk-Yeon; Yun, Yo-Sep; Choi, Dong-Kug

    2016-09-01

    Animal models for learning and memory have significantly contributed to novel strategies for drug development and hence are an imperative part in the assessment of therapeutics. Learning and memory involve different stages including acquisition, consolidation, and retrieval and each stage can be characterized using specific toxin. Recent studies have postulated the molecular basis of these processes and have also demonstrated many signaling molecules that are involved in several stages of memory. Most insights into learning and memory impairment and to develop a novel compound stems from the investigations performed in experimental models, especially those produced by neurotoxins models. Several toxins have been utilized based on their mechanism of action for learning and memory impairment such as scopolamine, streptozotocin, quinolinic acid, and domoic acid. Further, some toxins like 6-hydroxy dopamine (6-OHDA), 1-methyl-4-phenyl-1,2,3,6-tetrahydropyridine (MPTP) and amyloid-β are known to cause specific learning and memory impairment which imitate the disease pathology of Parkinson's disease dementia and Alzheimer's disease dementia. Apart from these toxins, several other toxins come under a miscellaneous category like an environmental pollutant, snake venoms, botulinum, and lipopolysaccharide. This review will focus on the various classes of neurotoxin models for learning and memory impairment with their specific mechanism of action that could assist the process of drug discovery and development for dementia and cognitive disorders.

  15. Modeling Confidence and Response Time in Recognition Memory

    Science.gov (United States)

    Ratcliff, Roger; Starns, Jeffrey J.

    2009-01-01

    A new model for confidence judgments in recognition memory is presented. In the model, the match between a single test item and memory produces a distribution of evidence, with better matches corresponding to distributions with higher means. On this match dimension, confidence criteria are placed, and the areas between the criteria under the…

  16. Thermodynamic modelling of shape memory behaviour: some examples

    International Nuclear Information System (INIS)

    Stalmans, R.; Humbeeck, J. van; Delaey, L.

    1995-01-01

    This paper gives a general view of a recently developed thermodynamic model of the thermoelastic martensitic transformation. Unlike existing empirical, mathematical or thermodynamic models, this generalised thermodynamic model can be used to understand and describe quantitatively the overall thermomechanical behaviour of polycrystalline shape memory alloys. Important points of difference between this and previous thermodynamic models are that the contributions of the stored elastic energy and of the crystal defects are also included. In addition, the mathematical approach and the assumptions in this model are selected in such a way that the calculations yield close approximations of the real behaviour and that the final mathematical equations are relatively simple. Several illustrations indicate that this model, in contrast to other models, can be used to understand the shape memory behaviour of complex cases. As an example of quantitative calculations, it is shown that this modelling can be an effective tool in the ''design'' of multifunctional materials consisting of shape memory elements embedded in matrix materials. (orig.)

  17. A Preisach type model for temperature driven hysteresis memory erasure in shape memory materials

    OpenAIRE

    Kopfová, J.; Krejčí, P. (Pavel)

    2011-01-01

    We establish the well-posedness and thermodynamic consistency of a variational inequality modeling temperature-induced memory erasure in shape memory materials. It is shown that the input-output operator is continuous with respect to uniform convergence.

  18. Working Memory as Internal Attention: Toward an Integrative Account of Internal and External Selection Processes

    Science.gov (United States)

    Kiyonaga, Anastasia; Egner, Tobias

    2012-01-01

    Working memory (WM) and attention have been studied as separate cognitive constructs, although it has long been acknowledged that attention plays an important role in controlling the activation, maintenance, and manipulation of representations in WM. WM has, conversely, been thought of as a means of maintaining representations to voluntarily guide perceptual selective attention. It has more recently been observed, however, that the contents of WM can capture visual attention, even when such internally maintained representations are irrelevant, and often disruptive, to the immediate external task. Thus the precise relationship between WM and attention remains unclear, but it appears that they may bi-directionally impact one another, whether or not internal representations are consistent with external perceptual goals. This reciprocal relationship seems, further, to be constrained by limited cognitive resources to handle demands in either maintenance or selection. We propose here that the close relationship between WM and attention may be best described as a give-and-take interdependence between attention directed toward actively maintained internal representations (traditionally considered WM) versus external perceptual stimuli (traditionally considered selective attention), underpinned by their shared reliance on a common cognitive resource. Put simply, we argue that WM and attention should no longer be considered as separate systems or concepts, but as competing and impacting one another because they rely on the same limited resource. This framework can offer an explanation for the capture of visual attention by irrelevant WM contents, as well as a straightforward account of the underspecified relationship between WM and attention. PMID:23233157

  19. Working memory as internal attention: toward an integrative account of internal and external selection processes.

    Science.gov (United States)

    Kiyonaga, Anastasia; Egner, Tobias

    2013-04-01

    Working memory (WM) and attention have been studied as separate cognitive constructs, although it has long been acknowledged that attention plays an important role in controlling the activation, maintenance, and manipulation of representations in WM. WM has, conversely, been thought of as a means of maintaining representations to voluntarily guide perceptual selective attention. It has more recently been observed, however, that the contents of WM can capture visual attention, even when such internally maintained representations are irrelevant, and often disruptive, to the immediate external task. Thus, the precise relationship between WM and attention remains unclear, but it appears that they may bidirectionally impact one another, whether or not internal representations are consistent with the external perceptual goals. This reciprocal relationship seems, further, to be constrained by limited cognitive resources to handle demands in either maintenance or selection. We propose here that the close relationship between WM and attention may be best described as a give-and-take interdependence between attention directed toward either actively maintained internal representations (traditionally considered WM) or external perceptual stimuli (traditionally considered selective attention), underpinned by their shared reliance on a common cognitive resource. Put simply, we argue that WM and attention should no longer be considered as separate systems or concepts, but as competing and influencing one another because they rely on the same limited resource. This framework can offer an explanation for the capture of visual attention by irrelevant WM contents, as well as a straightforward account of the underspecified relationship between WM and attention.

  20. Phone Routing using the Dynamic Memory Model

    DEFF Research Database (Denmark)

    Bendtsen, Claus Nicolaj; Krink, Thiemo

    2002-01-01

    In earlier studies a genetic algorithm (GA) extended with the dynamic memory model has shown remarkable performance on real-world-like problems. In this paper we experiment with routing in communication networks and show that the dynamic memory GA performs remarkable well compared to ant colony...

  1. Long Memory Models to Generate Synthetic Hydrological Series

    Directory of Open Access Journals (Sweden)

    Guilherme Armando de Almeida Pereira

    2014-01-01

    Full Text Available In Brazil, much of the energy production comes from hydroelectric plants whose planning is not trivial due to the strong dependence on rainfall regimes. This planning is accomplished through optimization models that use inputs such as synthetic hydrologic series generated from the statistical model PAR(p (periodic autoregressive. Recently, Brazil began the search for alternative models able to capture the effects that the traditional model PAR(p does not incorporate, such as long memory effects. Long memory in a time series can be defined as a significant dependence between lags separated by a long period of time. Thus, this research develops a study of the effects of long dependence in the series of streamflow natural energy in the South subsystem, in order to estimate a long memory model capable of generating synthetic hydrologic series.

  2. Neural network modeling of associative memory: Beyond the Hopfield model

    Science.gov (United States)

    Dasgupta, Chandan

    1992-07-01

    A number of neural network models, in which fixed-point and limit-cycle attractors of the underlying dynamics are used to store and associatively recall information, are described. In the first class of models, a hierarchical structure is used to store an exponentially large number of strongly correlated memories. The second class of models uses limit cycles to store and retrieve individual memories. A neurobiologically plausible network that generates low-amplitude periodic variations of activity, similar to the oscillations observed in electroencephalographic recordings, is also described. Results obtained from analytic and numerical studies of the properties of these networks are discussed.

  3. Spatial memory tasks in rodents: what do they model?

    Science.gov (United States)

    Morellini, Fabio

    2013-10-01

    The analysis of spatial learning and memory in rodents is commonly used to investigate the mechanisms underlying certain forms of human cognition and to model their dysfunction in neuropsychiatric and neurodegenerative diseases. Proper interpretation of rodent behavior in terms of spatial memory and as a model of human cognitive functions is only possible if various navigation strategies and factors controlling the performance of the animal in a spatial task are taken into consideration. The aim of this review is to describe the experimental approaches that are being used for the study of spatial memory in rats and mice and the way that they can be interpreted in terms of general memory functions. After an introduction to the classification of memory into various categories and respective underlying neuroanatomical substrates, I explain the concept of spatial memory and its measurement in rats and mice by analysis of their navigation strategies. Subsequently, I describe the most common paradigms for spatial memory assessment with specific focus on methodological issues relevant for the correct interpretation of the results in terms of cognitive function. Finally, I present recent advances in the use of spatial memory tasks to investigate episodic-like memory in mice.

  4. Need for Cognition and False Memory: Can One's Natural Processing Style Be Manipulated by External Factors?

    Science.gov (United States)

    Wootan, Samantha S; Leding, Juliana K

    2015-01-01

    The purpose of this experiment was to provide an enhanced understanding of need for cognition (NFC) and its influence on one's memory accuracy. People who are high in NFC tend to put more cognitive effort into their mental processes than their low-NFC counterparts. To determine whether one's natural processing tendencies, as determined by NFC, can be influenced by external factors, manipulations to levels of processing were added. Participants viewed word lists from the Deese-Roediger-McDermott (DRM) paradigm and were instructed to process half of the DRM lists deeply and the other half shallowly. After all the lists were presented, participants completed 3 successive recall tests. The deep processing condition produced higher rates of false memories for both NFC groups than the shallow processing condition. In addition, the high-NFC group produced higher rates of target recall in both the deep and shallow conditions than the low-NFC group. However, the high-NFC group also produced higher rates of false recall for the shallowly processed lists. These data indicate that high-NFC people exhibit enhanced target recall for word lists, which may come at the expense of overall accuracy due to the increase of false recall.

  5. Prediction models for successful external cephalic version: a systematic review.

    Science.gov (United States)

    Velzel, Joost; de Hundt, Marcella; Mulder, Frederique M; Molkenboer, Jan F M; Van der Post, Joris A M; Mol, Ben W; Kok, Marjolein

    2015-12-01

    To provide an overview of existing prediction models for successful ECV, and to assess their quality, development and performance. We searched MEDLINE, EMBASE and the Cochrane Library to identify all articles reporting on prediction models for successful ECV published from inception to January 2015. We extracted information on study design, sample size, model-building strategies and validation. We evaluated the phases of model development and summarized their performance in terms of discrimination, calibration and clinical usefulness. We collected different predictor variables together with their defined significance, in order to identify important predictor variables for successful ECV. We identified eight articles reporting on seven prediction models. All models were subjected to internal validation. Only one model was also validated in an external cohort. Two prediction models had a low overall risk of bias, of which only one showed promising predictive performance at internal validation. This model also completed the phase of external validation. For none of the models their impact on clinical practice was evaluated. The most important predictor variables for successful ECV described in the selected articles were parity, placental location, breech engagement and the fetal head being palpable. One model was assessed using discrimination and calibration using internal (AUC 0.71) and external validation (AUC 0.64), while two other models were assessed with discrimination and calibration, respectively. We found one prediction model for breech presentation that was validated in an external cohort and had acceptable predictive performance. This model should be used to council women considering ECV. Copyright © 2015. Published by Elsevier Ireland Ltd.

  6. The U(1) Higgs model in an external electromagnetic field

    International Nuclear Information System (INIS)

    Damgaard, P.H.; Heller, U.M.

    1988-01-01

    An external electromagnetic field is coupled to the lattice-regularized U(1) Higgs model. We study the phase diagram of this model by both analytical and numerical techniques for different values of the external field strength tensor. The results are compared with expectations based on the analogy with superconducting systems, as described by the phenomenological Ginzburg-Landau theory. (orig.)

  7. Ising formulation of associative memory models and quantum annealing recall

    Science.gov (United States)

    Santra, Siddhartha; Shehab, Omar; Balu, Radhakrishnan

    2017-12-01

    Associative memory models, in theoretical neuro- and computer sciences, can generally store at most a linear number of memories. Recalling memories in these models can be understood as retrieval of the energy minimizing configuration of classical Ising spins, closest in Hamming distance to an imperfect input memory, where the energy landscape is determined by the set of stored memories. We present an Ising formulation for associative memory models and consider the problem of memory recall using quantum annealing. We show that allowing for input-dependent energy landscapes allows storage of up to an exponential number of memories (in terms of the number of neurons). Further, we show how quantum annealing may naturally be used for recall tasks in such input-dependent energy landscapes, although the recall time may increase with the number of stored memories. Theoretically, we obtain the radius of attractor basins R (N ) and the capacity C (N ) of such a scheme and their tradeoffs. Our calculations establish that for randomly chosen memories the capacity of our model using the Hebbian learning rule as a function of problem size can be expressed as C (N ) =O (eC1N) , C1≥0 , and succeeds on randomly chosen memory sets with a probability of (1 -e-C2N) , C2≥0 with C1+C2=(0.5-f ) 2/(1 -f ) , where f =R (N )/N , 0 ≤f ≤0.5 , is the radius of attraction in terms of the Hamming distance of an input probe from a stored memory as a fraction of the problem size. We demonstrate the application of this scheme on a programmable quantum annealing device, the D-wave processor.

  8. Mitigating Errors in External Respiratory Surrogate-Based Models of Tumor Position

    International Nuclear Information System (INIS)

    Malinowski, Kathleen T.; McAvoy, Thomas J.; George, Rohini; Dieterich, Sonja; D'Souza, Warren D.

    2012-01-01

    Purpose: To investigate the effect of tumor site, measurement precision, tumor–surrogate correlation, training data selection, model design, and interpatient and interfraction variations on the accuracy of external marker-based models of tumor position. Methods and Materials: Cyberknife Synchrony system log files comprising synchronously acquired positions of external markers and the tumor from 167 treatment fractions were analyzed. The accuracy of Synchrony, ordinary-least-squares regression, and partial-least-squares regression models for predicting the tumor position from the external markers was evaluated. The quantity and timing of the data used to build the predictive model were varied. The effects of tumor–surrogate correlation and the precision in both the tumor and the external surrogate position measurements were explored by adding noise to the data. Results: The tumor position prediction errors increased during the duration of a fraction. Increasing the training data quantities did not always lead to more accurate models. Adding uncorrelated noise to the external marker-based inputs degraded the tumor–surrogate correlation models by 16% for partial-least-squares and 57% for ordinary-least-squares. External marker and tumor position measurement errors led to tumor position prediction changes 0.3–3.6 times the magnitude of the measurement errors, varying widely with model algorithm. The tumor position prediction errors were significantly associated with the patient index but not with the fraction index or tumor site. Partial-least-squares was as accurate as Synchrony and more accurate than ordinary-least-squares. Conclusions: The accuracy of surrogate-based inferential models of tumor position was affected by all the investigated factors, except for the tumor site and fraction index.

  9. Mitigating Errors in External Respiratory Surrogate-Based Models of Tumor Position

    Energy Technology Data Exchange (ETDEWEB)

    Malinowski, Kathleen T. [Department of Radiation Oncology, University of Maryland School of Medicine, Baltimore, MD (United States); Fischell Department of Bioengineering, University of Maryland, College Park, MD (United States); McAvoy, Thomas J. [Fischell Department of Bioengineering, University of Maryland, College Park, MD (United States); Department of Chemical and Biomolecular Engineering and Institute of Systems Research, University of Maryland, College Park, MD (United States); George, Rohini [Department of Radiation Oncology, University of Maryland School of Medicine, Baltimore, MD (United States); Dieterich, Sonja [Department of Radiation Oncology, Stanford University School of Medicine, Stanford, CA (United States); D' Souza, Warren D., E-mail: wdsou001@umaryland.edu [Department of Radiation Oncology, University of Maryland School of Medicine, Baltimore, MD (United States); Fischell Department of Bioengineering, University of Maryland, College Park, MD (United States)

    2012-04-01

    Purpose: To investigate the effect of tumor site, measurement precision, tumor-surrogate correlation, training data selection, model design, and interpatient and interfraction variations on the accuracy of external marker-based models of tumor position. Methods and Materials: Cyberknife Synchrony system log files comprising synchronously acquired positions of external markers and the tumor from 167 treatment fractions were analyzed. The accuracy of Synchrony, ordinary-least-squares regression, and partial-least-squares regression models for predicting the tumor position from the external markers was evaluated. The quantity and timing of the data used to build the predictive model were varied. The effects of tumor-surrogate correlation and the precision in both the tumor and the external surrogate position measurements were explored by adding noise to the data. Results: The tumor position prediction errors increased during the duration of a fraction. Increasing the training data quantities did not always lead to more accurate models. Adding uncorrelated noise to the external marker-based inputs degraded the tumor-surrogate correlation models by 16% for partial-least-squares and 57% for ordinary-least-squares. External marker and tumor position measurement errors led to tumor position prediction changes 0.3-3.6 times the magnitude of the measurement errors, varying widely with model algorithm. The tumor position prediction errors were significantly associated with the patient index but not with the fraction index or tumor site. Partial-least-squares was as accurate as Synchrony and more accurate than ordinary-least-squares. Conclusions: The accuracy of surrogate-based inferential models of tumor position was affected by all the investigated factors, except for the tumor site and fraction index.

  10. ExternE transport methodology for external cost evaluation of air pollution

    DEFF Research Database (Denmark)

    Jensen, S. S.; Berkowicz, R.; Brandt, J.

    The report describes how the human exposure estimates based on NERI's human exposure modelling system (AirGIS) can improve the Danish data used for exposure factors in the ExternE Transport methodology. Initially, a brief description of the ExternE Tranport methodology is given and it is summarised...

  11. SUBJECTIVE MEMORY IN OLDER AFRICAN AMERICANS

    OpenAIRE

    Sims, Regina C.; Whitfield, Keith E.; Ayotte, Brian J.; Gamaldo, Alyssa A.; Edwards, Christopher L.; Allaire, Jason C.

    2011-01-01

    The current analysis examined (a) if measures of psychological well-being predict subjective memory, and (b) if subjective memory is consistent with actual memory. Five hundred seventy-nine older African Americans from the Baltimore Study of Black Aging completed measures assessing subjective memory, depressive symptomatology, perceived stress, locus of control, and verbal and working memory. Higher levels of perceived stress and greater externalized locus of control predicted poorer subjecti...

  12. Music Genre Classification using an Auditory Memory Model

    DEFF Research Database (Denmark)

    Jensen, Kristoffer

    2011-01-01

    Audio feature estimation is potentially improved by including higher- level models. One such model is the Auditory Short Term Memory (STM) model. A new paradigm of audio feature estimation is obtained by adding the influence of notes in the STM. These notes are identified when the perceptual...... results, and an initial experiment with sensory dissonance has been undertaken with good results. The parameters obtained form the auditory memory model, along with the dissonance measure, are shown here to be of interest in genre classification....

  13. Short-Term Memory and Its Biophysical Model

    Science.gov (United States)

    Wang, Wei; Zhang, Kai; Tang, Xiao-wei

    1996-12-01

    The capacity of short-term memory has been studied using an integrate-and-fire neuronal network model. It is found that the storage of events depend on the manner of the correlation between the events, and the capacity is dominated by the value of after-depolarization potential. There is a monotonic increasing relationship between the value of after-depolarization potential and the memory numbers. The biophysics relevance of the network model is discussed and different kinds of the information processes are studied too.

  14. Short-term memory in Down syndrome: applying the working memory model.

    Science.gov (United States)

    Jarrold, C; Baddeley, A D

    2001-10-01

    This paper is divided into three sections. The first reviews the evidence for a verbal short-term memory deficit in Down syndrome. Existing research suggests that short-term memory for verbal information tends to be impaired in Down syndrome, in contrast to short-term memory for visual and spatial material. In addition, problems of hearing or speech do not appear to be a major cause of difficulties on tests of verbal short-term memory. This suggests that Down syndrome is associated with a specific memory problem, which we link to a potential deficit in the functioning of the 'phonological loop' of Baddeley's (1986) model of working memory. The second section considers the implications of a phonological loop problem. Because a reasonable amount is known about the normal functioning of the phonological loop, and of its role in language acquisition in typical development, we can make firm predictions as to the likely nature of the short-term memory problem in Down syndrome, and its consequences for language learning. However, we note that the existing evidence from studies with individuals with Down syndrome does not fit well with these predictions. This leads to the third section of the paper, in which we consider key questions to be addressed in future research. We suggest that there are two questions to be answered, which follow directly from the contradictory results outlined in the previous section. These are 'What is the precise nature of the verbal short-term memory deficit in Down syndrome', and 'What are the consequences of this deficit for learning'. We discuss ways in which these questions might be addressed in future work.

  15. COMBINING LONG MEMORY AND NONLINEAR MODEL OUTPUTS FOR INFLATION FORECAST

    OpenAIRE

    Heri Kuswanto; Irhamah Alimuhajin; Laylia Afidah

    2014-01-01

    Long memory and nonlinearity have been proven as two models that are easily to be mistaken. In other words, nonlinearity is a strong candidate of spurious long memory by introducing a certain degree of fractional integration that lies in the region of long memory. Indeed, nonlinear process belongs to short memory with zero integration order. The idea of the forecast is to obtain the future condition with minimum error. Some researches argued that no matter what the model is, the important thi...

  16. The relationships between internal and external training load models during basketball training.

    Science.gov (United States)

    Scanlan, Aaron T; Wen, Neal; Tucker, Patrick S; Dalbo, Vincent J

    2014-09-01

    The present investigation described and compared the internal and external training loads during basketball training. Eight semiprofessional male basketball players (mean ± SD, age: 26.3 ± 6.7 years; stature: 188.1 ± 6.2 cm; body mass: 92.0 ± 13.8 kg) were monitored across a 7-week period during the preparatory phase of the annual training plan. A total of 44 total sessions were monitored. Player session ratings of perceived exertion (sRPE), heart rate, and accelerometer data were collected across each training session. Internal training load was determined using the sRPE, training impulse (TRIMP), and summated-heart-rate-zones (SHRZ) training load models. External training load was calculated using an established accelerometer algorithm. Pearson product-moment correlations with 95% confidence intervals (CIs) were used to determine the relationships between internal and external training load models. Significant moderate relationships were observed between external training load and the sRPE (r42 = 0.49, 95% CI = 0.23-0.69, p external training load and the SHRZ model (r42 = 0.61, 95% CI = 0.38-0.77, p internal and external training load models, the magnitude of the correlations and low commonality suggest that internal training load models measure different constructs of the training process than the accelerometer training load model in basketball settings. Basketball coaching and conditioning professionals should not assume a linear dose-response between accelerometer and internal training load models during training and are recommended to combine internal and external approaches when monitoring training load in players.

  17. Behavioural Models of Motor Control and Short-Term Memory

    OpenAIRE

    Imanaka, Kuniyasu; Funase, Kozo; Yamauchi, Masaki

    1995-01-01

    We examined in this review article the behavioural and conceptual models of motor control and short-term memory which have intensively been investigated since the 1970s. First, we reviewed both the dual-storage model of short-term memory in which movement information is stored and a typical model of motor control which emphasizes the importance of efferent factors. We then examined two models of preselection effects: a cognitive model and a cognitive/ efferent model. Following this we reviewe...

  18. Generic database cost models for hierarchical memory systems

    NARCIS (Netherlands)

    S. Manegold (Stefan); P.A. Boncz (Peter); M.L. Kersten (Martin)

    2002-01-01

    textabstractAccurate prediction of operator execution time is a prerequisite fordatabase query optimization. Although extensively studied for conventionaldisk-based DBMSs, cost modeling in main-memory DBMSs is still an openissue. Recent database research has demonstrated that memory access ismore

  19. The dynamic model of choosing an external funding instrument

    Directory of Open Access Journals (Sweden)

    Irena HONKOVA

    2015-06-01

    Full Text Available Making a decision about using a specific funding source is one of the most important tasks of financial management. The utilization of external sources features numerous advantages yet staying aware of diverse funding options is not easy for financial managers. Today it is crucial to quickly identify an optimum possibility and to make sure that all relevant criteria have been considered and no variant has been omitted. Over the long term it is also necessary to consider the category of time as changes made today do not affect only the current variables but they also have a significant impact on the future. This article aims to identify the most suitable model of choosing external funding sources that would describe the dynamics involved. The first part of the paper considers the theoretical background of external funding instrument and of decision criteria. The making of financial decisions is a process consisted of weighing the most suitable variants, selecting the best variant, and controlling the implementation of accepted proposals. The second part analyses results of the research - decisive weights of the criteria. Then it is created the model of the principal criteria Weighted Average Cost of Capital (Dynamic model WACC. Finally it is created the Dynamic Model of Choosing an External Funding Instrument. The created decision-making model facilitates the modeling of changes in time because it is crucial to know what future consequences lies in decisions made the contemporary turbulent world. Each variant features possible negative and positive changes of varying extent. The possibility to simulate these changes can illustrate an optimal variant to a decision-maker.

  20. A phenomenological memristor model for synaptic memory and learning behaviors

    Institute of Scientific and Technical Information of China (English)

    Nan Shao; Sheng-Bing Zhang; Shu-Yuan Shao

    2017-01-01

    Properties that are similar to the memory and learning functions in biological systems have been observed and reported in the experimental studies of memristors fabricated by different materials.These properties include the forgetting effect,the transition from short-term memory (STM) to long-term memory (LTM),learning-experience behavior,etc.The mathematical model of this kind of memristor would be very important for its theoretical analysis and application design.In our analysis of the existing memristor model with these properties,we find that some behaviors of the model are inconsistent with the reported experimental observations.A phenomenological memristor model is proposed for this kind of memristor.The model design is based on the forgetting effect and STM-to-LTM transition since these behaviors are two typical properties of these memristors.Further analyses of this model show that this model can also be used directly or modified to describe other experimentally observed behaviors.Simulations show that the proposed model can give a better description of the reported memory and learning behaviors of this kind of memristor than the existing model.

  1. Latent change models of adult cognition: are changes in processing speed and working memory associated with changes in episodic memory?

    Science.gov (United States)

    Hertzog, Christopher; Dixon, Roger A; Hultsch, David F; MacDonald, Stuart W S

    2003-12-01

    The authors used 6-year longitudinal data from the Victoria Longitudinal Study (VLS) to investigate individual differences in amount of episodic memory change. Latent change models revealed reliable individual differences in cognitive change. Changes in episodic memory were significantly correlated with changes in other cognitive variables, including speed and working memory. A structural equation model for the latent change scores showed that changes in speed and working memory predicted changes in episodic memory, as expected by processing resource theory. However, these effects were best modeled as being mediated by changes in induction and fact retrieval. Dissociations were detected between cross-sectional ability correlations and longitudinal changes. Shuffling the tasks used to define the Working Memory latent variable altered patterns of change correlations.

  2. The effect of internal and external stress on two-way shape-memory behaviour in Co49Ni21.6Ga29.4 single crystals

    International Nuclear Information System (INIS)

    Liu, G D; Dai, X F; Luo, H Z; Liu, H Y; Meng, F B; Li, Y; Yu, X; Chen, J L; Wu, G H

    2011-01-01

    The effect of the internal stress on the two-way shape memory in Co 49 Ni 21.6 Ga 29.4 single crystals has been investigated. We found that the internal stress generated natively by the solidifying process works as a tensile force along the growth direction. Applying different compressive pre-stresses along the [0 0 1] direction, the shape-memory strain can be continuously changed from +1.0% to -2.3%. In the [1 1 0] direction, the strain monotonically increases from -2.0% to -4.0% due to a strong detwinning produced by the consistent effect of the external and internal stresses.

  3. A three-dimensional ground-water-flow model modified to reduce computer-memory requirements and better simulate confining-bed and aquifer pinchouts

    Science.gov (United States)

    Leahy, P.P.

    1982-01-01

    The Trescott computer program for modeling groundwater flow in three dimensions has been modified to (1) treat aquifer and confining bed pinchouts more realistically and (2) reduce the computer memory requirements needed for the input data. Using the original program, simulation of aquifer systems with nonrectangular external boundaries may result in a large number of nodes that are not involved in the numerical solution of the problem, but require computer storage. (USGS)

  4. Through the Immune Looking Glass: A Model for Brain Memory Strategies.

    Science.gov (United States)

    Sánchez-Ramón, Silvia; Faure, Florence

    2016-01-01

    The immune system (IS) and the central nervous system (CNS) are complex cognitive networks involved in defining the identity (self) of the individual through recognition and memory processes that enable one to anticipate responses to stimuli. Brain memory has traditionally been classified as either implicit or explicit on psychological and anatomical grounds, with reminiscences of the evolutionarily-based innate-adaptive IS responses. Beyond the multineuronal networks of the CNS, we propose a theoretical model of brain memory integrating the CNS as a whole. This is achieved by analogical reasoning between the operational rules of recognition and memory processes in both systems, coupled to an evolutionary analysis. In this new model, the hippocampus is no longer specifically ascribed to explicit memory but rather it both becomes part of the innate (implicit) memory system and tightly controls the explicit memory system. Alike the antigen presenting cells for the IS, the hippocampus would integrate transient and pseudo-specific (i.e., danger-fear) memories and would drive the formation of long-term and highly specific or explicit memories (i.e., the taste of the Proust's madeleine cake) by the more complex and recent, evolutionarily speaking, neocortex. Experimental and clinical evidence is provided to support the model. We believe that the singularity of this model's approximation could help to gain a better understanding of the mechanisms operating in brain memory strategies from a large-scale network perspective.

  5. Generic Database Cost Models for Hierarchical Memory Systems

    NARCIS (Netherlands)

    S. Manegold (Stefan); P.A. Boncz (Peter); M.L. Kersten (Martin)

    2002-01-01

    textabstractAccurate prediction of operator execution time is a prerequisite for database query optimization. Although extensively studied for conventional disk-based DBMSs, cost modeling in main-memory DBMSs is still an open issue. Recent database research has demonstrated that memory access is

  6. Evaluation of External Memory Access Performance on a High-End FPGA Hybrid Computer

    Directory of Open Access Journals (Sweden)

    Konstantinos Kalaitzis

    2016-10-01

    Full Text Available The motivation of this research was to evaluate the main memory performance of a hybrid super computer such as the Convey HC-x, and ascertain how the controller performs in several access scenarios, vis-à-vis hand-coded memory prefetches. Such memory patterns are very useful in stencil computations. The theoretical bandwidth of the memory of the Convey is compared with the results of our measurements. The accurate study of the memory subsystem is particularly useful for users when they are developing their application-specific personality. Experiments were performed to measure the bandwidth between the coprocessor and the memory subsystem. The experiments aimed mainly at measuring the reading access speed of the memory from Application Engines (FPGAs. Different ways of accessing data were used in order to find the most efficient way to access memory. This way was proposed for future work in the Convey HC-x. When performing a series of accesses to memory, non-uniform latencies occur. The Memory Controller of the Convey HC-x in the coprocessor attempts to cover this latency. We measure memory efficiency as a ratio of the number of memory accesses and the number of execution cycles. The result of this measurement converges to one in most cases. In addition, we performed experiments with hand-coded memory accesses. The analysis of the experimental results shows how the memory subsystem and Memory Controllers work. From this work we conclude that the memory controllers do an excellent job, largely because (transparently to the user they seem to cache large amounts of data, and hence hand-coding is not needed in most situations.

  7. Possible pathways between depression, emotional and external eating. A structural equation model.

    Science.gov (United States)

    Ouwens, Machteld A; van Strien, Tatjana; van Leeuwe, Jan F J

    2009-10-01

    Emotional and external eating appear to co-occur and both have been shown to correlate to neuroticism, especially depression. However, there is evidence suggesting that emotional and external eating are independent constructs. In this study we revisited the relation between depression, emotional, and external eating. Using structural equation modelling, we examined whether depression, emotional and external eating are directly related and also indirectly related through the intervening concepts alexithymia and impulsivity. Participants were 549 females concerned about their weight. They filled out instruments on emotional and external eating, depression, alexithymia, and impulse regulation. The relational structure between the model variables was explored for one half of the participants and this solution was checked using the other half. Our data showed a moderate relationship between emotional and external eating. Depression was positively and directly associated with emotional eating, but not with external eating. In addition, depression was indirectly related to emotional eating through both alexithymia and impulsivity. A significant relation was found between impulsivity and external eating. Results suggest potential mediating pathways between depression and emotional eating, while no relation appeared to exist between depression and external eating. Emotional and external eating would appear to be different constructs.

  8. Modeling Recognition Memory Using the Similarity Structure of Natural Input

    Science.gov (United States)

    Lacroix, Joyca P. W.; Murre, Jaap M. J.; Postma, Eric O.; van den Herik, H. Jaap

    2006-01-01

    The natural input memory (NAM) model is a new model for recognition memory that operates on natural visual input. A biologically informed perceptual preprocessing method takes local samples (eye fixations) from a natural image and translates these into a feature-vector representation. During recognition, the model compares incoming preprocessed…

  9. Generic Database Cost Models for Hierarchical Memory Systems

    OpenAIRE

    Manegold, Stefan; Boncz, Peter; Kersten, Martin

    2002-01-01

    textabstractAccurate prediction of operator execution time is a prerequisite for database query optimization. Although extensively studied for conventional disk-based DBMSs, cost modeling in main-memory DBMSs is still an open issue. Recent database research has demonstrated that memory access is more and more becoming a significant---if not the major---cost component of database operations. If used properly, fast but small cache memories---usually organized in cascading hierarchy between CPU ...

  10. Discrete-Slots Models of Visual Working-Memory Response Times

    Science.gov (United States)

    Donkin, Christopher; Nosofsky, Robert M.; Gold, Jason M.; Shiffrin, Richard M.

    2014-01-01

    Much recent research has aimed to establish whether visual working memory (WM) is better characterized by a limited number of discrete all-or-none slots or by a continuous sharing of memory resources. To date, however, researchers have not considered the response-time (RT) predictions of discrete-slots versus shared-resources models. To complement the past research in this field, we formalize a family of mixed-state, discrete-slots models for explaining choice and RTs in tasks of visual WM change detection. In the tasks under investigation, a small set of visual items is presented, followed by a test item in 1 of the studied positions for which a change judgment must be made. According to the models, if the studied item in that position is retained in 1 of the discrete slots, then a memory-based evidence-accumulation process determines the choice and the RT; if the studied item in that position is missing, then a guessing-based accumulation process operates. Observed RT distributions are therefore theorized to arise as probabilistic mixtures of the memory-based and guessing distributions. We formalize an analogous set of continuous shared-resources models. The model classes are tested on individual subjects with both qualitative contrasts and quantitative fits to RT-distribution data. The discrete-slots models provide much better qualitative and quantitative accounts of the RT and choice data than do the shared-resources models, although there is some evidence for “slots plus resources” when memory set size is very small. PMID:24015956

  11. A general psychopathology factor (P factor) in children: Structural model analysis and external validation through familial risk and child global executive function.

    Science.gov (United States)

    Martel, Michelle M; Pan, Pedro M; Hoffmann, Maurício S; Gadelha, Ary; do Rosário, Maria C; Mari, Jair J; Manfro, Gisele G; Miguel, Eurípedes C; Paus, Tomás; Bressan, Rodrigo A; Rohde, Luis A; Salum, Giovanni A

    2017-01-01

    High rates of comorbidities and poor validity of disorder diagnostic criteria for mental disorders hamper advances in mental health research. Recent work has suggested the utility of continuous cross-cutting dimensions, including general psychopathology and specific factors of externalizing and internalizing (e.g., distress and fear) syndromes. The current study evaluated the reliability of competing structural models of psychopathology and examined external validity of the best fitting model on the basis of family risk and child global executive function (EF). A community sample of 8,012 families from Brazil with children ages 6-12 years completed structured interviews about the child and parental psychiatric syndromes, and a subsample of 2,395 children completed tasks assessing EF (i.e., working memory, inhibitory control, and time processing). Confirmatory factor analyses tested a series of structural models of psychopathology in both parents and children. The model with a general psychopathology factor ("P factor") with 3 specific factors (fear, distress, and externalizing) exhibited the best fit. The general P factor accounted for most of the variance in all models, with little residual variance explained by each of the 3 specific factors. In addition, associations between child and parental factors were mainly significant for the P factors and nonsignificant for the specific factors from the respective models. Likewise, the child P factor-but not the specific factors-was significantly associated with global child EF. Overall, our results provide support for a latent overarching P factor characterizing child psychopathology, supported by familial associations and child EF. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  12. Minimizing the disruptive effects of prospective memory in simulated air traffic control.

    Science.gov (United States)

    Loft, Shayne; Smith, Rebekah E; Remington, Roger W

    2013-09-01

    Prospective memory refers to remembering to perform an intended action in the future. Failures of prospective memory can occur in air traffic control. In two experiments, we examined the utility of external aids for facilitating air traffic management in a simulated air traffic control task with prospective memory requirements. Participants accepted and handed-off aircraft and detected aircraft conflicts. The prospective memory task involved remembering to deviate from a routine operating procedure when accepting target aircraft. External aids that contained details of the prospective memory task appeared and flashed when target aircraft needed acceptance. In Experiment 1, external aids presented either adjacent or nonadjacent to each of the 20 target aircraft presented over the 40-min test phase reduced prospective memory error by 11% compared with a condition without external aids. In Experiment 2, only a single target aircraft was presented a significant time (39-42 min) after presentation of the prospective memory instruction, and the external aids reduced prospective memory error by 34%. In both experiments, costs to the efficiency of nonprospective memory air traffic management (nontarget aircraft acceptance response time, conflict detection response time) were reduced by nonadjacent aids compared with no aids or adjacent aids. In contrast, in both experiments, the efficiency of the prospective memory air traffic management (target aircraft acceptance response time) was facilitated by adjacent aids compared with nonadjacent aids. Together, these findings have potential implications for the design of automated alerting systems to maximize multitask performance in work settings where operators monitor and control demanding perceptual displays. PsycINFO Database Record (c) 2013 APA, all rights reserved.

  13. Neurophysiological bases of exponential sensory decay and top-down memory retrieval: a model.

    Science.gov (United States)

    Zylberberg, Ariel; Dehaene, Stanislas; Mindlin, Gabriel B; Sigman, Mariano

    2009-01-01

    Behavioral observations suggest that multiple sensory elements can be maintained for a short time, forming a perceptual buffer which fades after a few hundred milliseconds. Only a subset of this perceptual buffer can be accessed under top-down control and broadcasted to working memory and consciousness. In turn, single-cell studies in awake-behaving monkeys have identified two distinct waves of response to a sensory stimulus: a first transient response largely determined by stimulus properties and a second wave dependent on behavioral relevance, context and learning. Here we propose a simple biophysical scheme which bridges these observations and establishes concrete predictions for neurophsyiological experiments in which the temporal interval between stimulus presentation and top-down allocation is controlled experimentally. Inspired in single-cell observations, the model involves a first transient response and a second stage of amplification and retrieval, which are implemented biophysically by distinct operational modes of the same circuit, regulated by external currents. We explicitly investigated the neuronal dynamics, the memory trace of a presented stimulus and the probability of correct retrieval, when these two stages were bracketed by a temporal gap. The model predicts correctly the dependence of performance with response times in interference experiments suggesting that sensory buffering does not require a specific dedicated mechanism and establishing a direct link between biophysical manipulations and behavioral observations leading to concrete predictions.

  14. Neurophysiological bases of exponential sensory decay and top-down memory retrieval: a model

    Directory of Open Access Journals (Sweden)

    Ariel Zylberberg

    2009-03-01

    Full Text Available Behavioral observations suggest that multiple sensory elements can be maintained for a short time, forming a perceptual buffer which fades after a few hundred milliseconds. Only a subset of this perceptual buffer can be accessed under top-down control and broadcasted to working memory and consciousness. In turn, single-cell studies in awake-behaving monkeys have identified two distinct waves of response to a sensory stimulus: a first transient response largely determined by stimulus properties and a second wave dependent on behavioral relevance, context and learning. Here we propose a simple biophysical scheme which bridges these observations and establishes concrete predictions for neurophsyiological experiments in which the temporal interval between stimulus presentation and top-down allocation is controlled experimentally. Inspired in single-cell observations, the model involves a first transient response and a second stage of amplification and retrieval, which are implemented biophysically by distinct operational modes of the same circuit, regulated by external currents. We explicitly investigated the neuronal dynamics, the memory trace of a presented stimulus and the probability of correct retrieval, when these two stages were bracketed by a temporal gap. The model predicts correctly the dependence of performance with response times in interference experiments suggesting that sensory buffering does not require a specific dedicated mechanism and establishing a direct link between biophysical manipulations and behavioral observations leading to concrete predictions.

  15. The Development of Working Memory: Exploring the Complementarity of Two Models.

    Science.gov (United States)

    Kemps, Eva; De Rammelaere, Stijn; Desmet, Timothy

    2000-01-01

    Assessed 5-, 6-, 8- and 9-year-olds on two working memory tasks to explore the complementarity of working memory models postulated by Pascual-Leone and Baddeley. Pascual-Leone's theory offered a clear explanation of the results concerning central aspects of working memory. Baddeley's model provided a convincing account of findings regarding the…

  16. Meta-analysis of the research impact of Baddeley’s multicomponent working memory model and Cowan’s embedded-processes model of working memory : a bibliometric mapping approach

    OpenAIRE

    Gruszka-Gosiewska, Aleksandra; Orzechowski, Jarosław

    2016-01-01

    In this study bibliometric mapping method was employed to visualise the current research trends and the impact of the two most influential models of working memory, namely: A. D. Baddeley and G. J. Hitch’s (1974) multicomponent working memory model and N. Cowan’s (1988) embedded-processes model of working memory. Using VOSviewer software two maps were generated based on the index-term words extracted from the research papers citing Baddeley (2000) and Cowan (2001), respectively. The maps repr...

  17. A unitary signal-detection model of implicit and explicit memory.

    Science.gov (United States)

    Berry, Christopher J; Shanks, David R; Henson, Richard N A

    2008-10-01

    Do dissociations imply independent systems? In the memory field, the view that there are independent implicit and explicit memory systems has been predominantly supported by dissociation evidence. Here, we argue that many of these dissociations do not necessarily imply distinct memory systems. We review recent work with a single-system computational model that extends signal-detection theory (SDT) to implicit memory. SDT has had a major influence on research in a variety of domains. The current work shows that it can be broadened even further in its range of application. Indeed, the single-system model that we present does surprisingly well in accounting for some key dissociations that have been taken as evidence for independent implicit and explicit memory systems.

  18. Acute effects of alcohol on intrusive memory development and viewpoint dependence in spatial memory support a dual representation model.

    Science.gov (United States)

    Bisby, James A; King, John A; Brewin, Chris R; Burgess, Neil; Curran, H Valerie

    2010-08-01

    A dual representation model of intrusive memory proposes that personally experienced events give rise to two types of representation: an image-based, egocentric representation based on sensory-perceptual features; and a more abstract, allocentric representation that incorporates spatiotemporal context. The model proposes that intrusions reflect involuntary reactivation of egocentric representations in the absence of a corresponding allocentric representation. We tested the model by investigating the effect of alcohol on intrusive memories and, concurrently, on egocentric and allocentric spatial memory. With a double-blind independent group design participants were administered alcohol (.4 or .8 g/kg) or placebo. A virtual environment was used to present objects and test recognition memory from the same viewpoint as presentation (tapping egocentric memory) or a shifted viewpoint (tapping allocentric memory). Participants were also exposed to a trauma video and required to detail intrusive memories for 7 days, after which explicit memory was assessed. There was a selective impairment of shifted-view recognition after the low dose of alcohol, whereas the high dose induced a global impairment in same-view and shifted-view conditions. Alcohol showed a dose-dependent inverted "U"-shaped effect on intrusions, with only the low dose increasing the number of intrusions, replicating previous work. When same-view recognition was intact, decrements in shifted-view recognition were associated with increases in intrusions. The differential effect of alcohol on intrusive memories and on same/shifted-view recognition support a dual representation model in which intrusions might reflect an imbalance between two types of memory representation. These findings highlight important clinical implications, given alcohol's involvement in real-life trauma. Copyright 2010 Society of Biological Psychiatry. Published by Elsevier Inc. All rights reserved.

  19. Real-time stereo matching architecture based on 2D MRF model: a memory-efficient systolic array

    Directory of Open Access Journals (Sweden)

    Park Sungchan

    2011-01-01

    Full Text Available Abstract There is a growing need in computer vision applications for stereopsis, requiring not only accurate distance but also fast and compact physical implementation. Global energy minimization techniques provide remarkably precise results. But they suffer from huge computational complexity. One of the main challenges is to parallelize the iterative computation, solving the memory access problem between the big external memory and the massive processors. Remarkable memory saving can be obtained with our memory reduction scheme, and our new architecture is a systolic array. If we expand it into N's multiple chips in a cascaded manner, we can cope with various ranges of image resolutions. We have realized it using the FPGA technology. Our architecture records 19 times smaller memory than the global minimization technique, which is a principal step toward real-time chip implementation of the various iterative image processing algorithms with tiny and distributed memory resources like optical flow, image restoration, etc.

  20. Modeling recognition memory using the similarity structure of natural input

    NARCIS (Netherlands)

    Lacroix, J.P.W.; Murre, J.M.J.; Postma, E.O.; van den Herik, H.J.

    2006-01-01

    The natural input memory (NIM) model is a new model for recognition memory that operates on natural visual input. A biologically informed perceptual preprocessing method takes local samples (eye fixations) from a natural image and translates these into a feature-vector representation. During

  1. The modelling of external exposure and inhalation pathways in COSYMA

    International Nuclear Information System (INIS)

    Brown, J.; Simmonds, JR.; Ehrhardt, J.; Hasemann, I.

    1991-01-01

    Following an accidental release of radionuclides to atmosphere the major direct exposure pathways of concern are: external irradiation from material in the cloud; internal exposure following inhalation of material in the cloud; external irradiation from material deposited on the ground; and external irradiation due to contamination of skin and clothes. In addition material resuspended from the ground can be inhaled and lead to internal exposure. In this paper the way that these exposure pathways are modelled in COSYMA is described. At present in COSYMA external exposure from deposited material is modelled using a dataset of doses per unit deposit of various radionuclides. This dataset, is based on activity deposited on undisturbed soil. The basic data are for doses outdoors and shielding factors are used to estimate doses for people indoors. Various groups of people spending different amounts of time indoors and out can be considered and shielding factors appropriate to three building types can be adopted. A more complex model has also been developed to predict radiation exposure following deposition to different surfaces in the environment. This model called EXPURT is briefly described in this paper. Using EXPURT, doses as a function of time after a single deposit have been calculated for people living in three types of area. These results are described in the paper and compared with those that are currently used in COSYMA. The paper will also discuss what future work is required in this area and the adequacy of existing models

  2. Analysis of intelligent hinged shell structures: deployable deformation and shape memory effect

    Science.gov (United States)

    Shi, Guang-Hui; Yang, Qing-Sheng; He, X. Q.

    2013-12-01

    Shape memory polymers (SMPs) are a class of intelligent materials with the ability to recover their initial shape from a temporarily fixable state when subjected to external stimuli. In this work, the thermo-mechanical behavior of a deployable SMP-based hinged structure is modeled by the finite element method using a 3D constitutive model with shape memory effect. The influences of hinge structure parameters on the nonlinear loading process are investigated. The total shape memory of the processes the hinged structure goes through, including loading at high temperature, decreasing temperature with load carrying, unloading at low temperature and recovering the initial shape with increasing temperature, are illustrated. Numerical results show that the present constitutive theory and the finite element method can effectively predict the complicated thermo-mechanical deformation behavior and shape memory effect of SMP-based hinged shell structures.

  3. Analysis of intelligent hinged shell structures: deployable deformation and shape memory effect

    International Nuclear Information System (INIS)

    Shi, Guang-Hui; Yang, Qing-Sheng; He, X Q

    2013-01-01

    Shape memory polymers (SMPs) are a class of intelligent materials with the ability to recover their initial shape from a temporarily fixable state when subjected to external stimuli. In this work, the thermo-mechanical behavior of a deployable SMP-based hinged structure is modeled by the finite element method using a 3D constitutive model with shape memory effect. The influences of hinge structure parameters on the nonlinear loading process are investigated. The total shape memory of the processes the hinged structure goes through, including loading at high temperature, decreasing temperature with load carrying, unloading at low temperature and recovering the initial shape with increasing temperature, are illustrated. Numerical results show that the present constitutive theory and the finite element method can effectively predict the complicated thermo-mechanical deformation behavior and shape memory effect of SMP-based hinged shell structures. (paper)

  4. Colored noise and memory effects on formal spiking neuron models

    Science.gov (United States)

    da Silva, L. A.; Vilela, R. D.

    2015-06-01

    Simplified neuronal models capture the essence of the electrical activity of a generic neuron, besides being more interesting from the computational point of view when compared to higher-dimensional models such as the Hodgkin-Huxley one. In this work, we propose a generalized resonate-and-fire model described by a generalized Langevin equation that takes into account memory effects and colored noise. We perform a comprehensive numerical analysis to study the dynamics and the point process statistics of the proposed model, highlighting interesting new features such as (i) nonmonotonic behavior (emergence of peak structures, enhanced by the choice of colored noise characteristic time scale) of the coefficient of variation (CV) as a function of memory characteristic time scale, (ii) colored noise-induced shift in the CV, and (iii) emergence and suppression of multimodality in the interspike interval (ISI) distribution due to memory-induced subthreshold oscillations. Moreover, in the noise-induced spike regime, we study how memory and colored noise affect the coherence resonance (CR) phenomenon. We found that for sufficiently long memory, not only is CR suppressed but also the minimum of the CV-versus-noise intensity curve that characterizes the presence of CR may be replaced by a maximum. The aforementioned features allow to interpret the interplay between memory and colored noise as an effective control mechanism to neuronal variability. Since both variability and nontrivial temporal patterns in the ISI distribution are ubiquitous in biological cells, we hope the present model can be useful in modeling real aspects of neurons.

  5. Thermomechanical model for NiTi shape memory wires

    International Nuclear Information System (INIS)

    Frost, M; Sedlák, P; Sippola, M; Šittner, P

    2010-01-01

    A simple one-dimensional rate-independent model is proposed. It is able to capture responses of a NiTi shape memory alloy wire element to mechanical and thermal loadings. Since the model takes into account martensitic phase transformation as well as deformation processes in the martensite, both shape memory effects and pseudoelasticity can be simulated. The model introduces non-hysteretic transformation strain. Particular attention was paid to description of partial loading cycles. By changing the input parameters the model can be adapted to various types of NiTi-based materials. The model was implemented in the finite element code Abaqus as a User routine and several simulations were performed to validate the implementation

  6. Memory Effects in the Two-Level Model for Glasses

    Science.gov (United States)

    Aquino, Gerardo; Allahverdyan, Armen; Nieuwenhuizen, Theo M.

    2008-07-01

    We study an ensemble of two-level systems interacting with a thermal bath. This is a well-known model for glasses. The origin of memory effects in this model is a quasistationary but nonequilibrium state of a single two-level system, which is realized due to a finite-rate cooling and slow thermally activated relaxation. We show that single-particle memory effects, such as negativity of the specific heat under reheating, vanish for a sufficiently disordered ensemble. In contrast, a disordered ensemble displays a collective memory effect [similar to the Kovacs effect], where nonequilibrium features of the ensemble are monitored via a macroscopic observable. An experimental realization of the effect can be used to further assess the consistency of the model.

  7. The effects of a subpsychotic dose of ketamine on recognition and source memory for agency: implications for pharmacological modelling of core symptoms of schizophrenia.

    Science.gov (United States)

    Honey, Garry D; O'loughlin, Chris; Turner, Danielle C; Pomarol-Clotet, Edith; Corlett, Philip R; Fletcher, Paul C

    2006-02-01

    Ketamine is increasingly used to model the cognitive deficits and symptoms of schizophrenia. We investigated the extent to which ketamine administration in healthy volunteers reproduces the deficits in episodic recognition memory and agency source monitoring reported in schizophrenia. Intravenous infusions of placebo or 100 ng/ml ketamine were administered to 12 healthy volunteers in a double-blind, placebo-controlled, randomized, within-subjects study. In response to presented words, the subject or experimenter performed a deep or shallow encoding task, providing a 2(drug) x 2(depth of processing) x 2(agency) factorial design. At test, subjects discriminated old/new words, and recalled the sources (task and agent). Data were analyzed using multinomial modelling to identify item recognition, source memory for agency and task, and guessing biases. Under ketamine, item recognition and cued recall of deeply encoded items were impaired, replicating previous findings. In contrast to schizophrenia, there was a reduced tendency to externalize agency source guessing biases under ketamine. While the recognition memory deficit observed with ketamine is consistent with previous work and with schizophrenia, the changes in source memory differ from those reported in schizophrenic patients. This difference may account for the pattern of psychopathology induced by ketamine.

  8. Towards self-correcting quantum memories

    Science.gov (United States)

    Michnicki, Kamil

    This thesis presents a model of self-correcting quantum memories where quantum states are encoded using topological stabilizer codes and error correction is done using local measurements and local dynamics. Quantum noise poses a practical barrier to developing quantum memories. This thesis explores two types of models for suppressing noise. One model suppresses thermalizing noise energetically by engineering a Hamiltonian with a high energy barrier between code states. Thermalizing dynamics are modeled phenomenologically as a Markovian quantum master equation with only local generators. The second model suppresses stochastic noise with a cellular automaton that performs error correction using syndrome measurements and a local update rule. Several ways of visualizing and thinking about stabilizer codes are presented in order to design ones that have a high energy barrier: the non-local Ising model, the quasi-particle graph and the theory of welded stabilizer codes. I develop the theory of welded stabilizer codes and use it to construct a code with the highest known energy barrier in 3-d for spin Hamiltonians: the welded solid code. Although the welded solid code is not fully self correcting, it has some self correcting properties. It has an increased memory lifetime for an increased system size up to a temperature dependent maximum. One strategy for increasing the energy barrier is by mediating an interaction with an external system. I prove a no-go theorem for a class of Hamiltonians where the interaction terms are local, of bounded strength and commute with the stabilizer group. Under these conditions the energy barrier can only be increased by a multiplicative constant. I develop cellular automaton to do error correction on a state encoded using the toric code. The numerical evidence indicates that while there is no threshold, the model can extend the memory lifetime significantly. While of less theoretical importance, this could be practical for real

  9. Through the Immune Looking Glass: A Model for Brain Memory Strategies.

    Directory of Open Access Journals (Sweden)

    Silvia eSánchez-Ramón

    2016-02-01

    Full Text Available The immune system (IS and the central nervous system (CNS are complex cognitive networks involved in defining the identity (self of the individual through recognition and memory processes that enable one to anticipate responses to stimuli. Brain memory has traditionally been classified as either implicit or explicit on psychological and anatomical grounds, with reminiscences of the evolutionarily-based innate-adaptive IS responses. Beyond the multineuronal networks of the CNS, we propose a theoretical model of brain memory integrating the CNS as a whole. This is achieved by analogical reasoning between the operational rules of recognition and memory processes in both systems, coupled to an evolutionary analysis. In this new model, the hippocampus is no longer specifically ascribed to explicit memory but rather it both becomes part of the innate (implicit memory system and tightly controls the explicit memory system. Alike the antigen presenting cells for the IS, the hippocampus would integrate transient and pseudo-specific (i.e. danger-fear memories and would drive the formation of long-term and highly specific or explicit memories (i.e. the taste of the Proust’s madeleine cake by the more complex and recent, evolutionarily speaking, neocortex. Experimental and clinical evidence is provided to support the model. We believe that the singularity of this model’s approximation could help to gain a better understanding of the mechanisms operating in brain memory strategies from a large-scale network perspective.

  10. Through the Immune Looking Glass: A Model for Brain Memory Strategies

    Science.gov (United States)

    Sánchez-Ramón, Silvia; Faure, Florence

    2016-01-01

    The immune system (IS) and the central nervous system (CNS) are complex cognitive networks involved in defining the identity (self) of the individual through recognition and memory processes that enable one to anticipate responses to stimuli. Brain memory has traditionally been classified as either implicit or explicit on psychological and anatomical grounds, with reminiscences of the evolutionarily-based innate-adaptive IS responses. Beyond the multineuronal networks of the CNS, we propose a theoretical model of brain memory integrating the CNS as a whole. This is achieved by analogical reasoning between the operational rules of recognition and memory processes in both systems, coupled to an evolutionary analysis. In this new model, the hippocampus is no longer specifically ascribed to explicit memory but rather it both becomes part of the innate (implicit) memory system and tightly controls the explicit memory system. Alike the antigen presenting cells for the IS, the hippocampus would integrate transient and pseudo-specific (i.e., danger-fear) memories and would drive the formation of long-term and highly specific or explicit memories (i.e., the taste of the Proust’s madeleine cake) by the more complex and recent, evolutionarily speaking, neocortex. Experimental and clinical evidence is provided to support the model. We believe that the singularity of this model’s approximation could help to gain a better understanding of the mechanisms operating in brain memory strategies from a large-scale network perspective. PMID:26869886

  11. Memory effects on mechanically stimulated electric signal; diversification of stimuli impact on material memory and comments on the observed features

    Science.gov (United States)

    Kyriazis, Panagiotis; Stavrakas, Ilias; Anastasiadis, Cimon; Triantis, Dimos; Stonham, John

    2010-05-01

    Memory is defined as the ability of marble and generally of brittle geomaterials to retain 'imprints' from previous treatments and to reproduce information about these treatments under certain conditions, by analogy to the memory of human beings. Memory effects have been observed in the evolution of a variety of physical properties like the acoustic emissions of brittle materials during fracture. The existence of memory effects for the mechanically stimulated electric signal, either by Pressure (PSC) or by Bending (BSC), is examined in this work, alongside with an attempt to distinguish between the two different manifestations of 'memory' based on the electrification mechanism that is triggered at different levels of externally applied load on samples. Having identified two main mechanisms (i.e. the dynamic and the cracking) and following the human memory model, we suggest the separation of memory of a material specimen into two levels i.e. the short or temporary and long or permanent memory. For the observation and analysis of the short memory of brittle materials we have conducted experiments using the PSC technique in marble specimens. The materials are imposed to cyclic stepwise loading of the same level, scheme and direction (axial stress - unchanged position of material) in order to comply with the conditions that are proposed as suitable for memory effects study by other researchers. We have also conducted experimental tests of cyclic high level stepwise loading on amphibolite rock specimens in order to verify and study the existence of permanent memory effects. Modelling the signal recordings and studying the effects of memory on the signals, we have identified certain trends manifestation for the two types of memory that are summarised to the following points. (a) Both types of memory influence the PSC peaks evolution (exponential decrease) in cyclic loadings of the same level. (b) Permanent memory cannot be erased and affects PSC signal permanently and

  12. A Four–Component Model of Age–Related Memory Change

    Science.gov (United States)

    Healey, M. Karl; Kahana, Michael J.

    2015-01-01

    We develop a novel, computationally explicit, theory of age–related memory change within the framework of the context maintenance and retrieval (CMR2) model of memory search. We introduce a set of benchmark findings from the free recall and recognition tasks that includes aspects of memory performance that show both age-related stability and decline. We test aging theories by lesioning the corresponding mechanisms in a model fit to younger adult free recall data. When effects are considered in isolation, many theories provide an adequate account, but when all effects are considered simultaneously, the existing theories fail. We develop a novel theory by fitting the full model (i.e., allowing all parameters to vary) to individual participants and comparing the distributions of parameter values for older and younger adults. This theory implicates four components: 1) the ability to sustain attention across an encoding episode, 2) the ability to retrieve contextual representations for use as retrieval cues, 3) the ability to monitor retrievals and reject intrusions, and 4) the level of noise in retrieval competitions. We extend CMR2 to simulate a recognition memory task using the same mechanisms the free recall model uses to reject intrusions. Without fitting any additional parameters, the four–component theory that accounts for age differences in free recall predicts the magnitude of age differences in recognition memory accuracy. Confirming a prediction of the model, free recall intrusion rates correlate positively with recognition false alarm rates. Thus we provide a four–component theory of a complex pattern of age differences across two key laboratory tasks. PMID:26501233

  13. A revised limbic system model for memory, emotion and behaviour.

    Science.gov (United States)

    Catani, Marco; Dell'acqua, Flavio; Thiebaut de Schotten, Michel

    2013-09-01

    Emotion, memories and behaviour emerge from the coordinated activities of regions connected by the limbic system. Here, we propose an update of the limbic model based on the seminal work of Papez, Yakovlev and MacLean. In the revised model we identify three distinct but partially overlapping networks: (i) the Hippocampal-diencephalic and parahippocampal-retrosplenial network dedicated to memory and spatial orientation; (ii) The temporo-amygdala-orbitofrontal network for the integration of visceral sensation and emotion with semantic memory and behaviour; (iii) the default-mode network involved in autobiographical memories and introspective self-directed thinking. The three networks share cortical nodes that are emerging as principal hubs in connectomic analysis. This revised network model of the limbic system reconciles recent functional imaging findings with anatomical accounts of clinical disorders commonly associated with limbic pathology. Copyright © 2013 Elsevier Ltd. All rights reserved.

  14. A Java Reference Model of Transacted Memory for Smart Cards

    NARCIS (Netherlands)

    Poll, Erik; Hartel, Pieter H.; de Jong, Eduard

    Transacted Memory offers persistence, undoability and auditing. We present a Java/JML Reference Model of the Transacted Memory system on the basis of our earlier separate Z model and C implementation. We conclude that Java/JML combines the advantages of a high level specification in the JML part

  15. A Java Reference Model of Transacted Memory for Smart Cards

    NARCIS (Netherlands)

    Poll, Erik; Hartel, Pieter H.; de Jong, Eduard

    2002-01-01

    Transacted Memory offers persistence, undoability and auditing. We present a Java/JML Reference Model of the Transacted Memory system on the basis of our earlier separate Z model and C implementation. We conclude that Java/JML combines the advantages of a high level specification in the JML part

  16. External momentum expansion in NJL model

    International Nuclear Information System (INIS)

    Huang Mei; Zhao Weiqin; Zhuang Pengfei

    1999-01-01

    In the large N c expansion beyond mean-field approximation, the authors develop a general scheme of SU(2) NJL model including current quark mass explicitly. In the scheme, the constituent quark's propagator is expanded in pions external momentum k, and all the Feynman diagrams are naturally expanded to k 2 term in a unified way. The numerical results show that in the mean field approximation, the effect of current quark mass is invisible, however, the effect of current quark mass can be seen explicitly beyond mean-field approximation for reasonable choices of the parameters in NJL model

  17. Scaling Techniques for Massive Scale-Free Graphs in Distributed (External) Memory

    KAUST Repository

    Pearce, Roger; Gokhale, Maya; Amato, Nancy M.

    2013-01-01

    We present techniques to process large scale-free graphs in distributed memory. Our aim is to scale to trillions of edges, and our research is targeted at leadership class supercomputers and clusters with local non-volatile memory, e.g., NAND Flash

  18. A Hamiltonian driven quantum-like model for overdistribution in episodic memory recollection.

    Science.gov (United States)

    Broekaert, Jan B.; Busemeyer, Jerome R.

    2017-06-01

    While people famously forget genuine memories over time, they also tend to mistakenly over-recall equivalent memories concerning a given event. The memory phenomenon is known by the name of episodic overdistribution and occurs both in memories of disjunctions and partitions of mutually exclusive events and has been tested, modeled and documented in the literature. The total classical probability of recalling exclusive sub-events most often exceeds the probability of recalling the composed event, i.e. a subadditive total. We present a Hamiltonian driven propagation for the Quantum Episodic Memory model developed by Brainerd (et al., 2015) for the episodic memory overdistribution in the experimental immediate item false memory paradigm (Brainerd and Reyna, 2008, 2010, 2015). Following the Hamiltonian method of Busemeyer and Bruza (2012) our model adds time-evolution of the perceived memory state through the stages of the experimental process based on psychologically interpretable parameters - γ_c for recollection capability of cues, κ_p for bias or description-dependence by probes and β for the average gist component in the memory state at start. With seven parameters the Hamiltonian model shows good accuracy of predictions both in the EOD-disjunction and in the EOD-subadditivity paradigm. We noticed either an outspoken preponderance of the gist over verbatim trace, or the opposite, in the initial memory state when β is real. Only for complex β a mix of both traces is present in the initial state for the EOD-subadditivity paradigm.

  19. Structural Continuum Modeling of Space Shuttle External Tank Foam Insulation

    Science.gov (United States)

    Steeve, Brian; Ayala, Sam; Purlee, T. Eric; Shaw, Phillip

    2006-01-01

    This document is a viewgraph presentation reporting on work in modeling the foam insulation of the Space Shuttle External Tank. An analytical understanding of foam mechanics is required to design against structural failure. The Space Shuttle External Tank is covered primarily with closed cell foam to: Prevent ice, Protect structure from ascent aerodynamic and engine plume heating, and Delay break-up during re-entry. It is important that the foam does not shed unacceptable debris during ascent environment. Therefore a modeling of the foam insulation was undertaken.

  20. Parental corporal punishment in relation to children's executive function and externalizing behavior problems in China.

    Science.gov (United States)

    Xing, Xiaopei; Wang, Meifang; Wang, Zhengyan

    2018-04-01

    The current study examined the relationship among paternal and maternal corporal punishment (CP), children's executive function (EF), and children's externalizing behavior problems. In total, 328 Chinese preschool-aged children and their parents and teachers participated. Paternal and maternal CP was assessed by father-reports and by mother-reports, respectively. Children's EF was assessed by the Executive Function Touch program. Children's externalizing behavior problems were assessed by mother-reports and by teacher-reports. The results of structural equation modeling generally supported working memory as a mediator linking paternal CP and children's externalizing behaviors and inhibitory control as a mediator linking maternal CP and children's externalizing behaviors. No differences by children's gender were found. The current findings highlight the importance of EF in behavioral outcomes of children who experience parental CP.

  1. Aplikasi Bidirectional Assosiatif Memori (BAM) Network pada Pengenalan Model

    OpenAIRE

    Iskandar, Iskhaq

    2001-01-01

    Penelitian ini bertujuan untuk menyusun suatu simulasi komputer yang dapat dipergunakan untuk menguji kemampuan memori komputer dalam mengenali suatu model tertentu berdasarkan algoritma Bidirectional Assosiatif Memori Neural Network. Model yang digunakan dalam penelitian dalam penelitian ini adalah huruf-huruf abjad yang dinyatakan dalam kode polar –1 dan +1 dalam bentuk matrik [5x3]. Hasil yang didapat dalam penelitian ini menunjukkan bahwa rancangan network yang disusun mampu mengenali mod...

  2. Mechanisms of memory storage in a model perirhinal network.

    Science.gov (United States)

    Samarth, Pranit; Ball, John M; Unal, Gunes; Paré, Denis; Nair, Satish S

    2017-01-01

    The perirhinal cortex supports recognition and associative memory. Prior unit recording studies revealed that recognition memory involves a reduced responsiveness of perirhinal cells to familiar stimuli whereas associative memory formation is linked to increasing perirhinal responses to paired stimuli. Both effects are thought to depend on perirhinal plasticity but it is unclear how the same network could support these opposite forms of plasticity. However, a recent study showed that when neocortical inputs are repeatedly activated, depression or potentiation could develop, depending on the extent to which the stimulated neocortical activity recruited intrinsic longitudinal connections. We developed a biophysically realistic perirhinal model that reproduced these phenomena and used it to investigate perirhinal mechanisms of associative memory. These analyzes revealed that associative plasticity is critically dependent on a specific subset of neurons, termed conjunctive cells (CCs). When the model network was trained with spatially distributed but coincident neocortical inputs, CCs acquired excitatory responses to the paired inputs and conveyed them to distributed perirhinal sites via longitudinal projections. CC ablation during recall abolished expression of the associative memory. However, CC ablation during training did not prevent memory formation because new CCs emerged, revealing that competitive synaptic interactions governs the formation of CC assemblies.

  3. A four-component model of age-related memory change.

    Science.gov (United States)

    Healey, M Karl; Kahana, Michael J

    2016-01-01

    We develop a novel, computationally explicit, theory of age-related memory change within the framework of the context maintenance and retrieval (CMR2) model of memory search. We introduce a set of benchmark findings from the free recall and recognition tasks that include aspects of memory performance that show both age-related stability and decline. We test aging theories by lesioning the corresponding mechanisms in a model fit to younger adult free recall data. When effects are considered in isolation, many theories provide an adequate account, but when all effects are considered simultaneously, the existing theories fail. We develop a novel theory by fitting the full model (i.e., allowing all parameters to vary) to individual participants and comparing the distributions of parameter values for older and younger adults. This theory implicates 4 components: (a) the ability to sustain attention across an encoding episode, (b) the ability to retrieve contextual representations for use as retrieval cues, (c) the ability to monitor retrievals and reject intrusions, and (d) the level of noise in retrieval competitions. We extend CMR2 to simulate a recognition memory task using the same mechanisms the free recall model uses to reject intrusions. Without fitting any additional parameters, the 4-component theory that accounts for age differences in free recall predicts the magnitude of age differences in recognition memory accuracy. Confirming a prediction of the model, free recall intrusion rates correlate positively with recognition false alarm rates. Thus, we provide a 4-component theory of a complex pattern of age differences across 2 key laboratory tasks. (c) 2015 APA, all rights reserved).

  4. A three-dimensional constitutive model for shape memory alloy

    International Nuclear Information System (INIS)

    Zhou, Bo; Yoon, Sung-Ho; Leng, Jin-Song

    2009-01-01

    Shape memory alloy (SMA) has a wide variety of practical applications due to its unique super-elasticity and shape memory effect. It is of practical interest to establish a constitutive model which predicts its phase transformation and mechanical behaviors. In this paper, a new three-dimensional phase transformation equation, which predicts the phase transformation behaviors of SMA, is developed based on the results of a differential scanning calorimetry (DSC) test. It overcomes both limitations: that Zhou's phase transformation equations fail to describe the phase transformation from twinned martensite to detwinned martensite of SMA and Brinson's phase transformation equation fails to express the influences of phase transformation peak temperatures on the phase transformation behaviors of SMA. A new three-dimensional constitutive equation, which predicts the mechanical behaviors associated with the super-elasticity and shape memory effect of SMA, is developed on the basis of thermodynamics and solid mechanics. Results of numerical simulations show that the new constitutive model, which includes the new phase transformation equation and constitutive equation, can predict the phase transformation and mechanical behaviors associated with the super-elasticity and shape memory effect of SMA precisely and comprehensively. It is proved that Brinson's constitutive model of SMA can be considered as one special case of the new constitutive model

  5. Optical Associative Memory Model With Threshold Modification Using Complementary Vector

    Science.gov (United States)

    Bian, Shaoping; Xu, Kebin; Hong, Jing

    1989-02-01

    A new criterion to evaluate the similarity between two vectors in associative memory is presented. According to it, an experimental research about optical associative memory model with threshold modification using complementary vector is carried out. This model is capable of eliminating the posibility to recall erroneously. Therefore the accuracy of reading out is improved.

  6. Enhancing Assisted Living Technology with Extended Visual Memory

    Directory of Open Access Journals (Sweden)

    Joo-Hwee Lim

    2011-05-01

    Full Text Available Human vision and memory are powerful cognitive faculties by which we understand the world. However, they are imperfect and further, subject to deterioration with age. We propose a cognitive-inspired computational model, Extended Visual Memory (EVM, within the Computer-Aided Vision (CAV framework, to assist human in vision-related tasks. We exploit wearable sensors such as cameras, GPS and ambient computing facilities to complement a user's vision and memory functions by answering four types of queries central to visual activities, namely, Retrieval, Understanding, Navigation and Search. Learning of EVM relies on both frequency-based and attention-driven mechanisms to store view-based visual fragments (VF, which are abstracted into high-level visual schemas (VS, both in the visual long-term memory. During inference, the visual short-term memory plays a key role in visual similarity computation between input (or its schematic representation and VF, exemplified from VS when necessary. We present an assisted living scenario, termed EViMAL (Extended Visual Memory for Assisted Living, targeted at mild dementia patients to provide novel functions such as hazard-warning, visual reminder, object look-up and event review. We envisage EVM having the potential benefits in alleviating memory loss, improving recall precision and enhancing memory capacity through external support.

  7. Nonlinear Model of Pseudoelastic Shape Memory Alloy Damper Considering Residual Martensite Strain Effect

    Directory of Open Access Journals (Sweden)

    Y. M. Parulekar

    2012-01-01

    Full Text Available Recently, there has been increasing interest in using superelastic shape memory alloys for applications in seismic resistant-design. Shape memory alloys (SMAs have a unique property by which they can recover their original shape after experiencing large strains up to 8% either by heating (shape memory effect or removing stress (pseudoelastic effect. Many simplified shape memory alloy models are suggested in the past literature for capturing the pseudoelastic response of SMAs in passive vibration control of structures. Most of these models do not consider the cyclic effects of SMA's and resulting residual martensite deformation. Therefore, a suitable constitutive model of shape memory alloy damper which represents the nonlinear hysterical dynamic system appropriately is essential. In this paper a multilinear hysteretic model incorporating residual martensite strain effect of pseudoelastic shape memory alloy damper is developed and experimentally validated using SMA wire, based damper device. A sensitivity analysis is done using the proposed model along with three other simplified SMA models. The models are implemented on a steel frame representing an SDOF system and the comparison of seismic response of structure with all the models is made in the numerical study.

  8. Constitutive Models for Shape Memory Alloy Polycrystals

    Science.gov (United States)

    Comstock, R. J., Jr.; Somerday, M.; Wert, J. A.

    1996-01-01

    Shape memory alloys (SMA) exhibiting the superelastic or one-way effects can produce large recoverable strains upon application of a stress. In single crystals this stress and resulting strain are very orientation dependent. We show experimental stress/strain curves for a Ni-Al single crystal for various loading orientations. Also shown are model predictions; the open and closed circles indicate recoverable strains obtained at various stages in the transformation process. Because of the strong orientation dependence of shape memory properties, crystallographic texture can be expected to play an important role in the mechanical behavior of polycrystalline SMA. It is desirable to formulate a constitutive model to better understand and exploit the unique properties of SMA.

  9. Shape memory materials

    Institute of Scientific and Technical Information of China (English)

    2001-01-01

    Compared with piezoelectric ceramics and magnetostrictive materials, the shape memory materials possess larger recoverable strain and recovery stress but slower response to external field. It is expected that the magneto-shape memory materials may develop considerable strain as well as rapid and precise shape control. Pseudoelasticity and shape memory effect (SME) resulted from martensitic transformation and its reverse transformation in shape memory materials were generally described. The requirements of appearing the shape memory effect in materials and the criteria for thermoelastic martensitic transformation were given. Some aspects concerning characteristics of martensitic transformation, and factors affecting SME in Ni-Ti, Cu-Zn-Al and Fe-Mn-Si based alloys as well as ZrO2 containing ceramics were briefly reviewed. Thermodynamic calculation of Ms temperature as function of grain size and parent ordering in Cu-Zn-Al was presented. The works on prediction of Ms in Fe-Mn-Si based alloys and in ZrO2-CeO2 were mentioned. Magnetic shape memory materials were briefly introduced.

  10. Externalities in a life cycle model with endogenous survival☆

    Science.gov (United States)

    Kuhn, Michael; Wrzaczek, Stefan; Prskawetz, Alexia; Feichtinger, Gustav

    2011-01-01

    We study socially vs individually optimal life cycle allocations of consumption and health, when individual health care curbs own mortality but also has a spillover effect on other persons’ survival. Such spillovers arise, for instance, when health care activity at aggregate level triggers improvements in treatment through learning-by-doing (positive externality) or a deterioration in the quality of care through congestion (negative externality). We combine an age-structured optimal control model at population level with a conventional life cycle model to derive the social and private value of life. We then examine how individual incentives deviate from social incentives and how they can be aligned by way of a transfer scheme. The age-patterns of socially and individually optimal health expenditures and the transfer rate are derived. Numerical analysis illustrates the working of our model. PMID:28298810

  11. Computational Model-Based Prediction of Human Episodic Memory Performance Based on Eye Movements

    Science.gov (United States)

    Sato, Naoyuki; Yamaguchi, Yoko

    Subjects' episodic memory performance is not simply reflected by eye movements. We use a ‘theta phase coding’ model of the hippocampus to predict subjects' memory performance from their eye movements. Results demonstrate the ability of the model to predict subjects' memory performance. These studies provide a novel approach to computational modeling in the human-machine interface.

  12. Modeling spatial-temporal operations with context-dependent associative memories.

    Science.gov (United States)

    Mizraji, Eduardo; Lin, Juan

    2015-10-01

    We organize our behavior and store structured information with many procedures that require the coding of spatial and temporal order in specific neural modules. In the simplest cases, spatial and temporal relations are condensed in prepositions like "below" and "above", "behind" and "in front of", or "before" and "after", etc. Neural operators lie beneath these words, sharing some similarities with logical gates that compute spatial and temporal asymmetric relations. We show how these operators can be modeled by means of neural matrix memories acting on Kronecker tensor products of vectors. The complexity of these memories is further enhanced by their ability to store episodes unfolding in space and time. How does the brain scale up from the raw plasticity of contingent episodic memories to the apparent stable connectivity of large neural networks? We clarify this transition by analyzing a model that flexibly codes episodic spatial and temporal structures into contextual markers capable of linking different memory modules.

  13. A Probabilistic Model of Visual Working Memory: Incorporating Higher Order Regularities into Working Memory Capacity Estimates

    Science.gov (United States)

    Brady, Timothy F.; Tenenbaum, Joshua B.

    2013-01-01

    When remembering a real-world scene, people encode both detailed information about specific objects and higher order information like the overall gist of the scene. However, formal models of change detection, like those used to estimate visual working memory capacity, assume observers encode only a simple memory representation that includes no…

  14. Physicochemical analog for modeling superimposed and coded memories

    Science.gov (United States)

    Ensanian, Minas

    1992-07-01

    The mammalian brain is distinguished by a life-time of memories being stored within the same general region of physicochemical space, and having two extraordinary features. First, memories to varying degrees are superimposed, as well as coded. Second, instantaneous recall of past events can often be affected by relatively simple, and seemingly unrelated sensory clues. For the purposes of attempting to mathematically model such complex behavior, and for gaining additional insights, it would be highly advantageous to be able to simulate or mimic similar behavior in a nonbiological entity where some analogical parameters of interest can reasonably be controlled. It has recently been discovered that in nonlinear accumulative metal fatigue memories (related to mechanical deformation) can be superimposed and coded in the crystal lattice, and that memory, that is, the total number of stress cycles can be recalled (determined) by scanning not the surfaces but the `edges' of the objects. The new scanning technique known as electrotopography (ETG) now makes the state space modeling of metallic networks possible. The author provides an overview of the new field and outlines the areas that are of immediate interest to the science of artificial neural networks.

  15. Models of wave memory

    CERN Document Server

    Kashchenko, Serguey

    2015-01-01

    This monograph examines in detail models of neural systems described by delay-differential equations. Each element of the medium (neuron) is an oscillator that generates, in standalone mode, short impulses also known as spikes. The book discusses models of synaptic interaction between neurons, which lead to complex oscillatory modes in the system. In addition, it presents a solution to the problem of choosing the parameters of interaction in order to obtain attractors with predetermined structure. These attractors are represented as images encoded in the form of autowaves (wave memory). The target audience primarily comprises researchers and experts in the field, but it will also be beneficial for graduate students.

  16. I. WORKING MEMORY CAPACITY IN CONTEXT: MODELING DYNAMIC PROCESSES OF BEHAVIOR, MEMORY, AND DEVELOPMENT.

    Science.gov (United States)

    Simmering, Vanessa R

    2016-09-01

    Working memory is a vital cognitive skill that underlies a broad range of behaviors. Higher cognitive functions are reliably predicted by working memory measures from two domains: children's performance on complex span tasks, and infants' performance in looking paradigms. Despite the similar predictive power across these research areas, theories of working memory development have not connected these different task types and developmental periods. The current project takes a first step toward bridging this gap by presenting a process-oriented theory, focusing on two tasks designed to assess visual working memory capacity in infants (the change-preference task) versus children and adults (the change detection task). Previous studies have shown inconsistent results, with capacity estimates increasing from one to four items during infancy, but only two to three items during early childhood. A probable source of this discrepancy is the different task structures used with each age group, but prior theories were not sufficiently specific to explain how performance relates across tasks. The current theory focuses on cognitive dynamics, that is, how memory representations are formed, maintained, and used within specific task contexts over development. This theory was formalized in a computational model to generate three predictions: 1) capacity estimates in the change-preference task should continue to increase beyond infancy; 2) capacity estimates should be higher in the change-preference versus change detection task when tested within individuals; and 3) performance should correlate across tasks because both rely on the same underlying memory system. I also tested a fourth prediction, that development across tasks could be explained through increasing real-time stability, realized computationally as strengthening connectivity within the model. Results confirmed these predictions, supporting the cognitive dynamics account of performance and developmental changes in real

  17. New model for mines and transportation tunnels external dose calculation using Monte Carlo simulation

    International Nuclear Information System (INIS)

    Allam, Kh. A.

    2017-01-01

    In this work, a new methodology is developed based on Monte Carlo simulation for tunnels and mines external dose calculation. Tunnels external dose evaluation model of a cylindrical shape of finite thickness with an entrance and with or without exit. A photon transportation model was applied for exposure dose calculations. A new software based on Monte Carlo solution was designed and programmed using Delphi programming language. The variation of external dose due to radioactive nuclei in a mine tunnel and the corresponding experimental data lies in the range 7.3 19.9%. The variation of specific external dose rate with position in, tunnel building material density and composition were studied. The given new model has more flexible for real external dose in any cylindrical tunnel structure calculations. (authors)

  18. The Neuroanatomical, Neurophysiological and Psychological Basis of Memory: Current Models and Their Origins

    Science.gov (United States)

    Camina, Eduardo; Güell, Francisco

    2017-01-01

    This review aims to classify and clarify, from a neuroanatomical, neurophysiological, and psychological perspective, different memory models that are currently widespread in the literature as well as to describe their origins. We believe it is important to consider previous developments without which one cannot adequately understand the kinds of models that are now current in the scientific literature. This article intends to provide a comprehensive and rigorous overview for understanding and ordering the latest scientific advances related to this subject. The main forms of memory presented include sensory memory, short-term memory, and long-term memory. Information from the world around us is first stored by sensory memory, thus enabling the storage and future use of such information. Short-term memory (or memory) refers to information processed in a short period of time. Long-term memory allows us to store information for long periods of time, including information that can be retrieved consciously (explicit memory) or unconsciously (implicit memory). PMID:28713278

  19. The Neuroanatomical, Neurophysiological and Psychological Basis of Memory: Current Models and Their Origins.

    Science.gov (United States)

    Camina, Eduardo; Güell, Francisco

    2017-01-01

    This review aims to classify and clarify, from a neuroanatomical, neurophysiological, and psychological perspective, different memory models that are currently widespread in the literature as well as to describe their origins. We believe it is important to consider previous developments without which one cannot adequately understand the kinds of models that are now current in the scientific literature. This article intends to provide a comprehensive and rigorous overview for understanding and ordering the latest scientific advances related to this subject. The main forms of memory presented include sensory memory, short-term memory, and long-term memory. Information from the world around us is first stored by sensory memory, thus enabling the storage and future use of such information. Short-term memory (or memory) refers to information processed in a short period of time. Long-term memory allows us to store information for long periods of time, including information that can be retrieved consciously (explicit memory) or unconsciously (implicit memory).

  20. The Neuroanatomical, Neurophysiological and Psychological Basis of Memory: Current Models and Their Origins

    Directory of Open Access Journals (Sweden)

    Eduardo Camina

    2017-06-01

    Full Text Available This review aims to classify and clarify, from a neuroanatomical, neurophysiological, and psychological perspective, different memory models that are currently widespread in the literature as well as to describe their origins. We believe it is important to consider previous developments without which one cannot adequately understand the kinds of models that are now current in the scientific literature. This article intends to provide a comprehensive and rigorous overview for understanding and ordering the latest scientific advances related to this subject. The main forms of memory presented include sensory memory, short-term memory, and long-term memory. Information from the world around us is first stored by sensory memory, thus enabling the storage and future use of such information. Short-term memory (or memory refers to information processed in a short period of time. Long-term memory allows us to store information for long periods of time, including information that can be retrieved consciously (explicit memory or unconsciously (implicit memory.

  1. Thermomechanical behavior of a two-way shape memory composite actuator

    International Nuclear Information System (INIS)

    Ge, Qi; Westbrook, Kristofer K; Dunn, Martin L; Jerry Qi, H; Mather, Patrick T

    2013-01-01

    Shape memory polymers (SMPs) are a class of smart materials that can fix a temporary shape and recover to their permanent (original) shape in response to an environmental stimulus such as heat, electricity, or irradiation, among others. Most SMPs developed in the past can only demonstrate the so-called one-way shape memory effect; i.e., one programming step can only yield one shape memory cycle. Recently, one of the authors (Mather) developed a SMP that exhibits both one-way shape memory (1W-SM) and two-way shape memory (2W-SM) effects (with the assistance of an external load). This SMP was further used to develop a free-standing composite actuator with a nonlinear reversible actuation under thermal cycling. In this paper, a theoretical model for the PCO SMP based composite actuator was developed to investigate its thermomechanical behavior and the mechanisms for the observed phenomena during the actuation cycles, and to provide insight into how to improve the design. (paper)

  2. Towards Modeling False Memory With Computational Knowledge Bases.

    Science.gov (United States)

    Li, Justin; Kohanyi, Emma

    2017-01-01

    One challenge to creating realistic cognitive models of memory is the inability to account for the vast common-sense knowledge of human participants. Large computational knowledge bases such as WordNet and DBpedia may offer a solution to this problem but may pose other challenges. This paper explores some of these difficulties through a semantic network spreading activation model of the Deese-Roediger-McDermott false memory task. In three experiments, we show that these knowledge bases only capture a subset of human associations, while irrelevant information introduces noise and makes efficient modeling difficult. We conclude that the contents of these knowledge bases must be augmented and, more important, that the algorithms must be refined and optimized, before large knowledge bases can be widely used for cognitive modeling. Copyright © 2016 Cognitive Science Society, Inc.

  3. Calibration of Chaboche Model with a Memory Surface

    Directory of Open Access Journals (Sweden)

    Radim HALAMA

    2013-06-01

    Full Text Available This paper points out a sufficient description of the stress-strain behaviour of the Chaboche nonlinear kinematic hardening model only for materials with the Masing's behaviour, regardless of the number of backstress parts. Subsequently, there are presented two concepts of most widely used memory surfaces: Jiang-Sehitoglu concept (deviatoric plane and Chaboche concept (strain-space. On the base of experimental data of steel ST52 is then shown the possibility of capturing hysteresis loops and cyclic strain curve simultaneously in the usual range for low cycle fatigue calculations. A new model for cyclic hardening/softening behaviour modeling has been also developed based on the Jiang-Sehitoglu memory surface concept. Finally, there are formulated some recommendations for the use of individual models and the direction of further research in conclusions.

  4. A single-system model predicts recognition memory and repetition priming in amnesia.

    Science.gov (United States)

    Berry, Christopher J; Kessels, Roy P C; Wester, Arie J; Shanks, David R

    2014-08-13

    We challenge the claim that there are distinct neural systems for explicit and implicit memory by demonstrating that a formal single-system model predicts the pattern of recognition memory (explicit) and repetition priming (implicit) in amnesia. In the current investigation, human participants with amnesia categorized pictures of objects at study and then, at test, identified fragmented versions of studied (old) and nonstudied (new) objects (providing a measure of priming), and made a recognition memory judgment (old vs new) for each object. Numerous results in the amnesic patients were predicted in advance by the single-system model, as follows: (1) deficits in recognition memory and priming were evident relative to a control group; (2) items judged as old were identified at greater levels of fragmentation than items judged new, regardless of whether the items were actually old or new; and (3) the magnitude of the priming effect (the identification advantage for old vs new items) overall was greater than that of items judged new. Model evidence measures also favored the single-system model over two formal multiple-systems models. The findings support the single-system model, which explains the pattern of recognition and priming in amnesia primarily as a reduction in the strength of a single dimension of memory strength, rather than a selective explicit memory system deficit. Copyright © 2014 the authors 0270-6474/14/3410963-12$15.00/0.

  5. A Model for Microcontroller Functionality Upset Induced by External Pulsed Electromagnetic Irradiation

    Science.gov (United States)

    2016-11-21

    AFRL-RD-PS- AFRL-RD-PS- TN-2016-0003 TN-2016-0003 A Model for Microcontroller Functionality Upset Induced by External Pulsed Electromagnetic...TYPE Technical Note 3. DATES COVERED (From - To) 22-11-2015 – 21-11-2016 4. TITLE AND SUBTITLE A Model for Microcontroller Functionality Upset Induced by... microcontroller (µC) subjected to external irradiation by a narrowband electromagnetic (EM) pulse. In our model, the state of a µC is completely specified by

  6. The memory state heuristic: A formal model based on repeated recognition judgments.

    Science.gov (United States)

    Castela, Marta; Erdfelder, Edgar

    2017-02-01

    The recognition heuristic (RH) theory predicts that, in comparative judgment tasks, if one object is recognized and the other is not, the recognized one is chosen. The memory-state heuristic (MSH) extends the RH by assuming that choices are not affected by recognition judgments per se, but by the memory states underlying these judgments (i.e., recognition certainty, uncertainty, or rejection certainty). Specifically, the larger the discrepancy between memory states, the larger the probability of choosing the object in the higher state. The typical RH paradigm does not allow estimation of the underlying memory states because it is unknown whether the objects were previously experienced or not. Therefore, we extended the paradigm by repeating the recognition task twice. In line with high threshold models of recognition, we assumed that inconsistent recognition judgments result from uncertainty whereas consistent judgments most likely result from memory certainty. In Experiment 1, we fitted 2 nested multinomial models to the data: an MSH model that formalizes the relation between memory states and binary choices explicitly and an approximate model that ignores the (unlikely) possibility of consistent guesses. Both models provided converging results. As predicted, reliance on recognition increased with the discrepancy in the underlying memory states. In Experiment 2, we replicated these results and found support for choice consistency predictions of the MSH. Additionally, recognition and choice latencies were in agreement with the MSH in both experiments. Finally, we validated critical parameters of our MSH model through a cross-validation method and a third experiment. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  7. Dynamic Delayed Duplicate Detection for External Memory Model Checking

    DEFF Research Database (Denmark)

    Evangelista, Sami

    2008-01-01

    Duplicate detection is an expensive operation of disk-based model checkers. It consists of comparing some potentially new states, the candidate states, to previous visited states. We propose a new approach to this technique called dynamic delayed duplicate detection. This one exploits some typical...

  8. Duality in the U(1) Higgs model with an external field

    International Nuclear Information System (INIS)

    Damgaard, P.H.

    1988-07-01

    An external electromagnetic field is coupled to the lattice U(1) Higgs model in a Villain form. Duality transformations are then used to express the partition function in terms of an effective Lagrangian of topological excitations and their couplings to the external field. Consequences for the phase diagram are derived. (orig.)

  9. Assessing Discriminative Performance at External Validation of Clinical Prediction Models.

    Directory of Open Access Journals (Sweden)

    Daan Nieboer

    Full Text Available External validation studies are essential to study the generalizability of prediction models. Recently a permutation test, focusing on discrimination as quantified by the c-statistic, was proposed to judge whether a prediction model is transportable to a new setting. We aimed to evaluate this test and compare it to previously proposed procedures to judge any changes in c-statistic from development to external validation setting.We compared the use of the permutation test to the use of benchmark values of the c-statistic following from a previously proposed framework to judge transportability of a prediction model. In a simulation study we developed a prediction model with logistic regression on a development set and validated them in the validation set. We concentrated on two scenarios: 1 the case-mix was more heterogeneous and predictor effects were weaker in the validation set compared to the development set, and 2 the case-mix was less heterogeneous in the validation set and predictor effects were identical in the validation and development set. Furthermore we illustrated the methods in a case study using 15 datasets of patients suffering from traumatic brain injury.The permutation test indicated that the validation and development set were homogenous in scenario 1 (in almost all simulated samples and heterogeneous in scenario 2 (in 17%-39% of simulated samples. Previously proposed benchmark values of the c-statistic and the standard deviation of the linear predictors correctly pointed at the more heterogeneous case-mix in scenario 1 and the less heterogeneous case-mix in scenario 2.The recently proposed permutation test may provide misleading results when externally validating prediction models in the presence of case-mix differences between the development and validation population. To correctly interpret the c-statistic found at external validation it is crucial to disentangle case-mix differences from incorrect regression coefficients.

  10. The MNESIS model: Memory systems and processes, identity and future thinking.

    Science.gov (United States)

    Eustache, Francis; Viard, Armelle; Desgranges, Béatrice

    2016-07-01

    The Memory NEo-Structural Inter-Systemic model (MNESIS; Eustache and Desgranges, Neuropsychology Review, 2008) is a macromodel based on neuropsychological data which presents an interactive construction of memory systems and processes. Largely inspired by Tulving's SPI model, MNESIS puts the emphasis on the existence of different memory systems in humans and their reciprocal relations, adding new aspects, such as the episodic buffer proposed by Baddeley. The more integrative comprehension of brain dynamics offered by neuroimaging has contributed to rethinking the existence of memory systems. In the present article, we will argue that understanding the concept of memory by dividing it into systems at the functional level is still valid, but needs to be considered in the light of brain imaging. Here, we reinstate the importance of this division in different memory systems and illustrate, with neuroimaging findings, the links that operate between memory systems in response to task demands that constrain the brain dynamics. During a cognitive task, these memory systems interact transiently to rapidly assemble representations and mobilize functions to propose a flexible and adaptative response. We will concentrate on two memory systems, episodic and semantic memory, and their links with autobiographical memory. More precisely, we will focus on interactions between episodic and semantic memory systems in support of 1) self-identity in healthy aging and in brain pathologies and 2) the concept of the prospective brain during future projection. In conclusion, this MNESIS global framework may help to get a general representation of human memory and its brain implementation with its specific components which are in constant interaction during cognitive processes. Copyright © 2016 Elsevier Ltd. All rights reserved.

  11. An extended continuum model considering optimal velocity change with memory and numerical tests

    Science.gov (United States)

    Qingtao, Zhai; Hongxia, Ge; Rongjun, Cheng

    2018-01-01

    In this paper, an extended continuum model of traffic flow is proposed with the consideration of optimal velocity changes with memory. The new model's stability condition and KdV-Burgers equation considering the optimal velocities change with memory are deduced through linear stability theory and nonlinear analysis, respectively. Numerical simulation is carried out to study the extended continuum model, which explores how optimal velocity changes with memory affected velocity, density and energy consumption. Numerical results show that when considering the effects of optimal velocity changes with memory, the traffic jams can be suppressed efficiently. Both the memory step and sensitivity parameters of optimal velocity changes with memory will enhance the stability of traffic flow efficiently. Furthermore, numerical results demonstrates that the effect of optimal velocity changes with memory can avoid the disadvantage of historical information, which increases the stability of traffic flow on road, and so it improve the traffic flow stability and minimize cars' energy consumptions.

  12. The multi-component model of working memory: explorations in experimental cognitive psychology.

    Science.gov (United States)

    Repovs, G; Baddeley, A

    2006-04-28

    There are a number of ways one can hope to describe and explain cognitive abilities, each of them contributing a unique and valuable perspective. Cognitive psychology tries to develop and test functional accounts of cognitive systems that explain the capacities and properties of cognitive abilities as revealed by empirical data gathered by a range of behavioral experimental paradigms. Much of the research in the cognitive psychology of working memory has been strongly influenced by the multi-component model of working memory [Baddeley AD, Hitch GJ (1974) Working memory. In: Recent advances in learning and motivation, Vol. 8 (Bower GA, ed), pp 47-90. New York: Academic Press; Baddeley AD (1986) Working memory. Oxford, UK: Clarendon Press; Baddeley A. Working memory: Thought and action. Oxford: Oxford University Press, in press]. By expanding the notion of a passive short-term memory to an active system that provides the basis for complex cognitive abilities, the model has opened up numerous questions and new lines of research. In this paper we present the current revision of the multi-component model that encompasses a central executive, two unimodal storage systems: a phonological loop and a visuospatial sketchpad, and a further component, a multimodal store capable of integrating information into unitary episodic representations, termed episodic buffer. We review recent empirical data within experimental cognitive psychology that has shaped the development of the multicomponent model and the understanding of the capacities and properties of working memory. Research based largely on dual-task experimental designs and on neuropsychological evidence has yielded valuable information about the fractionation of working memory into independent stores and processes, the nature of representations in individual stores, the mechanisms of their maintenance and manipulation, the way the components of working memory relate to each other, and the role they play in other

  13. Spatial Impairment and Memory in Genetic Disorders: Insights from Mouse Models

    Directory of Open Access Journals (Sweden)

    Sang Ah Lee

    2017-02-01

    Full Text Available Research across the cognitive and brain sciences has begun to elucidate some of the processes that guide navigation and spatial memory. Boundary geometry and featural landmarks are two distinct classes of environmental cues that have dissociable neural correlates in spatial representation and follow different patterns of learning. Consequently, spatial navigation depends both on the type of cue available and on the type of learning provided. We investigated this interaction between spatial representation and memory by administering two different tasks (working memory, reference memory using two different environmental cues (rectangular geometry, striped landmark in mouse models of human genetic disorders: Prader-Willi syndrome (PWScrm+/p− mice, n = 12 and Beta-catenin mutation (Thr653Lys-substituted mice, n = 12. This exploratory study provides suggestive evidence that these models exhibit different abilities and impairments in navigating by boundary geometry and featural landmarks, depending on the type of memory task administered. We discuss these data in light of the specific deficits in cognitive and brain function in these human syndromes and their animal model counterparts.

  14. Organization of the two-level memory in the image processing system on scanning measuring projectors

    International Nuclear Information System (INIS)

    Sychev, A.Yu.

    1977-01-01

    Discussed are the problems of improving the efficiency of the system for processing pictures taken in bubble chambers with the use of scanning measuring projectors. The system comprises 20 to 30 pro ectors linked with the ICL-1903A computer provided with a mainframe memory, 64 kilobytes in size. Because of the insufficient size of a mainframe memory, a part of the programs and data is located in a second-level memory, i.e. in an external memory. The analytical model described herein is used to analyze the effect of the memory organization on the characteristics of the system. It is shown that organization of pure procedures and introduction of the centralized control of the tWo-leVel memory result in substantial improvement of the efficiency of the picture processing system

  15. Dynamic Delayed Duplicate Detection for External Memory Model Checking

    DEFF Research Database (Denmark)

    Evangelista, Sami

    2008-01-01

    Duplicate detection is an expensive operation of disk-based model checkers. It consists of comparing some potentially new states, the candidate states, to previous visited states. We propose a new approach to this technique called dynamic delayed duplicate detection. This one exploits some typica...... significantly better than some previously published algorithms....

  16. Why Narrating Changes Memory: A Contribution to an Integrative Model of Memory and Narrative Processes.

    Science.gov (United States)

    Smorti, Andrea; Fioretti, Chiara

    2016-06-01

    This paper aims to reflect on the relation between autobiographical memory (ME) and autobiographical narrative (NA), examining studies on the effects of narrating on the narrator and showing how studying these relations can make more comprehensible both memory's and narrating's way of working. Studies that address explicitly on ME and NA are scarce and touch this issue indirectly. Authors consider different trends of studies of ME and NA: congruency vs incongruency hypotheses on retrieving, the way of organizing memories according to gist or verbatim format and their role in organizing positive and negative emotional experiences, the social roots of ME and NA, the rules of conversation based on narrating. Analysis of investigations leads the Authors to point out three basic results of their research. Firstly, NA transforms ME because it narrativizes memories according to a narrative format. This means that memories, when are narrated, are transformed in stories (verbal language) and socialised. Secondly, the narrativization process is determined by the act of telling something within a communicative situation. Thus, relational situation of narrating act, by modifying the story, modifies also memories. The Authors propose the RE.NA.ME model (RElation, NArration, MEmory) to understand and study ME and NA. Finally, this study claims that ME and NA refer to two different types of processes having a wide area of overlapping. This is due to common social, developmental and cultural roots that make NA to include part of ME (narrative of memory) and ME to include part of NA (memory of personal events that have been narrated).

  17. Estimating and Forecasting Generalized Fractional Long Memory Stochastic Volatility Models

    Directory of Open Access Journals (Sweden)

    Shelton Peiris

    2017-12-01

    Full Text Available This paper considers a flexible class of time series models generated by Gegenbauer polynomials incorporating the long memory in stochastic volatility (SV components in order to develop the General Long Memory SV (GLMSV model. We examine the corresponding statistical properties of this model, discuss the spectral likelihood estimation and investigate the finite sample properties via Monte Carlo experiments. We provide empirical evidence by applying the GLMSV model to three exchange rate return series and conjecture that the results of out-of-sample forecasts adequately confirm the use of GLMSV model in certain financial applications.

  18. Abnormal Fear Memory as a Model for Posttraumatic Stress Disorder.

    Science.gov (United States)

    Desmedt, Aline; Marighetto, Aline; Piazza, Pier-Vincenzo

    2015-09-01

    For over a century, clinicians have consistently described the paradoxical co-existence in posttraumatic stress disorder (PTSD) of sensory intrusive hypermnesia and declarative amnesia for the same traumatic event. Although this amnesia is considered as a critical etiological factor of the development and/or persistence of PTSD, most current animal models in basic neuroscience have focused exclusively on the hypermnesia, i.e., the persistence of a strong fear memory, neglecting the qualitative alteration of fear memory. The latest is characterized by an underrepresentation of the trauma in the context-based declarative memory system in favor of its overrepresentation in a cue-based sensory/emotional memory system. Combining psychological and neurobiological data as well as theoretical hypotheses, this review supports the idea that contextual amnesia is at the core of PTSD and its persistence and that altered hippocampal-amygdalar interaction may contribute to such pathologic memory. In a first attempt to unveil the neurobiological alterations underlying PTSD-related hypermnesia/amnesia, we describe a recent animal model mimicking in mice some critical aspects of such abnormal fear memory. Finally, this line of argument emphasizes the pressing need for a systematic comparison between normal/adaptive versus abnormal/maladaptive fear memory to identify biomarkers of PTSD while distinguishing them from general stress-related, potentially adaptive, neurobiological alterations. Copyright © 2015 Society of Biological Psychiatry. Published by Elsevier Inc. All rights reserved.

  19. Modeling Active Aging and Explicit Memory: An Empirical Study.

    Science.gov (United States)

    Ponce de León, Laura Ponce; Lévy, Jean Pierre; Fernández, Tomás; Ballesteros, Soledad

    2015-08-01

    The rapid growth of the population of older adults and their concomitant psychological status and health needs have captured the attention of researchers and health professionals. To help fill the void of literature available to social workers interested in mental health promotion and aging, the authors provide a model for active aging that uses psychosocial variables. Structural equation modeling was used to examine the relationships among the latent variables of the state of explicit memory, the perception of social resources, depression, and the perception of quality of life in a sample of 184 older adults. The results suggest that explicit memory is not a direct indicator of the perception of quality of life, but it could be considered an indirect indicator as it is positively correlated with perception of social resources and negatively correlated with depression. These last two variables influenced the perception of quality of life directly, the former positively and the latter negatively. The main outcome suggests that the perception of social support improves explicit memory and quality of life and reduces depression in active older adults. The findings also suggest that gerontological professionals should design memory training programs, improve available social resources, and offer environments with opportunities to exercise memory.

  20. Thermoregulatory model of sleep control: losing the heat memory.

    Science.gov (United States)

    Nakao, M; McGinty, D; Szymusiak, R; Yamamoto, M

    1999-12-01

    Thermoregulatory mechanisms were hypothesized to provide primary control of non-rapid-eye-movement sleep (NREM). On the basis of this hypothesis, we incorporated the thermoregulatory feedback loops mediated by the "heat memory," heat load, and loss processes associated with sleep-wake cycles, which were modulated by two circadian oscillators. In addition, hypnogenic warm-sensitive neurons (HWSNs) were assumed to integrate thermoregulation and NREM control. The heat memory described above could be mediated by some sleep-promoting substances. In this paper, considering the possible carrier of the heat memory, its losing process is newly included in the model. The newly developed model can generate the appropriate features of human sleep-wake patterns. One of the special features of the model is to generate the bimodal distribution of the sleepiness. This bimodality becomes distinct, as the losing rate of the heat memory decreases or the amplitude of the Y oscillator increases. The theoretical analysis shows the losing rate of the heat memory control's rapidity of model response to a thermal perturbation, which is confirmed by simulating the responses with various losing rates to transient heat loads ("heat load pulse"). The sleepiness exhibits large responses to the heat load pulses applied in the early and late phases of wake period, while the response is significantly reduced to the pulse applied in the supposed wake-maintenance zone. This bimodality of the response appears to reflect the sensitivity of the HWSNs. In addition, the early pulse raises the immediate sleepiness rather than the nocturnal sleepiness, while the heat load pulse applied in the later phase of waking period significantly raises the sleepiness during a nocturnal sleep. In simulations of sleep deprivation, the discontinuous relationship between recovery sleep length and deprivation time is reproduced, where the critical sleep deprivation time at which the recovery sleep length jumps is extended

  1. A Mathematical Model for the Hippocampus: Towards the Understanding of Episodic Memory and Imagination

    Science.gov (United States)

    Tsuda, I.; Yamaguti, Y.; Kuroda, S.; Fukushima, Y.; Tsukada, M.

    How does the brain encode episode? Based on the fact that the hippocampus is responsible for the formation of episodic memory, we have proposed a mathematical model for the hippocampus. Because episodic memory includes a time series of events, an underlying dynamics for the formation of episodic memory is considered to employ an association of memories. David Marr correctly pointed out in his theory of archecortex for a simple memory that the hippocampal CA3 is responsible for the formation of associative memories. However, a conventional mathematical model of associative memory simply guarantees a single association of memory unless a rule for an order of successive association of memories is given. The recent clinical studies in Maguire's group for the patients with the hippocampal lesion show that the patients cannot make a new story, because of the lack of ability of imagining new things. Both episodic memory and imagining things include various common characteristics: imagery, the sense of now, retrieval of semantic information, and narrative structures. Taking into account these findings, we propose a mathematical model of the hippocampus in order to understand the common mechanism of episodic memory and imagination.

  2. Cognitive rehabilitation of episodic memory disorders: from theory to practice

    OpenAIRE

    Radek Ptak; Radek Ptak; Martial Van Der Linden; Armin Schnider; Armin Schnider

    2010-01-01

    Memory disorders are among the most frequent and most debilitating cognitive impairments following acquired brain damage. Cognitive remediation strategies attempt to restore lost memory capacity, provide compensatory techniques or teach the use of external memory aids. Memory rehabilitation has strongly been influenced by memory theory, and the interaction between both has stimulated the development of techniques such as spaced retrieval, vanishing cues or errorless learning. These techniques...

  3. Cognitive Rehabilitation of Episodic Memory Disorders: From Theory to Practice

    OpenAIRE

    Ptak, Radek; der Linden, Martial Van; Schnider, Armin

    2010-01-01

    Memory disorders are among the most frequent and most debilitating cognitive impairments following acquired brain damage. Cognitive remediation strategies attempt to restore lost memory capacity, provide compensatory techniques or teach the use of external memory aids. Memory rehabilitation has strongly been influenced by memory theory, and the interaction between both has stimulated the development of techniques such as spaced retrieval, vanishing cues or errorless learning. These techniques...

  4. Health Externalities and Heat savings in Energy System Modelling

    DEFF Research Database (Denmark)

    Zvingilaite, Erika

    Energy consumption and production can cause air pollution with global impact, such as CO2, and local/regional air pollutants, such as SO2, NOx and PM2.5, as a result of fuel combustion. Use of fossil fuels leads to global CO2 emissions and causes global warming effects, regardless place or height......-related external costs can be internalised, for instance, in energy system modelling. External costs of global warming and human health damage can be of comparable magnitude.However, in contrast to global CO2 impacts, air pollution damage to human health depends on a number of factors, related to location...... and included in an energy system optimisation model. The performed analysis of the Danish heat and power sector concludes that accounting for spatial variation of health damage costs in heat and power system optimisation model has an effect on the optimal technology mix and distribution of energy plants among...

  5. External Sector Rebalancing and Endogenous Trade Imbalance Models

    Directory of Open Access Journals (Sweden)

    John Whalley

    2012-12-01

    Full Text Available I discuss the need for trade models to incorporate endogenous trade imbalances both to more adequately capture the reality of a global economy with large imbalances and pressures from the financial crisis for countries to reduce imbalances. Conventional general equilibrium trade models implicitly incorporate monetary neutrality and either have zero trade balance as a property of equilibrium, or have a fixed and exogenous trade imbalance. Models which are discussed here have a variety of forms. In one, central banks fix exchange rates and operate a non accommodative monetary policy and accumulate reserves. Changes in both trade and monetary policies change reserve accumulative and with the external sector imbalances. This is a reflection of China’s current policy regime. In another intertemporal preferences allow for simultaneous inter commodity and intertemporal trade across countries, and with changed intertemporal trade changed external sector imbalances within the period. These formulations are each applied to potential tax initiatives to aid in rebalancing.

  6. Deception and Cognitive Load: Expanding our Horizon with a Working Memory Model

    Directory of Open Access Journals (Sweden)

    Siegfried Ludwig Sporer

    2016-04-01

    Full Text Available Deception and Cognitive Load: Expanding our Horizon with a Working Memory ModelAbstractRecently, studies on deception and its detection have increased dramatically. Many of these studies rely on the cognitive load approach as the sole explanatory principle to understand deception. These studies have been exclusively on lies about negative actions (usually lies of suspects of [mock] crimes. Instead, we need to re-focus more generally on the cognitive processes involved in generating both lies and truths, not just on manipulations of cognitive load. Using Baddeley's (2000, 2007, 2012 working memory model, which integrates verbal and visual processes in working memory with retrieval from long-term memory and control of action, not only verbal content cues but also nonverbal, paraverbal and linguistic cues can be investigated within a single framework. The proposed model considers long-term semantic, episodic and autobiographical memory and their connections with working memory and action. It also incorporates ironic processes of mental control (Wegner, 1994, 2009, the role of scripts and schemata and retrieval cues and retrieval processes. Specific predictions of the model are outlined and support from selective studies is presented. The model is applicable to different types of reports, particularly about lies and truths about complex events, and to different modes of production (oral, hand-written, typed. Predictions regarding several moderator variables and methods to investigate them are proposed.

  7. Memory and learning in a class of neural network models

    International Nuclear Information System (INIS)

    Wallace, D.J.

    1986-01-01

    The author discusses memory and learning properties of the neural network model now identified with Hopfield's work. The model, how it attempts to abstract some key features of the nervous system, and the sense in which learning and memory are identified in the model are described. A brief report is presented on the important role of phase transitions in the model and their implications for memory capacity. The results of numerical simulations obtained using the ICL Distributed Array Processors at Edinburgh are presented. A summary is presented on how the fraction of images which are perfectly stored, depends on the number of nodes and the number of nominal images which one attempts to store using the prescription in Hopfield's paper. Results are presented on the second phase transition in the model, which corresponds to almost total loss of storage capacity as the number of nominal images is increased. Results are given on the performance of a new iterative algorithm for exact storage of up to N images in an N node model

  8. A dynamic model of reasoning and memory.

    Science.gov (United States)

    Hawkins, Guy E; Hayes, Brett K; Heit, Evan

    2016-02-01

    Previous models of category-based induction have neglected how the process of induction unfolds over time. We conceive of induction as a dynamic process and provide the first fine-grained examination of the distribution of response times observed in inductive reasoning. We used these data to develop and empirically test the first major quantitative modeling scheme that simultaneously accounts for inductive decisions and their time course. The model assumes that knowledge of similarity relations among novel test probes and items stored in memory drive an accumulation-to-bound sequential sampling process: Test probes with high similarity to studied exemplars are more likely to trigger a generalization response, and more rapidly, than items with low exemplar similarity. We contrast data and model predictions for inductive decisions with a recognition memory task using a common stimulus set. Hierarchical Bayesian analyses across 2 experiments demonstrated that inductive reasoning and recognition memory primarily differ in the threshold to trigger a decision: Observers required less evidence to make a property generalization judgment (induction) than an identity statement about a previously studied item (recognition). Experiment 1 and a condition emphasizing decision speed in Experiment 2 also found evidence that inductive decisions use lower quality similarity-based information than recognition. The findings suggest that induction might represent a less cautious form of recognition. We conclude that sequential sampling models grounded in exemplar-based similarity, combined with hierarchical Bayesian analysis, provide a more fine-grained and informative analysis of the processes involved in inductive reasoning than is possible solely through examination of choice data. PsycINFO Database Record (c) 2016 APA, all rights reserved.

  9. Estimating and Forecasting Generalized Fractional Long Memory Stochastic Volatility Models

    NARCIS (Netherlands)

    S. Peiris (Shelton); M. Asai (Manabu); M.J. McAleer (Michael)

    2016-01-01

    textabstractIn recent years fractionally differenced processes have received a great deal of attention due to its flexibility in financial applications with long memory. This paper considers a class of models generated by Gegenbauer polynomials, incorporating the long memory in stochastic volatility

  10. Working memory: theories, models, and controversies.

    Science.gov (United States)

    Baddeley, Alan

    2012-01-01

    I present an account of the origins and development of the multicomponent approach to working memory, making a distinction between the overall theoretical framework, which has remained relatively stable, and the attempts to build more specific models within this framework. I follow this with a brief discussion of alternative models and their relationship to the framework. I conclude with speculations on further developments and a comment on the value of attempting to apply models and theories beyond the laboratory studies on which they are typically based.

  11. Why does brain damage impair memory? A connectionist model of object recognition memory in perirhinal cortex.

    Science.gov (United States)

    Cowell, Rosemary A; Bussey, Timothy J; Saksida, Lisa M

    2006-11-22

    Object recognition is the canonical test of declarative memory, the type of memory putatively impaired after damage to the temporal lobes. Studies of object recognition memory have helped elucidate the anatomical structures involved in declarative memory, indicating a critical role for perirhinal cortex. We offer a mechanistic account of the effects of perirhinal cortex damage on object recognition memory, based on the assumption that perirhinal cortex stores representations of the conjunctions of visual features possessed by complex objects. Such representations are proposed to play an important role in memory when it is difficult to solve a task using representations of only individual visual features of stimuli, thought to be stored in regions of the ventral visual stream caudal to perirhinal cortex. The account is instantiated in a connectionist model, in which development of object representations with visual experience provides a mechanism for judgment of previous occurrence. We present simulations addressing the following empirical findings: (1) that impairments after damage to perirhinal cortex (modeled by removing the "perirhinal cortex" layer of the network) are exacerbated by lengthening the delay between presentation of to-be-remembered items and test, (2) that such impairments are also exacerbated by lengthening the list of to-be-remembered items, and (3) that impairments are revealed only when stimuli are trial unique rather than repeatedly presented. This study shows that it may be possible to account for object recognition impairments after damage to perirhinal cortex within a hierarchical, representational framework, in which complex conjunctive representations in perirhinal cortex play a critical role.

  12. A Spiking Working Memory Model Based on Hebbian Short-Term Potentiation

    Science.gov (United States)

    Fiebig, Florian

    2017-01-01

    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 (associative 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. Our findings support the hypothesis that fast Hebbian short-term potentiation is a key WM mechanism. SIGNIFICANCE STATEMENT Working memory (WM) is a key component of cognition. Hypotheses about the neural mechanism behind WM are currently under revision. Reflecting recent findings of fast Hebbian synaptic plasticity in cortex, we test whether a cortical spiking neural network model with such a mechanism can learn a multi-item WM task (word list learning). We show that our model can reproduce human cognitive phenomena and achieve comparable memory performance in both free and cued recall while being simultaneously compatible with experimental data on structure, connectivity, and

  13. Generalized transport model for phase transition with memory

    International Nuclear Information System (INIS)

    Chen, Chi; Ciucci, Francesco

    2013-01-01

    A general model for phenomenological transport in phase transition is derived, which extends Jäckle and Frisch model of phase transition with memory and the Cahn–Hilliard model. In addition to including interfacial energy to account for the presence of interfaces, we introduce viscosity and relaxation contributions, which result from incorporating memory effect into the driving potential. Our simulation results show that even without interfacial energy term, the viscous term can lead to transient diffuse interfaces. From the phase transition induced hysteresis, we discover different energy dissipation mechanism for the interfacial energy and the viscosity effect. In addition, by combining viscosity and interfacial energy, we find that if the former dominates, then the concentration difference across the phase boundary is reduced; conversely, if the interfacial energy is greater then this difference is enlarged.

  14. A Buffer Model of Memory Encoding and Temporal Correlations in Retrieval

    Science.gov (United States)

    Lehman, Melissa; Malmberg, Kenneth J.

    2013-01-01

    Atkinson and Shiffrin's (1968) dual-store model of memory includes structural aspects of memory along with control processes. The rehearsal buffer is a process by which items are kept in mind and long-term episodic traces are formed. The model has been both influential and controversial. Here, we describe a novel variant of Atkinson and Shiffrin's…

  15. Internal Motion Estimation by Internal-external Motion Modeling for Lung Cancer Radiotherapy.

    Science.gov (United States)

    Chen, Haibin; Zhong, Zichun; Yang, Yiwei; Chen, Jiawei; Zhou, Linghong; Zhen, Xin; Gu, Xuejun

    2018-02-27

    The aim of this study is to develop an internal-external correlation model for internal motion estimation for lung cancer radiotherapy. Deformation vector fields that characterize the internal-external motion are obtained by respectively registering the internal organ meshes and external surface meshes from the 4DCT images via a recently developed local topology preserved non-rigid point matching algorithm. A composite matrix is constructed by combing the estimated internal phasic DVFs with external phasic and directional DVFs. Principle component analysis is then applied to the composite matrix to extract principal motion characteristics, and generate model parameters to correlate the internal-external motion. The proposed model is evaluated on a 4D NURBS-based cardiac-torso (NCAT) synthetic phantom and 4DCT images from five lung cancer patients. For tumor tracking, the center of mass errors of the tracked tumor are 0.8(±0.5)mm/0.8(±0.4)mm for synthetic data, and 1.3(±1.0)mm/1.2(±1.2)mm for patient data in the intra-fraction/inter-fraction tracking, respectively. For lung tracking, the percent errors of the tracked contours are 0.06(±0.02)/0.07(±0.03) for synthetic data, and 0.06(±0.02)/0.06(±0.02) for patient data in the intra-fraction/inter-fraction tracking, respectively. The extensive validations have demonstrated the effectiveness and reliability of the proposed model in motion tracking for both the tumor and the lung in lung cancer radiotherapy.

  16. Retrieval-induced NMDA receptor-dependent Arc expression in two models of cocaine-cue memory.

    Science.gov (United States)

    Alaghband, Yasaman; O'Dell, Steven J; Azarnia, Siavash; Khalaj, Anna J; Guzowski, John F; Marshall, John F

    2014-12-01

    The association of environmental cues with drugs of abuse results in persistent drug-cue memories. These memories contribute significantly to relapse among addicts. While conditioned place preference (CPP) is a well-established paradigm frequently used to examine the modulation of drug-cue memories, very few studies have used the non-preference-based model conditioned activity (CA) for this purpose. Here, we used both experimental approaches to investigate the neural substrates of cocaine-cue memories. First, we directly compared, in a consistent setting, the involvement of cortical and subcortical brain regions in cocaine-cue memory retrieval by quantifying activity-regulated cytoskeletal-associated (Arc) protein expression in both the CPP and CA models. Second, because NMDA receptor activation is required for Arc expression, we investigated the NMDA receptor dependency of memory persistence using the CA model. In both the CPP and CA models, drug-paired animals showed significant increases in Arc immunoreactivity in regions of the frontal cortex and amygdala compared to unpaired controls. Additionally, administration of a NMDA receptor antagonist (MK-801 or memantine) immediately after cocaine-CA memory reactivation impaired the subsequent conditioned locomotion associated with the cocaine-paired environment. The enhanced Arc expression evident in a subset of corticolimbic regions after retrieval of a cocaine-context memory, observed in both the CPP and CA paradigms, likely signifies that these regions: (i) are activated during retrieval of these memories irrespective of preference-based decisions, and (ii) undergo neuroplasticity in order to update information about cues previously associated with cocaine. This study also establishes the involvement of NMDA receptors in maintaining memories established using the CA model, a characteristic previously demonstrated using CPP. Overall, these results demonstrate the utility of the CA model for studies of cocaine

  17. Influence of periodic external fields in multiagent models with language dynamics

    Science.gov (United States)

    Palombi, Filippo; Ferriani, Stefano; Toti, Simona

    2017-12-01

    We investigate large-scale effects induced by external fields, phenomenologically interpreted as mass media, in multiagent models evolving with the microscopic dynamics of the binary naming game. In particular, we show that a single external field, broadcasting information at regular time intervals, can reverse the majority opinion of the population, provided the frequency and the effectiveness of the sent messages lie above well-defined thresholds. We study the phase structure of the model in the mean field approximation and in numerical simulations with several network topologies. We also investigate the influence on the agent dynamics of two competing external fields, periodically broadcasting different messages. In finite regions of the parameter space we observe periodic equilibrium states in which the average opinion densities are reversed with respect to naive expectations. Such equilibria occur in two cases: (i) when the frequencies of the competing messages are different but close to each other; (ii) when the frequencies are equal and the relative time shift of the messages does not exceed half a period. We interpret the observed phenomena as a result of the interplay between the external fields and the internal dynamics of the agents and conclude that, depending on the model parameters, the naming game is consistent with scenarios of first- or second-mover advantage (to borrow an expression from the jargon of business strategy).

  18. Age differences in perceptions of memory strategy effectiveness for recent and remote memory.

    Science.gov (United States)

    Lineweaver, Tara T; Horhota, Michelle; Crumley, Jessica; Geanon, Catherine T; Juett, Jacqueline J

    2018-03-01

    We examined whether young and older adults hold different beliefs about the effectiveness of memory strategies for specific types of memory tasks and whether memory strategies are perceived to be differentially effective for young, middle-aged, and older targets. Participants rated the effectiveness of five memory strategies for 10 memory tasks at three target ages (20, 50, and 80 years old). Older adults did not strongly differentiate strategy effectiveness, viewing most strategies as similarly effective across memory tasks. Young adults held strategy-specific beliefs, endorsing external aids and physical health as more effective than a positive attitude or internal strategies, without substantial differentiation based on task. We also found differences in anticipated strategy effectiveness for targets of different ages. Older adults described cognitive and physical health strategies as more effective for older than middle-aged targets, whereas young adults expected these strategies to be equally effective for middle-aged and older target adults.

  19. Autobiographical thinking interferes with episodic memory consolidation.

    Directory of Open Access Journals (Sweden)

    Michael Craig

    Full Text Available New episodic memories are retained better if learning is followed by a few minutes of wakeful rest than by the encoding of novel external information. Novel encoding is said to interfere with the consolidation of recently acquired episodic memories. Here we report four experiments in which we examined whether autobiographical thinking, i.e. an 'internal' memory activity, also interferes with episodic memory consolidation. Participants were presented with three wordlists consisting of common nouns; one list was followed by wakeful rest, one by novel picture encoding and one by autobiographical retrieval/future imagination, cued by concrete sounds. Both novel encoding and autobiographical retrieval/future imagination lowered wordlist retention significantly. Follow-up experiments demonstrated that the interference by our cued autobiographical retrieval/future imagination delay condition could not be accounted for by the sound cues alone or by executive retrieval processes. Moreover, our results demonstrated evidence of a temporal gradient of interference across experiments. Thus, we propose that rich autobiographical retrieval/future imagination hampers the consolidation of recently acquired episodic memories and that such interference is particularly likely in the presence of external concrete cues.

  20. Inhibiting corticosterone synthesis during fear memory formation exacerbates cued fear extinction memory deficits within the single prolonged stress model.

    Science.gov (United States)

    Keller, Samantha M; Schreiber, William B; Stanfield, Briana R; Knox, Dayan

    2015-01-01

    Using the single prolonged stress (SPS) animal model of post-traumatic stress disorder (PTSD), previous studies suggest that enhanced glucocorticoid receptor (GR) expression leads to cued fear extinction retention deficits. However, it is unknown how the endogenous ligand of GRs, corticosterone (CORT), may contribute to extinction retention deficits in the SPS model. Given that CORT synthesis during fear learning is critical for fear memory consolidation and SPS enhances GR expression, CORT synthesis during fear memory formation could strengthen fear memory in SPS rats by enhancing GR activation during fear learning. In turn, this could lead to cued fear extinction retention deficits. We tested the hypothesis that CORT synthesis during fear learning leads to cued fear extinction retention deficits in SPS rats by administering the CORT synthesis inhibitor metyrapone to SPS and control rats prior to fear conditioning, and observed the effect this had on extinction memory. Inhibiting CORT synthesis during fear memory formation in control rats tended to decrease cued freezing, though this effect never reached statistical significance. Contrary to our hypothesis, inhibiting CORT synthesis during fear memory formation disrupted extinction retention in SPS rats. This finding suggests that even though SPS exposure leads to cued fear extinction memory deficits, CORT synthesis during fear memory formation enhances extinction retention in SPS rats. This suggests that stress-induced CORT synthesis in previously stressed rats can be beneficial. Copyright © 2015 Elsevier B.V. All rights reserved.

  1. Modeling learning and memory using verbal learning tests: results from ACTIVE.

    Science.gov (United States)

    Gross, Alden L; Rebok, George W; Brandt, Jason; Tommet, Doug; Marsiske, Michael; Jones, Richard N

    2013-03-01

    To investigate the influence of memory training on initial recall and learning. The Advanced Cognitive Training for Independent and Vital Elderly study of community-dwelling adults older than age 65 (n = 1,401). We decomposed trial-level recall in the Auditory Verbal Learning Test (AVLT) and Hopkins Verbal Learning Test (HVLT) into initial recall and learning across trials using latent growth models. Trial-level increases in words recalled in the AVLT and HVLT at each follow-up visit followed an approximately logarithmic shape. Over the 5-year study period, memory training was associated with slower decline in Trial 1 AVLT recall (Cohen's d = 0.35, p = .03) and steep pre- and posttraining acceleration in learning (d = 1.56, p learning, d = 3.10, p memory-trained group had a higher level of recall than the control group through the end of the 5-year study period despite faster decline in learning. This study contributes to the understanding of the mechanisms by which training benefits memory and expands current knowledge by reporting long-term changes in initial recall and learning, as measured from growth models and by characterization of the impact of memory training on these components. Results reveal that memory training delays the worsening of memory span and boosts learning.

  2. A process-model based approach to prospective memory impairment in Parkinson's disease.

    Science.gov (United States)

    Kliegel, Matthias; Altgassen, Mareike; Hering, Alexandra; Rose, Nathan S

    2011-07-01

    The present review discusses the current state of research on the clinical neuropsychology of prospective memory in Parkinson's disease. To do so the paper is divided in two sections. In the first section, we briefly outline key features of the (partly implicit) rationale underlying the available literature on the clinical neuropsychology of prospective memory. Here, we present a conceptual model that guides our approach to the clinical neuropsychology of prospective memory in general and to the effects of Parkinson's disease on prospective memory in particular. In the second section, we use this model to guide our review of the available literature and suggest some open issues and future directions motivated by previous findings and the proposed conceptual model. The review suggests that certain phases of the prospective memory process (intention formation und initiation) are particularly impaired by Parkinson's disease. In addition, it is argued that prospective memory may be preserved when tasks involve specific features (e.g., focal cues) that reduce the need for strategic monitoring processes. In terms of suggestions for future directions, it is noted that intervention studies are needed which target the specific phases of the prospective memory process that are impaired in Parkinson's disease, such as planning interventions. Moreover, it is proposed that prospective memory deficits in Parkinson's disease should be explored in the context of a general impairment in the ability to form an intention and plan or coordinate an appropriate series of actions. Copyright © 2011 Elsevier Ltd. All rights reserved.

  3. A Cognitive Attachment Model of prolonged grief: integrating attachments, memory, and identity.

    Science.gov (United States)

    Maccallum, Fiona; Bryant, Richard A

    2013-08-01

    Prolonged grief (PG), otherwise known as complicated grief, has attracted much attention in recent years as a potentially debilitating condition that affects approximately 10% of bereaved people. We propose a model of PG that integrates processes of attachment, self-identity, and autobiographical memory. The paper commences with a discussion of the PG construct and reviews current evidence regarding the distinctiveness of PG from other bereavement related-outcomes. We then review the evidence regarding the dysfunctional attachments, appraisals, and coping styles that people with PG display. Recent evidence pertaining to the patterns of autobiographical memory in PG is described in the context of the self-memory system. This system provides a unifying framework to understand the roles of personal memories, identity, attachments, and coping responses in PG. The proposed model places emphasis on how one's sense of identity influences yearning, memories of the deceased, appraisals, and coping strategies, to maintain a focus on the loss. The model is discussed in relation to existing models of PG. The potential for shaping treatment strategies to shift perceptions of the self is then outlined. Finally, we outline future directions to test propositions stemming from the model and enhance our understanding of the mechanisms underlying PG. Copyright © 2013 Elsevier Ltd. All rights reserved.

  4. Do executive functions explain the covariance between internalizing and externalizing behaviors?

    Science.gov (United States)

    Hatoum, Alexander S; Rhee, Soo Hyun; Corley, Robin P; Hewitt, John K; Friedman, Naomi P

    2017-11-16

    This study examined whether executive functions (EFs) might be common features of internalizing and externalizing behavior problems across development. We examined relations between three EF latent variables (a common EF factor and factors specific to updating working memory and shifting sets), constructed from nine laboratory tasks administered at age 17, to latent growth intercept (capturing stability) and slope (capturing change) factors of teacher- and parent-reported internalizing and externalizing behaviors in 885 individual twins aged 7 to 16 years. We then estimated the proportion of intercept-intercept and slope-slope correlations predicted by EF as well as the association between EFs and a common psychopathology factor (P factor) estimated from all 9 years of internalizing and externalizing measures. Common EF was negatively associated with the intercepts of teacher-rated internalizing and externalizing behavior in males, and explained 32% of their covariance; in the P factor model, common EF was associated with the P factor in males. Shifting-specific was positively associated with the externalizing slope across sex. EFs did not explain covariation between parent-rated behaviors. These results suggest that EFs are associated with stable problem behavior variation, explain small proportions of covariance, and are a risk factor that that may depend on gender.

  5. DESTINY: A Comprehensive Tool with 3D and Multi-Level Cell Memory Modeling Capability

    Directory of Open Access Journals (Sweden)

    Sparsh Mittal

    2017-09-01

    Full Text Available To enable the design of large capacity memory structures, novel memory technologies such as non-volatile memory (NVM and novel fabrication approaches, e.g., 3D stacking and multi-level cell (MLC design have been explored. The existing modeling tools, however, cover only a few memory technologies, technology nodes and fabrication approaches. We present DESTINY, a tool for modeling 2D/3D memories designed using SRAM, resistive RAM (ReRAM, spin transfer torque RAM (STT-RAM, phase change RAM (PCM and embedded DRAM (eDRAM and 2D memories designed using spin orbit torque RAM (SOT-RAM, domain wall memory (DWM and Flash memory. In addition to single-level cell (SLC designs for all of these memories, DESTINY also supports modeling MLC designs for NVMs. We have extensively validated DESTINY against commercial and research prototypes of these memories. DESTINY is very useful for performing design-space exploration across several dimensions, such as optimizing for a target (e.g., latency, area or energy-delay product for a given memory technology, choosing the suitable memory technology or fabrication method (i.e., 2D v/s 3D for a given optimization target, etc. We believe that DESTINY will boost studies of next-generation memory architectures used in systems ranging from mobile devices to extreme-scale supercomputers. The latest source-code of DESTINY is available from the following git repository: https://bitbucket.org/sparshmittal/destinyv2.

  6. A preventive maintenance model for leased equipment subject to internal degradation and external shock damage

    International Nuclear Information System (INIS)

    Zhou, Xiaojun; Wu, Changjie; Li, Yanting; Xi, Lifeng

    2016-01-01

    A periodic preventive maintenance modeling method is proposed for leased equipment with continuous internal degradation and stochastic external shock damage considered simultaneously, which can facilitate the equipment lessor to optimize the maintenance schedule for the same kind of equipment rented by different lessees. A novel interactive mechanism between the continuous internal degradation and the stochastic external shock damage is established on the hazard rate of the equipment with integrating the imperfect effect of maintenance. Two improvement factors are defined for the modeling of imperfect maintenance. The number of failures resulting from internal degradation and from external shocks are both mathematically deduced based on this interactive mechanism. The optimal preventive maintenance scheme is obtained by minimizing the cumulative maintenance cost throughout the lease period. Numerical example shows that the proposed preventive maintenance model not only can reflect the reliability status of the equipment but also can clearly distinguish between the impact from internal degradation and that from external shocks. - Highlights: • We propose an imperfect periodic preventive maintenance model for leased equipment. • It can distinguish between the impact from internal degradation and that from external shocks. • An internal–external interactive mechanism is proposed. • Two improvement factors are introduced into the modeling of imperfect maintenance. • The model is helpful for the PM scheduling of the same equipment rented by different lessees.

  7. New parameterization of external and induced fields in geomagnetic field modeling, and a candidate model for IGRF 2005

    DEFF Research Database (Denmark)

    Olsen, Nils; Sabaka, T.J.; Lowes, F.

    2005-01-01

    When deriving spherical harmonic models of the Earth's magnetic field, low-degree external field contributions are traditionally considered by assuming that their expansion coefficient q(1)(0) varies linearly with the D-st-index, while induced contributions are considered assuming a constant ratio...... Q(1) of induced to external coefficients. A value of Q(1) = 0.27 was found from Magsat data and has been used by several authors when deriving recent field models from Orsted and CHAMP data. We describe a new approach that considers external and induced field based on a separation of D-st = E-st + I......-st into external (E-st) and induced (I-st) parts using a 1D model of mantle conductivity. The temporal behavior of q(1)(0) and of the corresponding induced coefficient are parameterized by E-st and I-st, respectively. In addition, we account for baseline-instabilities of D-st by estimating a value of q(1...

  8. Resource allocation models of auditory working memory.

    Science.gov (United States)

    Joseph, Sabine; Teki, Sundeep; Kumar, Sukhbinder; Husain, Masud; Griffiths, Timothy D

    2016-06-01

    Auditory working memory (WM) is the cognitive faculty that allows us to actively hold and manipulate sounds in mind over short periods of time. We develop here a particular perspective on WM for non-verbal, auditory objects as well as for time based on the consideration of possible parallels to visual WM. In vision, there has been a vigorous debate on whether WM capacity is limited to a fixed number of items or whether it represents a limited resource that can be allocated flexibly across items. Resource allocation models predict that the precision with which an item is represented decreases as a function of total number of items maintained in WM because a limited resource is shared among stored objects. We consider here auditory work on sequentially presented objects of different pitch as well as time intervals from the perspective of dynamic resource allocation. We consider whether the working memory resource might be determined by perceptual features such as pitch or timbre, or bound objects comprising multiple features, and we speculate on brain substrates for these behavioural models. This article is part of a Special Issue entitled SI: Auditory working memory. Copyright © 2016 Elsevier B.V. All rights reserved.

  9. Superdiffusion in a non-Markovian random walk model with a Gaussian memory profile

    Science.gov (United States)

    Borges, G. M.; Ferreira, A. S.; da Silva, M. A. A.; Cressoni, J. C.; Viswanathan, G. M.; Mariz, A. M.

    2012-09-01

    Most superdiffusive Non-Markovian random walk models assume that correlations are maintained at all time scales, e.g., fractional Brownian motion, Lévy walks, the Elephant walk and Alzheimer walk models. In the latter two models the random walker can always "remember" the initial times near t = 0. Assuming jump size distributions with finite variance, the question naturally arises: is superdiffusion possible if the walker is unable to recall the initial times? We give a conclusive answer to this general question, by studying a non-Markovian model in which the walker's memory of the past is weighted by a Gaussian centered at time t/2, at which time the walker had one half the present age, and with a standard deviation σt which grows linearly as the walker ages. For large widths we find that the model behaves similarly to the Elephant model, but for small widths this Gaussian memory profile model behaves like the Alzheimer walk model. We also report that the phenomenon of amnestically induced persistence, known to occur in the Alzheimer walk model, arises in the Gaussian memory profile model. We conclude that memory of the initial times is not a necessary condition for generating (log-periodic) superdiffusion. We show that the phenomenon of amnestically induced persistence extends to the case of a Gaussian memory profile.

  10. Modeling and Predistortion of Envelope Tracking Power Amplifiers using a Memory Binomial Model

    DEFF Research Database (Denmark)

    Tafuri, Felice Francesco; Sira, Daniel; Larsen, Torben

    2013-01-01

    . The model definition is based on binomial series, hence the name of memory binomial model (MBM). The MBM is here applied to measured data-sets acquired from an ET measurement set-up. When used as a PA model the MBM showed an NMSE (Normalized Mean Squared Error) as low as −40dB and an ACEPR (Adjacent Channel...... Error Power Ratio) below −51 dB. The simulated predistortion results showed that the MBM can improve the compensation of distortion in the adjacent channel of 5.8 dB and 5.7 dB compared to a memory polynomial predistorter (MPPD). The predistortion performance in the time domain showed an NMSE...

  11. Introducing memory and association mechanism into a biologically inspired visual model.

    Science.gov (United States)

    Qiao, Hong; Li, Yinlin; Tang, Tang; Wang, Peng

    2014-09-01

    A famous biologically inspired hierarchical model (HMAX model), which was proposed recently and corresponds to V1 to V4 of the ventral pathway in primate visual cortex, has been successfully applied to multiple visual recognition tasks. The model is able to achieve a set of position- and scale-tolerant recognition, which is a central problem in pattern recognition. In this paper, based on some other biological experimental evidence, we introduce the memory and association mechanism into the HMAX model. The main contributions of the work are: 1) mimicking the active memory and association mechanism and adding the top down adjustment to the HMAX model, which is the first try to add the active adjustment to this famous model and 2) from the perspective of information, algorithms based on the new model can reduce the computation storage and have a good recognition performance. The new model is also applied to object recognition processes. The primary experimental results show that our method is efficient with a much lower memory requirement.

  12. "Shape function + memory mechanism"-based hysteresis modeling of magnetorheological fluid actuators

    Science.gov (United States)

    Qian, Li-Jun; Chen, Peng; Cai, Fei-Long; Bai, Xian-Xu

    2018-03-01

    A hysteresis model based on "shape function + memory mechanism" is presented and its feasibility is verified through modeling the hysteresis behavior of a magnetorheological (MR) damper. A hysteresis phenomenon in resistor-capacitor (RC) circuit is first presented and analyzed. In the hysteresis model, the "memory mechanism" originating from the charging and discharging processes of the RC circuit is constructed by adopting a virtual displacement variable and updating laws for the reference points. The "shape function" is achieved and generalized from analytical solutions of the simple semi-linear Duhem model. Using the approach, the memory mechanism reveals the essence of specific Duhem model and the general shape function provides a direct and clear means to fit the hysteresis loop. In the frame of the structure of a "Restructured phenomenological model", the original hysteresis operator, i.e., the Bouc-Wen operator, is replaced with the new hysteresis operator. The comparative work with the Bouc-Wen operator based model demonstrates superior performances of high computational efficiency and comparable accuracy of the new hysteresis operator-based model.

  13. The spectro-contextual encoding and retrieval theory of episodic memory.

    Science.gov (United States)

    Watrous, Andrew J; Ekstrom, Arne D

    2014-01-01

    The spectral fingerprint hypothesis, which posits that different frequencies of oscillations underlie different cognitive operations, provides one account for how interactions between brain regions support perceptual and attentive processes (Siegel etal., 2012). Here, we explore and extend this idea to the domain of human episodic memory encoding and retrieval. Incorporating findings from the synaptic to cognitive levels of organization, we argue that spectrally precise cross-frequency coupling and phase-synchronization promote the formation of hippocampal-neocortical cell assemblies that form the basis for episodic memory. We suggest that both cell assembly firing patterns as well as the global pattern of brain oscillatory activity within hippocampal-neocortical networks represents the contents of a particular memory. Drawing upon the ideas of context reinstatement and multiple trace theory, we argue that memory retrieval is driven by internal and/or external factors which recreate these frequency-specific oscillatory patterns which occur during episodic encoding. These ideas are synthesized into a novel model of episodic memory (the spectro-contextual encoding and retrieval theory, or "SCERT") that provides several testable predictions for future research.

  14. Irrelevant sensory stimuli interfere with working memory storage: evidence from a computational model of prefrontal neurons.

    Science.gov (United States)

    Bancroft, Tyler D; Hockley, William E; Servos, Philip

    2013-03-01

    The encoding of irrelevant stimuli into the memory store has previously been suggested as a mechanism of interference in working memory (e.g., Lange & Oberauer, Memory, 13, 333-339, 2005; Nairne, Memory & Cognition, 18, 251-269, 1990). Recently, Bancroft and Servos (Experimental Brain Research, 208, 529-532, 2011) used a tactile working memory task to provide experimental evidence that irrelevant stimuli were, in fact, encoded into working memory. In the present study, we replicated Bancroft and Servos's experimental findings using a biologically based computational model of prefrontal neurons, providing a neurocomputational model of overwriting in working memory. Furthermore, our modeling results show that inhibition acts to protect the contents of working memory, and they suggest a need for further experimental research into the capacity of vibrotactile working memory.

  15. Human processor modelling language (HPML): Estimate working memory load through interaction

    OpenAIRE

    Geisler, J.; Scheben, C.

    2007-01-01

    To operate machines over their user interface may cause high load on human's working memory. This load can decrease performance in the working task significantly if this task is a cognitive challenging one, e. g. diagnosis. With the »Human Processor Modelling Language« (HPML) the interaction activity can be modelled with a directed graph. From such models a condensed indicator value for working memory load can be estimated. Thus different user interface solutions can get compared with respect...

  16. Deflection modeling of permanent magnet spherical chains in the presence of external magnetic fields

    Energy Technology Data Exchange (ETDEWEB)

    O' Donoghue, Kilian, E-mail: kilianod@rennes.ucc.ie; Cantillon-Murphy, Pádraig, E-mail: padraig@alum.mit.edu

    2013-10-15

    This work examines the interaction of permanently magnetised spheres in the presence of external magnetic fields at the millimetre scale. Static chain formation and deflection models are described for N spheres in the presence of an external magnetic field. Analytical models are presented for the two sphere case by neglecting the effects of magnetocrystalline anisotropy while details of a numerical approach to solve a chain of N spheres are shown. The model is experimentally validated using chain deflections in 4.5 mm diameter spheres in groups of 2, 3 and 4 magnets in the presence of uniform magnetic fields, neglecting gravitational effects, with good agreement between the theoretical model and experimental results. This spherical chain structure could be used as an end effector for catheters as a deflection mechanism for magnetic guidance. The spherical point contacts result in large deflections for navigation around tight corners in endoluminal minimally invasive clinical applications. - Highlights: • We model the interaction of magnetic spheres with uniform external fields. • Analytical models are presented for two spheres interacting with an external field. • Numerical methods are used to model the interaction of N spheres in chain formations. • These models are tested experimentally. • We report good agreement between experiment and theory.

  17. Deflection modeling of permanent magnet spherical chains in the presence of external magnetic fields

    International Nuclear Information System (INIS)

    O'Donoghue, Kilian; Cantillon-Murphy, Pádraig

    2013-01-01

    This work examines the interaction of permanently magnetised spheres in the presence of external magnetic fields at the millimetre scale. Static chain formation and deflection models are described for N spheres in the presence of an external magnetic field. Analytical models are presented for the two sphere case by neglecting the effects of magnetocrystalline anisotropy while details of a numerical approach to solve a chain of N spheres are shown. The model is experimentally validated using chain deflections in 4.5 mm diameter spheres in groups of 2, 3 and 4 magnets in the presence of uniform magnetic fields, neglecting gravitational effects, with good agreement between the theoretical model and experimental results. This spherical chain structure could be used as an end effector for catheters as a deflection mechanism for magnetic guidance. The spherical point contacts result in large deflections for navigation around tight corners in endoluminal minimally invasive clinical applications. - Highlights: • We model the interaction of magnetic spheres with uniform external fields. • Analytical models are presented for two spheres interacting with an external field. • Numerical methods are used to model the interaction of N spheres in chain formations. • These models are tested experimentally. • We report good agreement between experiment and theory

  18. Realistic modelling of external flooding scenarios - A multi-disciplinary approach

    International Nuclear Information System (INIS)

    Brinkman, J.L.

    2014-01-01

    Extreme phenomena, such as storm surges or high river water levels, may endanger the safety of nuclear power plants (NPPs) by inundation of the plant site with subsequent damage on safety-related buildings. Flooding may result in simultaneous failures of safety-related components, such as service water pumps and electrical equipment. In addition, the accessibility of the plant may be impeded due to flooding of the plant environment. These consequences are so severe that, (re)assessments of flood risk and flood protection measures should be based on accurate state-of-the-art methods. Dutch nuclear regulations require that a nuclear power plant shall withstand all external initiating events with a return period lower than one million years. For external flooding, this requirement is the basis of the so-called nuclear design level (nucleair ontwerp peil, NOP) of the buildings for external flooding, i.e. the water level at which a system - among others, the nuclear island and the ultimate heat sink - should still function properly. In determining the NOP, the mean water level, wave height and wave behaviour during storm surges are taken into account. This concept could also be used to implement external flooding in a PSA, by assuming that floods exceeding NOP levels directly lead to core damage. However, this straightforward modelling ignores some important aspects: the first is the mitigating effect of the external flood protection as dikes or dunes; the second aspect is that although water levels lower than NOP will not directly lead to core damage, they could do so indirectly as a result of combinations of system loss by flooding and random failure of required safety systems that have to bring the plant in a safe, stable state. Time is a third aspect: failure mechanisms need time to develop and time (via duration of the flood) determines the amount of water on site. This paper describes a PSA approach that takes the (structural) reliability of the external defences

  19. A phenomenological memristor model for short-term/long-term memory

    International Nuclear Information System (INIS)

    Chen, Ling; Li, Chuandong; Huang, Tingwen; Ahmad, Hafiz Gulfam; Chen, Yiran

    2014-01-01

    Memristor is considered to be a natural electrical synapse because of its distinct memory property and nanoscale. In recent years, more and more similar behaviors are observed between memristors and biological synapse, e.g., short-term memory (STM) and long-term memory (LTM). The traditional mathematical models are unable to capture the new emerging behaviors. In this article, an updated phenomenological model based on the model of the Hewlett–Packard (HP) Labs has been proposed to capture such new behaviors. The new dynamical memristor model with an improved ion diffusion term can emulate the synapse behavior with forgetting effect, and exhibit the transformation between the STM and the LTM. Further, this model can be used in building new type of neural networks with forgetting ability like biological systems, and it is verified by our experiment with Hopfield neural network. - Highlights: • We take the Fick diffusion and the Soret diffusion into account in the ion drift theory. • We develop a new model based on the old HP model. • The new model can describe the forgetting effect and the spike-rate-dependent property of memristor. • The new model can solve the boundary effect of all window functions discussed in [13]. • A new Hopfield neural network with the forgetting ability is built by the new memristor model

  20. A cognitive psychometric model for the psychodiagnostic assessment of memory-related deficits.

    Science.gov (United States)

    Alexander, Gregory E; Satalich, Timothy A; Shankle, W Rodman; Batchelder, William H

    2016-03-01

    Clinical tests used for psychodiagnostic purposes, such as the well-known Alzheimer's Disease Assessment Scale: Cognitive subscale (ADAS-Cog), include a free-recall task. The free-recall task taps into latent cognitive processes associated with learning and memory components of human cognition, any of which might be impaired with the progression of Alzheimer's disease (AD). A Hidden Markov model of free recall is developed to measure latent cognitive processes used during the free-recall task. In return, these cognitive measurements give us insight into the degree to which normal cognitive functions are differentially impaired by medical conditions, such as AD and related disorders. The model is used to analyze the free-recall data obtained from healthy elderly participants, participants diagnosed as having mild cognitive impairment, and participants diagnosed with early AD. The model is specified hierarchically to handle item differences because of the serial position curve in free recall, as well as within-group individual differences in participants' recall abilities. Bayesian hierarchical inference is used to estimate the model. The model analysis suggests that the impaired patients have the following: (1) long-term memory encoding deficits, (2) short-term memory (STM) retrieval deficits for all but very short time intervals, (3) poorer transfer into long-term memory for items successfully retrieved from STM, and (4) poorer retention of items encoded into long-term memory after longer delays. Yet, impaired patients appear to have no deficit in immediate recall of encoded words in long-term memory or for very short time intervals in STM. (c) 2016 APA, all rights reserved).

  1. Interference in memory for tonal pitch: implications for a working-memory model.

    Science.gov (United States)

    Pechmann, T; Mohr, G

    1992-05-01

    The degree of interference caused by different kinds of stimuli on memory for tonal pitch was studied. Musically trained and untrained subjects heard a sequence of two tones separated by an interval of 5 sec. The tones were either identical in pitch or differed by a semitone. Subjects had to decide whether the tones were identical or not. The interval was filled with tonal, verbal, or visual material under attended and unattended conditions. The results revealed clear group differences. Musically trained subjects' retention of the first test tone was only affected by the interposition of other tones. In contrast, the performance of musically untrained subjects was also affected by verbal and visual items. The findings are discussed in the framework of Baddeley's (1986) working-memory model.

  2. Contention Modeling for Multithreaded Distributed Shared Memory Machines: The Cray XMT

    Energy Technology Data Exchange (ETDEWEB)

    Secchi, Simone; Tumeo, Antonino; Villa, Oreste

    2011-07-27

    Distributed Shared Memory (DSM) machines are a wide class of multi-processor computing systems where a large virtually-shared address space is mapped on a network of physically distributed memories. High memory latency and network contention are two of the main factors that limit performance scaling of such architectures. Modern high-performance computing DSM systems have evolved toward exploitation of massive hardware multi-threading and fine-grained memory hashing to tolerate irregular latencies, avoid network hot-spots and enable high scaling. In order to model the performance of such large-scale machines, parallel simulation has been proved to be a promising approach to achieve good accuracy in reasonable times. One of the most critical factors in solving the simulation speed-accuracy trade-off is network modeling. The Cray XMT is a massively multi-threaded supercomputing architecture that belongs to the DSM class, since it implements a globally-shared address space abstraction on top of a physically distributed memory substrate. In this paper, we discuss the development of a contention-aware network model intended to be integrated in a full-system XMT simulator. We start by measuring the effects of network contention in a 128-processor XMT machine and then investigate the trade-off that exists between simulation accuracy and speed, by comparing three network models which operate at different levels of accuracy. The comparison and model validation is performed by executing a string-matching algorithm on the full-system simulator and on the XMT, using three datasets that generate noticeably different contention patterns.

  3. A Spiking Working Memory Model Based on Hebbian Short-Term Potentiation.

    Science.gov (United States)

    Fiebig, Florian; Lansner, Anders

    2017-01-04

    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 (associative 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. Our findings support the hypothesis that fast Hebbian short-term potentiation is a key WM mechanism. Working memory (WM) is a key component of cognition. Hypotheses about the neural mechanism behind WM are currently under revision. Reflecting recent findings of fast Hebbian synaptic plasticity in cortex, we test whether a cortical spiking neural network model with such a mechanism can learn a multi-item WM task (word list learning). We show that our model can reproduce human cognitive phenomena and achieve comparable memory performance in both free and cued recall while being simultaneously compatible with experimental data on structure, connectivity, and neurophysiology of the underlying

  4. Electrophysiological Evidence for a Sensory Recruitment Model of Somatosensory Working Memory.

    Science.gov (United States)

    Katus, Tobias; Grubert, Anna; Eimer, Martin

    2015-12-01

    Sensory recruitment models of working memory assume that information storage is mediated by the same cortical areas that are responsible for the perceptual processing of sensory signals. To test this assumption, we measured somatosensory event-related brain potentials (ERPs) during a tactile delayed match-to-sample task. Participants memorized a tactile sample set at one task-relevant hand to compare it with a subsequent test set on the same hand. During the retention period, a sustained negativity (tactile contralateral delay activity, tCDA) was elicited over primary somatosensory cortex contralateral to the relevant hand. The amplitude of this component increased with memory load and was sensitive to individual limitations in memory capacity, suggesting that the tCDA reflects the maintenance of tactile information in somatosensory working memory. The tCDA was preceded by a transient negativity (N2cc component) with a similar contralateral scalp distribution, which is likely to reflect selection of task-relevant tactile stimuli at the encoding stage. The temporal sequence of N2cc and tCDA components mirrors previous observations from ERP studies of working memory in vision. The finding that the sustained somatosensory delay period activity varies as a function of memory load supports a sensory recruitment model for spatial working memory in touch. © The Author 2014. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  5. Control of crack pattern using memory effect of paste

    International Nuclear Information System (INIS)

    Nakahara, Akio; Shinohara, Yuu; Matsuo, Yousuke

    2011-01-01

    A densely packed colloidal suspension, called as a paste, remembers the direction of external mechanical fields, such as flow and vibration. When the pastes are dried, memories in pastes are visualized as macroscopically anisotropic crack patterns, such as lamellar, radial, ring and spiral. Here, we experimentally investigate how pastes remember such experiences by using paste with different size distribution of colloidal particles. We find that a paste with smaller particles have a better memory, in the sense it remembers external mechanical fields at smaller solid volume fraction, which implies that interparticle forces between colloidal particles play an important role in memory effects, causing a quantitative change in the phase diagram for the same material. This result supports the hypothesis that memories in pastes are maintained as microscopically anisotropic network structure of colloidal particles, connected via interparticle forces between colloidal particles, such as van der Waals interaction.

  6. Biologically inspired information theory: Adaptation through construction of external reality models by living systems.

    Science.gov (United States)

    Nakajima, Toshiyuki

    2015-12-01

    Higher animals act in the world using their external reality models to cope with the uncertain environment. Organisms that have not developed such information-processing organs may also have external reality models built in the form of their biochemical, physiological, and behavioral structures, acquired by natural selection through successful models constructed internally. Organisms subject to illusions would fail to survive in the material universe. How can organisms, or living systems in general, determine the external reality from within? This paper starts with a phenomenological model, in which the self constitutes a reality model developed through the mental processing of phenomena. Then, the it-from-bit concept is formalized using a simple mathematical model. For this formalization, my previous work on an algorithmic process is employed to constitute symbols referring to the external reality, called the inverse causality, with additional improvements to the previous work. Finally, as an extension of this model, the cognizers system model is employed to describe the self as one of many material entities in a world, each of which acts as a subject by responding to the surrounding entities. This model is used to propose a conceptual framework of information theory that can deal with both the qualitative (semantic) and quantitative aspects of the information involved in biological processes. Copyright © 2015 Elsevier Ltd. All rights reserved.

  7. Deception and Cognitive Load: Expanding Our Horizon with a Working Memory Model.

    Science.gov (United States)

    Sporer, Siegfried L

    2016-01-01

    Recently, studies on deception and its detection have increased dramatically. Many of these studies rely on the "cognitive load approach" as the sole explanatory principle to understand deception. These studies have been exclusively on lies about negative actions (usually lies of suspects of [mock] crimes). Instead, we need to re-focus more generally on the cognitive processes involved in generating both lies and truths, not just on manipulations of cognitive load. Using Baddeley's (2000, 2007, 2012) working memory model, which integrates verbal and visual processes in working memory with retrieval from long-term memory and control of action, not only verbal content cues but also nonverbal, paraverbal, and linguistic cues can be investigated within a single framework. The proposed model considers long-term semantic, episodic and autobiographical memory and their connections with working memory and action. It also incorporates ironic processes of mental control (Wegner, 1994, 2009), the role of scripts and schemata and retrieval cues and retrieval processes. Specific predictions of the model are outlined and support from selective studies is presented. The model is applicable to different types of reports, particularly about lies and truths about complex events, and to different modes of production (oral, hand-written, typed). Predictions regarding several moderator variables and methods to investigate them are proposed.

  8. Use of explicit memory cues following parietal lobe lesions.

    Science.gov (United States)

    Dobbins, Ian G; Jaeger, Antonio; Studer, Bettina; Simons, Jon S

    2012-11-01

    The putative role of the lateral parietal lobe in episodic memory has recently become a topic of considerable debate, owing primarily to its consistent activation for studied materials during functional magnetic resonance imaging studies of recognition. Here we examined the performance of patients with parietal lobe lesions using an explicit memory cueing task in which probabilistic cues ("Likely Old" or "Likely New"; 75% validity) preceded the majority of verbal recognition memory probes. Without cues, patients and control participants did not differ in accuracy. However, group differences emerged during the "Likely New" cue condition with controls responding more accurately than parietal patients when these cues were valid (preceding new materials) and trending towards less accuracy when these cues were invalid (preceding old materials). Both effects suggest insufficient integration of external cues into memory judgments on the part of the parietal patients whose cued performance largely resembled performance in the complete absence of cues. Comparison of the parietal patients to a patient group with frontal lobe lesions suggested the pattern was specific to parietal and adjacent area lesions. Overall, the data indicate that parietal lobe patients fail to appropriately incorporate external cues of novelty into recognition attributions. This finding supports a role for the lateral parietal lobe in the adaptive biasing of memory judgments through the integration of external cues and internal memory evidence. We outline the importance of such adaptive biasing through consideration of basic signal detection predictions regarding maximum possible accuracy with and without informative environmental cues. Copyright © 2012 Elsevier Ltd. All rights reserved.

  9. Modeling High Frequency Data with Long Memory and Structural Change: A-HYEGARCH Model

    Directory of Open Access Journals (Sweden)

    Yanlin Shi

    2018-03-01

    Full Text Available In this paper, we propose an Adaptive Hyperbolic EGARCH (A-HYEGARCH model to estimate the long memory of high frequency time series with potential structural breaks. Based on the original HYGARCH model, we use the logarithm transformation to ensure the positivity of conditional variance. The structural change is further allowed via a flexible time-dependent intercept in the conditional variance equation. To demonstrate its effectiveness, we perform a range of Monte Carlo studies considering various data generating processes with and without structural changes. Empirical testing of the A-HYEGARCH model is also conducted using high frequency returns of S&P 500, FTSE 100, ASX 200 and Nikkei 225. Our simulation and empirical evidence demonstrate that the proposed A-HYEGARCH model outperforms various competing specifications and can effectively control for structural breaks. Therefore, our model may provide more reliable estimates of long memory and could be a widely useful tool for modelling financial volatility in other contexts.

  10. Study of self-compliance behaviors and internal filament characteristics in intrinsic SiOx-based resistive switching memory

    International Nuclear Information System (INIS)

    Chang, Yao-Feng; Zhou, Fei; Chen, Ying-Chen; Lee, Jack C.; Fowler, Burt

    2016-01-01

    Self-compliance characteristics and reliability optimization are investigated in intrinsic unipolar silicon oxide (SiO x )-based resistive switching (RS) memory using TiW/SiO x /TiW device structures. The program window (difference between SET voltage and RESET voltage) is dependent on external series resistance, demonstrating that the SET process is due to a voltage-triggered mechanism. The program window has been optimized for program/erase disturbance immunity and reliability for circuit-level applications. The SET and RESET transitions have also been characterized using a dynamic conductivity method, which distinguishes the self-compliance behavior due to an internal series resistance effect (filament) in SiO x -based RS memory. By using a conceptual “filament/resistive gap (GAP)” model of the conductive filament and a proton exchange model with appropriate assumptions, the internal filament resistance and GAP resistance can be estimated for high- and low-resistance states (HRS and LRS), and are found to be independent of external series resistance. Our experimental results not only provide insights into potential reliability issues but also help to clarify the switching mechanisms and device operating characteristics of SiO x -based RS memory

  11. An Exploratory Study: Assessment of Modeled Dioxin Exposure in Ceramic Art Studios (External Review Draft)

    Science.gov (United States)

    EPA has released an external review draft entitled, An Exploratory Study: Assessment of Modeled Dioxin Exposure in Ceramic Art Studios(External Review Draft). The public comment period and the external peer-review workshop are separate processes that provide opportunities ...

  12. Skin-Inspired Haptic Memory Arrays with an Electrically Reconfigurable Architecture.

    Science.gov (United States)

    Zhu, Bowen; Wang, Hong; Liu, Yaqing; Qi, Dianpeng; Liu, Zhiyuan; Wang, Hua; Yu, Jiancan; Sherburne, Matthew; Wang, Zhaohui; Chen, Xiaodong

    2016-02-24

    Skin-inspired haptic-memory devices, which can retain pressure information after the removel of external pressure by virtue of the nonvolatile nature of the memory devices, are achieved. The rise of haptic-memory devices will allow for mimicry of human sensory memory, opening new avenues for the design of next-generation high-performance sensing devices and systems. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  13. A long-memory model of motor learning in the saccadic system: a regime-switching approach.

    Science.gov (United States)

    Wong, Aaron L; Shelhamer, Mark

    2013-08-01

    Maintenance of movement accuracy relies on motor learning, by which prior errors guide future behavior. One aspect of this learning process involves the accurate generation of predictions of movement outcome. These predictions can, for example, drive anticipatory movements during a predictive-saccade task. Predictive saccades are rapid eye movements made to anticipated future targets based on error information from prior movements. This predictive process exhibits long-memory (fractal) behavior, as suggested by inter-trial fluctuations. Here, we model this learning process using a regime-switching approach, which avoids the computational complexities associated with true long-memory processes. The resulting model demonstrates two fundamental characteristics. First, long-memory behavior can be mimicked by a system possessing no true long-term memory, producing model outputs consistent with human-subjects performance. In contrast, the popular two-state model, which is frequently used in motor learning, cannot replicate these findings. Second, our model suggests that apparent long-term memory arises from the trade-off between correcting for the most recent movement error and maintaining consistent long-term behavior. Thus, the model surprisingly predicts that stronger long-memory behavior correlates to faster learning during adaptation (in which systematic errors drive large behavioral changes); greater apparent long-term memory indicates more effective incorporation of error from the cumulative history across trials.

  14. Music evokes vivid autobiographical memories.

    Science.gov (United States)

    Belfi, Amy M; Karlan, Brett; Tranel, Daniel

    2016-08-01

    Music is strongly intertwined with memories-for example, hearing a song from the past can transport you back in time, triggering the sights, sounds, and feelings of a specific event. This association between music and vivid autobiographical memory is intuitively apparent, but the idea that music is intimately tied with memories, seemingly more so than other potent memory cues (e.g., familiar faces), has not been empirically tested. Here, we compared memories evoked by music to those evoked by famous faces, predicting that music-evoked autobiographical memories (MEAMs) would be more vivid. Participants listened to 30 songs, viewed 30 faces, and reported on memories that were evoked. Memories were transcribed and coded for vividness as in Levine, B., Svoboda, E., Hay, J. F., Winocur, G., & Moscovitch, M. [2002. Aging and autobiographical memory: Dissociating episodic from semantic retrieval. Psychology and Aging, 17, 677-689]. In support of our hypothesis, MEAMs were more vivid than autobiographical memories evoked by faces. MEAMs contained a greater proportion of internal details and a greater number of perceptual details, while face-evoked memories contained a greater number of external details. Additionally, we identified sex differences in memory vividness: for both stimulus categories, women retrieved more vivid memories than men. The results show that music not only effectively evokes autobiographical memories, but that these memories are more vivid than those evoked by famous faces.

  15. DYNAMIC MATHEMATICAL MODEL OF URBAN SPATIAL PATTERN (RESIDENTIAL CHOICE OF LOCATION: MOBILITY VS EXTERNALITY

    Directory of Open Access Journals (Sweden)

    Rahma Fitriani

    2015-01-01

    Full Text Available Household’s residential choice of location determines urban spatial pattern (e.g sprawl. The static model which assumes that the choice has been affected by distance to the CBD and location specific externality, fails to capture the evoution of the pattern over time. Therefore this study proposes a dynamic version of the model. It analyses the effects of externalities on the optimal solution of development decision as function of time. It also derives the effect of mobility and externality on the rate of change of development pattern through time. When the increasing rate of utility is not as significant as the increasing rate of income, the externalities will delay the change of urban spatial pattern over time. If the mobility costs increase by large amount relative to the increase of income and inflation rate, then the mobility effect dominates the effects of externalities in delaying the urban expansion.

  16. Study of deformation of droplet in external force field by using liquid-gas model of lattice-gas

    International Nuclear Information System (INIS)

    Ebihara, Ken-ichi; Watanabe, Tadashi

    2000-10-01

    The deformation of the droplet by the external force which is assumed to be gravity is studied by using the liquid-gas model of lattice-gas. Two types of liquid-gas models, one is the minimal model and the other is the maximal model, which are distinguished from each other by the added long-range interactions are used for the simulation of the droplet deformation. The difference of the droplet deformation between the maximal model and the minimal model was observed. While the droplet of the minimal model elongates in the direction of the external force, the droplet of the maximal model elongates in the perpendicular direction to the external force. Therefore the droplet deformation in the external force field of the maximal model is more similar to the droplet deformation which is observed in experiments than that of the minimal model. (author)

  17. Modeling Coevolution between Language and Memory Capacity during Language Origin

    Science.gov (United States)

    Gong, Tao; Shuai, Lan

    2015-01-01

    Memory is essential to many cognitive tasks including language. Apart from empirical studies of memory effects on language acquisition and use, there lack sufficient evolutionary explorations on whether a high level of memory capacity is prerequisite for language and whether language origin could influence memory capacity. In line with evolutionary theories that natural selection refined language-related cognitive abilities, we advocated a coevolution scenario between language and memory capacity, which incorporated the genetic transmission of individual memory capacity, cultural transmission of idiolects, and natural and cultural selections on individual reproduction and language teaching. To illustrate the coevolution dynamics, we adopted a multi-agent computational model simulating the emergence of lexical items and simple syntax through iterated communications. Simulations showed that: along with the origin of a communal language, an initially-low memory capacity for acquired linguistic knowledge was boosted; and such coherent increase in linguistic understandability and memory capacities reflected a language-memory coevolution; and such coevolution stopped till memory capacities became sufficient for language communications. Statistical analyses revealed that the coevolution was realized mainly by natural selection based on individual communicative success in cultural transmissions. This work elaborated the biology-culture parallelism of language evolution, demonstrated the driving force of culturally-constituted factors for natural selection of individual cognitive abilities, and suggested that the degree difference in language-related cognitive abilities between humans and nonhuman animals could result from a coevolution with language. PMID:26544876

  18. Small--radiation-amplitude dynamical voltage model of an irradiated, externally unbiased Josephson tunnel junction

    International Nuclear Information System (INIS)

    McAdory, R.T. Jr.

    1988-01-01

    A theory is presented for the nonequilibrium voltage states of an irradiated Josephson junction shunted by an external resistor but with no external current or voltage biasing. This device, referred to as a free-running Josephson junction, is modeled in a small--radiation-amplitude, deterministic regime extending the previous work of Shenoy and Agarwal. The time-averaged induced voltage is treated as a dynamical variable, the external radiation is modeled as a current source, and the induced junction-radiation vector potential, with and without a mode structure, is treated to first order in the driving currents. A dynamical equation for the time-averaged induced voltage yields a (nonequilibrium) steady-state relation between the time-averaged induced voltage and the incident radiation amplitude valid for a wide range of voltages, including zero. Regions of bistability occur in the voltage--versus--incident-amplitude curves, some of which are dependent on the external resistor. The zero-voltage state breaks down, as the external radiation amplitude is increased, at a critical value of the incident-radiation amplitude inversely proportional to the external resistance

  19. Investigation of fast initialization of spacecraft bubble memory systems

    Science.gov (United States)

    Looney, K. T.; Nichols, C. D.; Hayes, P. J.

    1984-01-01

    Bubble domain technology offers significant improvement in reliability and functionality for spacecraft onboard memory applications. In considering potential memory systems organizations, minimization of power in high capacity bubble memory systems necessitates the activation of only the desired portions of the memory. In power strobing arbitrary memory segments, a capability of fast turn on is required. Bubble device architectures, which provide redundant loop coding in the bubble devices, limit the initialization speed. Alternate initialization techniques are investigated to overcome this design limitation. An initialization technique using a small amount of external storage is demonstrated.

  20. On the Use of Memory Models in Audio Features

    DEFF Research Database (Denmark)

    Jensen, Karl Kristoffer

    2011-01-01

    Audio feature estimation is potentially improved by including higher- level models. One such model is the Short Term Memory (STM) model. A new paradigm of audio feature estimation is obtained by adding the influence of notes in the STM. These notes are identified when the perceptual spectral flux...

  1. Laser memory (hologram) and coincident redundant multiplex memory (CRM-memory)

    International Nuclear Information System (INIS)

    Ostojic, Branko

    1975-01-01

    It is shown that besides the memory which remembers the object by memorising of the phases of the interferenting waves of the light (i.e. hologram) it is possible to construct the memory which remembers the object by memorising of the phases of the interferenting impulses (CFM-memory). It is given the mathematical description of the memory, based on the experimental model. Although in the paper only the technical aspect of CRM memory is given. It is mentioned the possibility that the human memory has the same principle and that the invention of CRM memory is due to cybernetical analysis of the system human eye-visual cortex

  2. Working Memory in Written Composition: An Evaluation of the 1996 Model

    Directory of Open Access Journals (Sweden)

    Ronald T. Kellogg, , , &

    2013-10-01

    Full Text Available A model of how working memory, as conceived by Baddeley (1986, supports the planning of ideas, translating ideas into written sentences, and reviewing the ideas and text already produced was proposed by Kellogg (1996. A progress report based on research from the past 17 years shows strong support for the core assumption that planning, translating, and reviewing are all dependent on the central executive. Similarly, the translation of ideas into a sentence does in fact require also verbal working memory, but the claim that editing makes no demands on the phonological loop is tenuous. As predicted by the model, planning also engages the visuo-spatial sketchpad. However, it turns out to do so only in planning with concrete concepts that elicit mental imagery. Abstract concepts do not require visuo-spatial resources, a point not anticipated by the original model. Moreover, it is unclear the extent to which planning involves spatial as opposed to visual working memory. Contrary to Baddeley’s original model, these are now known to be independent stores of working memory; the specific role of the spatial store in writing is uncertain based on the existing literature. The implications of this body of research for the instruction of writing are considered in the final section of the paper.

  3. Modeling Students' Memory for Application in Adaptive Educational Systems

    Science.gov (United States)

    Pelánek, Radek

    2015-01-01

    Human memory has been thoroughly studied and modeled in psychology, but mainly in laboratory setting under simplified conditions. For application in practical adaptive educational systems we need simple and robust models which can cope with aspects like varied prior knowledge or multiple-choice questions. We discuss and evaluate several models of…

  4. Bibliography - Existing Guidance for External Hazard Modelling

    International Nuclear Information System (INIS)

    Decker, Kurt

    2015-01-01

    The bibliography of deliverable D21.1 includes existing international and national guidance documents and standards on external hazard assessment together with a selection of recent scientific papers, which are regarded to provide useful information on the state of the art of external event modelling. The literature database is subdivided into International Standards, National Standards, and Science Papers. The deliverable is treated as a 'living document' which is regularly updated as necessary during the lifetime of ASAMPSA-E. The current content of the database is about 140 papers. Most of the articles are available as full-text versions in PDF format. The deliverable is available as an EndNote X4 database and as text files. The database includes the following information: Reference, Key words, Abstract (if available), PDF file of the original paper (if available), Notes (comments by the ASAMPSA-E consortium if available) The database is stored at the ASAMPSA-E FTP server hosted by IRSN. PDF files of original papers are accessible through the EndNote software

  5. A heuristic model for working memory deficit in schizophrenia.

    Science.gov (United States)

    Qi, Zhen; Yu, Gina P; Tretter, Felix; Pogarell, Oliver; Grace, Anthony A; Voit, Eberhard O

    2016-11-01

    The life of schizophrenia patients is severely affected by deficits in working memory. In various brain regions, the reciprocal interactions between excitatory glutamatergic neurons and inhibitory GABAergic neurons are crucial. Other neurotransmitters, in particular dopamine, serotonin, acetylcholine, and norepinephrine, modulate the local balance between glutamate and GABA and therefore regulate the function of brain regions. Persistent alterations in the balances between the neurotransmitters can result in working memory deficits. Here we present a heuristic computational model that accounts for interactions among neurotransmitters across various brain regions. The model is based on the concept of a neurochemical interaction matrix at the biochemical level and combines this matrix with a mobile model representing physiological dynamic balances among neurotransmitter systems associated with working memory. The comparison of clinical and simulation results demonstrates that the model output is qualitatively very consistent with the available data. In addition, the model captured how perturbations migrated through different neurotransmitters and brain regions. Results showed that chronic administration of ketamine can cause a variety of imbalances, and application of an antagonist of the D2 receptor in PFC can also induce imbalances but in a very different manner. The heuristic computational model permits a variety of assessments of genetic, biochemical, and pharmacological perturbations and serves as an intuitive tool for explaining clinical and biological observations. The heuristic model is more intuitive than biophysically detailed models. It can serve as an important tool for interdisciplinary communication and even for psychiatric education of patients and relatives. This article is part of a Special Issue entitled "System Genetics" Guest Editor: Dr. Yudong Cai and Dr. Tao Huang. Copyright © 2016 Elsevier B.V. All rights reserved.

  6. Dynamic effects of memory in a cobweb model with competing technologies

    Science.gov (United States)

    Agliari, Anna; Naimzada, Ahmad; Pecora, Nicolò

    2017-02-01

    We analyze a simple model based on the cobweb demand-supply framework with costly innovators and free imitators and study the endogenous dynamics of price and firms' fractions in a homogeneous good market. The evolutionary selection between technologies depends on a performance measure in which a memory parameter is introduced. The resulting dynamics is then described by a two-dimensional map. In addition to the locally stabilizing effect due to the presence of memory, we show the existence of a double stability threshold which entails for different dynamic scenarios occurring when the memory parameter takes extreme values (i.e. when consideration of the last profit realization prevails or it is too much neglected). The eventuality of different coexisting attractors as well as the structure of the basins of attraction that characterizes the path dependence property of the model with memory is shown. In particular, through global analysis we also illustrate particular bifurcations sequences that may increase the complexity of the related basins of attraction.

  7. Femoral Component External Rotation Affects Knee Biomechanics: A Computational Model of Posterior-stabilized TKA.

    Science.gov (United States)

    Kia, Mohammad; Wright, Timothy M; Cross, Michael B; Mayman, David J; Pearle, Andrew D; Sculco, Peter K; Westrich, Geoffrey H; Imhauser, Carl W

    2018-01-01

    The correct amount of external rotation of the femoral component during TKA is controversial because the resulting changes in biomechanical knee function associated with varying degrees of femoral component rotation are not well understood. We addressed this question using a computational model, which allowed us to isolate the biomechanical impact of geometric factors including bony shapes, location of ligament insertions, and implant size across three different knees after posterior-stabilized (PS) TKA. Using a computational model of the tibiofemoral joint, we asked: (1) Does external rotation unload the medial collateral ligament (MCL) and what is the effect on lateral collateral ligament tension? (2) How does external rotation alter tibiofemoral contact loads and kinematics? (3) Does 3° external rotation relative to the posterior condylar axis align the component to the surgical transepicondylar axis (sTEA) and what anatomic factors of the femoral condyle explain variations in maximum MCL tension among knees? We incorporated a PS TKA into a previously developed computational knee model applied to three neutrally aligned, nonarthritic, male cadaveric knees. The computational knee model was previously shown to corroborate coupled motions and ligament loading patterns of the native knee through a range of flexion. Implant geometries were virtually installed using hip-to-ankle CT scans through measured resection and anterior referencing surgical techniques. Collateral ligament properties were standardized across each knee model by defining stiffness and slack lengths based on the healthy population. The femoral component was externally rotated from 0° to 9° relative to the posterior condylar axis in 3° increments. At each increment, the knee was flexed under 500 N compression from 0° to 90° simulating an intraoperative examination. The computational model predicted collateral ligament forces, compartmental contact forces, and tibiofemoral internal/external and

  8. A mathematical model of capacious and efficient memory that survives trauma

    Science.gov (United States)

    Srivastava, Vipin; Edwards, S. F.

    2004-02-01

    The brain's memory system can store without any apparent constraint, it recalls stored information efficiently and it is robust against lesion. Existing models of memory do not fully account for all these features. The model due to Hopfield (Proc. Natl. Acad. Sci. USA 79 (1982) 2554) based on Hebbian learning (The Organization of Behaviour, Wiley, New York, 1949) shows an early saturation of memory with the retrieval from memory becoming slow and unreliable before collapsing at this limit. Our hypothesis (Physica A 276 (2000) 352) that the brain might store orthogonalized information improved the situation in many ways but was still constrained in that the information to be stored had to be linearly independent, i.e., signals that could be expressed as linear combinations of others had to be excluded. Here we present a model that attempts to address the problem quite comprehensively in the background of the above attributes of the brain. We demonstrate that if the brain devolves incoming signals in analogy with Fourier analysis, the noise created by interference of stored signals diminishes systematically (which yields prompt retrieval) and most importantly it can withstand partial damages to the brain.

  9. Effects of Astragalus polysaccharides on memory impairment in a diabetic rat model

    Directory of Open Access Journals (Sweden)

    Dun C

    2016-07-01

    Full Text Available Changping Dun,1 Junqian Liu,1 Fucheng Qiu,1 Xueda Wu,2 Yakun Wang,3 Yongyan Zhao,4 Ping Gu1 1Department of Neurology, the First Hospital of Hebei Medical University, 2Department of Cardiac Surgery, the Second Hospital of Hebei Medical University, 3Department of Endocrinology, the Fourth Hospital of Hebei Medical University, Shijiazhuang, 4Department of Nursing, Maternal and Child Health Hospital of Tangshan City, Tangshan, People’s Republic of China Objective: Astragalus polysaccharides (APS are active constituents of Astragalus membranaceus. In this study, we aimed to investigate the effects of APS on memory impairment in a diabetic rat model and their mechanisms. Methods: A diabetic model was established in 50 male Wistar rats with streptozotocin intraperitoneal injection. A blood glucose level higher than 16.7 mmol/L obtained 72 hours after the injection was regarded as a successful diabetic model. The modeled rats were divided into model group, high, medium, and low doses of APS, and piracetam groups (positive control. A group of ten rats without streptozotocin-induced diabetes were used as a normal control. After respective consecutive 8-week treatments, the levels of blood fasting plasma glucose, insulin, hemoglobin A1c, memory performance, hippocampal malondialdehyde, and superoxide dismutase were determined. Results: After the 8-week APS treatment, serum fasting plasma glucose, hemoglobin A1c, and insulin levels were decreased compared with those of the model group (P<0.05. Importantly, memory impairment in the diabetic model was reversed by APS treatments. In addition, hippocampal malondialdehyde concentration was lowered, whereas that of superoxide dismutase was higher after APS treatments. Conclusion: APS are important active components responsible for memory improvement in rats with streptozotocin-induced diabetes. The potential mechanism of action is associated with the effects of APS on glucose and lipid metabolism, and

  10. PMCAP: A Threat Model of Process Memory Data on the Windows Operating System

    Directory of Open Access Journals (Sweden)

    Jiaye Pan

    2017-01-01

    Full Text Available Research on endpoint security involves both traditional PC platform and prevalent mobile platform, among which the analysis of software vulnerability and malware is one of the important contents. For researchers, it is necessary to carry out nonstop exploration of the insecure factors in order to better protect the endpoints. Driven by this motivation, we propose a new threat model named Process Memory Captor (PMCAP on the Windows operating system which threatens the live process volatile memory data. Compared with other threats, PMCAP aims at dynamic data in the process memory and uses a noninvasive approach for data extraction. In this paper we describe and analyze the model and then give a detailed implementation taking four popular web browsers IE, Edge, Chrome, and Firefox as examples. Finally, the model is verified through real experiments and case studies. Compared with existing technologies, PMCAP can extract valuable data at a lower cost; some techniques in the model are also suitable for memory forensics and malware analysis.

  11. Computational modelling of memory retention from synapse to behaviour

    Science.gov (United States)

    van Rossum, Mark C. W.; Shippi, Maria

    2013-03-01

    One of our most intriguing mental abilities is the capacity to store information and recall it from memory. Computational neuroscience has been influential in developing models and concepts of learning and memory. In this tutorial review we focus on the interplay between learning and forgetting. We discuss recent advances in the computational description of the learning and forgetting processes on synaptic, neuronal, and systems levels, as well as recent data that open up new challenges for statistical physicists.

  12. Computational modelling of memory retention from synapse to behaviour

    International Nuclear Information System (INIS)

    Van Rossum, Mark C W; Shippi, Maria

    2013-01-01

    One of our most intriguing mental abilities is the capacity to store information and recall it from memory. Computational neuroscience has been influential in developing models and concepts of learning and memory. In this tutorial review we focus on the interplay between learning and forgetting. We discuss recent advances in the computational description of the learning and forgetting processes on synaptic, neuronal, and systems levels, as well as recent data that open up new challenges for statistical physicists. (paper)

  13. Report 2: Guidance document on practices to model and implement external flooding hazards in extended PSA

    International Nuclear Information System (INIS)

    Rebour, V.; Georgescu, G.; Leteinturier, D.; Raimond, E.; La Rovere, S.; Bernadara, P.; Vasseur, D.; Brinkman, H.; Groudev, P.; Ivanov, I.; Turschmann, M.; Sperbeck, S.; Potempski, S.; Hirata, K.; Kumar, Manorma

    2016-01-01

    This report provides a review of existing practices to model and implement external flooding hazards in existing level 1 PSA. The objective is to identify good practices on the modelling of initiating events (internal and external hazards) with a perspective of development of extended PSA and implementation of external events modelling in extended L1 PSA, its limitations/difficulties as far as possible. The views presented in this report are based on the ASAMPSA-E partners' experience and available publications. The report includes discussions on the following issues: - how to structure a L1 PSA for external flooding events, - information needed from geosciences in terms of hazards modelling and to build relevant modelling for PSA, - how to define and model the impact of each flooding event on SSCs with distinction between the flooding protective structures and devices and the effect of protection failures on other SSCs, - how to identify and model the common cause failures in one reactor or between several reactors, - how to apply HRA methodology for external flooding events, - how to credit additional emergency response (post-Fukushima measures like mobile equipment), - how to address the specific issues of L2 PSA, - how to perform and present risk quantification. (authors)

  14. External validation of multivariable prediction models: a systematic review of methodological conduct and reporting

    Science.gov (United States)

    2014-01-01

    Background Before considering whether to use a multivariable (diagnostic or prognostic) prediction model, it is essential that its performance be evaluated in data that were not used to develop the model (referred to as external validation). We critically appraised the methodological conduct and reporting of external validation studies of multivariable prediction models. Methods We conducted a systematic review of articles describing some form of external validation of one or more multivariable prediction models indexed in PubMed core clinical journals published in 2010. Study data were extracted in duplicate on design, sample size, handling of missing data, reference to the original study developing the prediction models and predictive performance measures. Results 11,826 articles were identified and 78 were included for full review, which described the evaluation of 120 prediction models. in participant data that were not used to develop the model. Thirty-three articles described both the development of a prediction model and an evaluation of its performance on a separate dataset, and 45 articles described only the evaluation of an existing published prediction model on another dataset. Fifty-seven percent of the prediction models were presented and evaluated as simplified scoring systems. Sixteen percent of articles failed to report the number of outcome events in the validation datasets. Fifty-four percent of studies made no explicit mention of missing data. Sixty-seven percent did not report evaluating model calibration whilst most studies evaluated model discrimination. It was often unclear whether the reported performance measures were for the full regression model or for the simplified models. Conclusions The vast majority of studies describing some form of external validation of a multivariable prediction model were poorly reported with key details frequently not presented. The validation studies were characterised by poor design, inappropriate handling

  15. Working memory contributes to the encoding of object location associations: Support for a 3-part model of object location memory.

    Science.gov (United States)

    Gillis, M Meredith; Garcia, Sarah; Hampstead, Benjamin M

    2016-09-15

    A recent model by Postma and colleagues posits that the encoding of object location associations (OLAs) requires the coordination of several cognitive processes mediated by ventral (object perception) and dorsal (spatial perception) visual pathways as well as the hippocampus (feature binding) [1]. Within this model, frontoparietal network recruitment is believed to contribute to both the spatial processing and working memory task demands. The current study used functional magnetic resonance imaging (fMRI) to test each step of this model in 15 participants who encoded OLAs and performed standard n-back tasks. As expected, object processing resulted in activation of the ventral visual stream. Object in location processing resulted in activation of both the ventral and dorsal visual streams as well as a lateral frontoparietal network. This condition was also the only one to result in medial temporal lobe activation, supporting its role in associative learning. A conjunction analysis revealed areas of shared activation between the working memory and object in location phase within the lateral frontoparietal network, anterior insula, and basal ganglia; consistent with prior working memory literature. Overall, findings support Postma and colleague's model and provide clear evidence for the role of working memory during OLA encoding. Published by Elsevier B.V.

  16. Prefrontal Cortex Networks Shift from External to Internal Modes during Learning

    Science.gov (United States)

    Brincat, Scott L.

    2016-01-01

    As we learn about items in our environment, their neural representations become increasingly enriched with our acquired knowledge. But there is little understanding of how network dynamics and neural processing related to external information changes as it becomes laden with “internal” memories. We sampled spiking and local field potential activity simultaneously from multiple sites in the lateral prefrontal cortex (PFC) and the hippocampus (HPC)—regions critical for sensory associations—of monkeys performing an object paired-associate learning task. We found that in the PFC, evoked potentials to, and neural information about, external sensory stimulation decreased while induced beta-band (∼11–27 Hz) oscillatory power and synchrony associated with “top-down” or internal processing increased. By contrast, the HPC showed little evidence of learning-related changes in either spiking activity or network dynamics. The results suggest that during associative learning, PFC networks shift their resources from external to internal processing. SIGNIFICANCE STATEMENT As we learn about items in our environment, their representations in our brain become increasingly enriched with our acquired “top-down” knowledge. We found that in the prefrontal cortex, but not the hippocampus, processing of external sensory inputs decreased while internal network dynamics related to top-down processing increased. The results suggest that during learning, prefrontal cortex networks shift their resources from external (sensory) to internal (memory) processing. PMID:27629722

  17. Working Memory Span Development: A Time-Based Resource-Sharing Model Account

    Science.gov (United States)

    Barrouillet, Pierre; Gavens, Nathalie; Vergauwe, Evie; Gaillard, Vinciane; Camos, Valerie

    2009-01-01

    The time-based resource-sharing model (P. Barrouillet, S. Bernardin, & V. Camos, 2004) assumes that during complex working memory span tasks, attention is frequently and surreptitiously switched from processing to reactivate decaying memory traces before their complete loss. Three experiments involving children from 5 to 14 years of age…

  18. A TCP model for external beam treatment of intermediate-risk prostate cancer.

    LENUS (Irish Health Repository)

    Walsh, Seán

    2013-03-01

    Biological models offer the ability to predict clinical outcomes. The authors describe a model to predict the clinical response of intermediate-risk prostate cancer to external beam radiotherapy for a variety of fractionation regimes.

  19. Destination memory in Alzheimer's Disease: when I imagine telling Ronald Reagan about Paris.

    Science.gov (United States)

    El Haj, Mohamad; Postal, Virginie; Allain, Philippe

    2013-01-01

    Destination memory refers to remembering the destination of information that people output. This present paper establishes a new distinction between external and internal processes within this memory system for both normal aging and Alzheimer's Disease (AD). Young adults, older adults, and mild AD patients were asked either to tell facts (i.e., external destination memory condition) or to imagine telling facts (i.e., internal destination memory condition) to pictures of famous people. The experiment established three major findings. First, the destination memory performance of the AD patients was significantly poorer than that of older adults, which in turn was poorer than that of the young adults. Furthermore, internal destination processes were more prone to being forgotten than external destination memory processes. In other words, participants had more difficulty in remembering whether they had previously imagined telling the facts to the pictures or not (i.e., imagined condition) than in remembering whether they had previously told the facts to the pictures or not (i.e., enacted condition). Second, significant correlations were detected between performances on destination memory and several executive measures such as the Stroop, the Plus-Minus and the Binding tasks. Third, among the executive measures, regression analyses showed that performance on the Stroop task was a main factor in explaining variance in destination memory performance. Our findings reflect the difficulty in remembering the destination of internally generated information. They also demonstrate the involvement of inhibitory processes in destination memory. Copyright © 2011 Elsevier Ltd. All rights reserved.

  20. External and Internal Impact on Soviet Memorial Landscape Development by THE World War II

    Directory of Open Access Journals (Sweden)

    Alexandra Cherkasski

    2012-11-01

    Full Text Available The World War II led to serious casualties and left deep scars / wounds of memory. As the victory over occupation regime was glorified, honored and starting from 1965 was widely celebrated at national level, there was a great gap between official and personal memory of war. Monuments are one of the forms of living examples of the past and thus are reliable sources for the study of different epochs and Zeitgeist / spirit of time and their changes. This article considers the development of Soviet memorial landscape by the World War II starting from the war termination to the Soviet Union collapse. Special attention is attached to internal political and international views / interpretations and development with respect to victims of war. In other words, the process of different groups of war victims exclusion and inclusion in Soviet collective memory under the influence of internal political and foreign political interests symbiosis. And, as a result, resultant attitude towards memorial places.

  1. Using global magnetospheric models for simulation and interpretation of Swarm external field measurements

    DEFF Research Database (Denmark)

    Moretto, T.; Vennerstrøm, Susanne; Olsen, Nils

    2006-01-01

    simulated external contributions relevant for internal field modeling. These have proven very valuable for the design and planning of the up-coming multi-satellite Swarm mission. In addition, a real event simulation was carried out for a moderately active time interval when observations from the Orsted...... it consistently underestimates the dayside region 2 currents and overestimates the horizontal ionospheric closure currents in the dayside polar cap. Furthermore, with this example we illustrate the great benefit of utilizing the global model for the interpretation of Swarm external field observations and......, likewise, the potential of using Swarm measurements to test and improve the global model....

  2. A Probabilistic Palimpsest Model of Visual Short-term Memory

    Science.gov (United States)

    Matthey, Loic; Bays, Paul M.; Dayan, Peter

    2015-01-01

    Working memory plays a key role in cognition, and yet its mechanisms remain much debated. Human performance on memory tasks is severely limited; however, the two major classes of theory explaining the limits leave open questions about key issues such as how multiple simultaneously-represented items can be distinguished. We propose a palimpsest model, with the occurrent activity of a single population of neurons coding for several multi-featured items. Using a probabilistic approach to storage and recall, we show how this model can account for many qualitative aspects of existing experimental data. In our account, the underlying nature of a memory item depends entirely on the characteristics of the population representation, and we provide analytical and numerical insights into critical issues such as multiplicity and binding. We consider representations in which information about individual feature values is partially separate from the information about binding that creates single items out of multiple features. An appropriate balance between these two types of information is required to capture fully the different types of error seen in human experimental data. Our model provides the first principled account of misbinding errors. We also suggest a specific set of stimuli designed to elucidate the representations that subjects actually employ. PMID:25611204

  3. Inferring Soil Moisture Memory from Streamflow Observations Using a Simple Water Balance Model

    Science.gov (United States)

    Orth, Rene; Koster, Randal Dean; Seneviratne, Sonia I.

    2013-01-01

    Soil moisture is known for its integrative behavior and resulting memory characteristics. Soil moisture anomalies can persist for weeks or even months into the future, making initial soil moisture a potentially important contributor to skill in weather forecasting. A major difficulty when investigating soil moisture and its memory using observations is the sparse availability of long-term measurements and their limited spatial representativeness. In contrast, there is an abundance of long-term streamflow measurements for catchments of various sizes across the world. We investigate in this study whether such streamflow measurements can be used to infer and characterize soil moisture memory in respective catchments. Our approach uses a simple water balance model in which evapotranspiration and runoff ratios are expressed as simple functions of soil moisture; optimized functions for the model are determined using streamflow observations, and the optimized model in turn provides information on soil moisture memory on the catchment scale. The validity of the approach is demonstrated with data from three heavily monitored catchments. The approach is then applied to streamflow data in several small catchments across Switzerland to obtain a spatially distributed description of soil moisture memory and to show how memory varies, for example, with altitude and topography.

  4. A cross-lagged model of the reciprocal associations of loneliness and memory functioning.

    Science.gov (United States)

    Ayalon, Liat; Shiovitz-Ezra, Sharon; Roziner, Ilan

    2016-05-01

    The study was designed to evaluate the reciprocal associations of loneliness and memory functioning using a cross-lagged model. The study was based on the psychosocial questionnaire of the Health and Retirement Study, which is a U.S. nationally representative survey of individuals over the age of 50 and their spouses of any age. A total of 1,225 respondents had complete data on the loneliness measure in 2004 and at least in 1 of the subsequent waves (e.g., 2008, 2012) and were maintained for analysis. A cross-lagged model was estimated to examine the reciprocal associations of loneliness and memory functioning, controlling for age, gender, education, depressive symptoms, number of medical conditions, and the number of close social relationships. The model had adequate fit indices: χ2(860, N = 1,225) = 1,401.54, p memory functioning was nonsignificant, B(SE) = -.11(.08), p = .15, whereas the lagged effect of memory functioning on loneliness was significant, B(SE) = -.06(.02), p = .01, indicating that lower levels of memory functioning precede higher levels of loneliness 4 years afterward. Further research is required to better understand the mechanisms responsible for the temporal association between reduced memory functioning and increased loneliness. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  5. The establishment of bilateral external iliac artery stenosis model in experimental canines and its angiographic evaluation

    International Nuclear Information System (INIS)

    Xia Yonghui; Li Weixiao; Bi Yonghua; Xu Ke

    2011-01-01

    Objective: To establish an experimental canine model of bilateral external iliac artery stenosis by surgical method with absorbable suture. Methods: Under general anesthesia bilateral external iliac arteries were partly obstructed (about 50%) with absorbable suture in ten dogs. Three months later angiography was performed to evaluate the arterial stricture degree. Results: Bilateral external iliac artery stenosis model was successfully established in eight dogs and the other two dogs died within two weeks after the procedure. Angiography performed three months after the procedure showed that the stricture degree of arterial lumen was (60.6±12.5)%. Conclusion: Satisfactory experimental canine model of bilateral external iliac artery stenosis can be established by surgical method with absorbable suture. This method can be used for reference when peripheral artery stenosis model is to be prepared in larger animals. (authors)

  6. No deficits in nonverbal memory, metamemory and internal as well as external source memory in obsessive-compulsive disorder (OCD).

    Science.gov (United States)

    Moritz, Steffen; Ruhe, Claudia; Jelinek, Lena; Naber, Dieter

    2009-04-01

    A large body of literature suggests that some symptoms of obsessive-compulsive disorder (OCD) result from mnemonic dysfunctions. The present study tested various formulations of the memory deficit hypothesis considering important moderators, such as depression and response slowing. Thirty-two OCD patients and 32 healthy controls were presented verbal or nonverbal instructions for actions (e.g. simple gestures). These actions should either be performed or imagined. For recognition, previously presented as well as novel actions were displayed. Decisions had to be made whether an action was previously displayed (verbally vs. nonverbally) or not and whether an action was performed or imagined (internal source memory). Moreover, both judgments required confidence ratings. Groups did not differ in memory accuracy and metamemory for verbally presented material. Patients displayed some impairment for nonverbally presented material and imagined instructions, which, however, could be fully accounted for by response slowing and depressive symptoms. The study challenges the view that primary memory deficits underlie OCD or any of its subtypes. We claim that research should move forward from the mere study of objective impairment to the assessment of cognitive performance in conjunction with personality traits such as inflated responsibility.

  7. Focus of Attention in Children's Motor Learning: Examining the Role of Age and Working Memory.

    Science.gov (United States)

    Brocken, J E A; Kal, E C; van der Kamp, J

    2016-01-01

    The authors investigated the relative effectiveness of different attentional focus instructions on motor learning in primary school children. In addition, we explored whether the effect of attentional focus on motor learning was influenced by children's age and verbal working memory capacity. Novice 8-9-year old children (n = 30) and 11-12-year-old children (n = 30) practiced a golf putting task. For each age group, half the participants received instructions to focus (internally) on the swing of their arm, while the other half was instructed to focus (externally) on the swing of the club. Children's verbal working memory capacity was assessed with the Automated Working Memory Assessment. Consistent with many reports on adult's motor learning, children in the external groups demonstrated greater improvements in putting accuracy than children who practiced with an internal focus. This effect was similar across age groups. Verbal working memory capacity was not found to be predictive of motor learning, neither for children in the internal focus groups nor for children in the external focus groups. In conclusion, primary school children's motor learning is enhanced by external focus instructions compared to internal focus instructions. The purported modulatory roles of children's working memory, attentional capacity, or focus preferences require further investigation.

  8. An approach to modeling tensile–compressive asymmetry for martensitic shape memory alloys

    International Nuclear Information System (INIS)

    Zaki, Wael

    2010-01-01

    In this paper, the asymmetric tensile–compressive behavior of shape memory alloys is modeled based on the mathematical framework of Raniecki and Mróz (2008 Acta Mech. 195 81–102). The framework allows the definition of smooth, non-symmetric, pressure-insensitive yield functions that are used here to incorporate tensile–compressive modeling capabilities into the Zaki–Moumni (ZM) model for shape memory materials. It is found that, despite some increased complexity, the generalized model is capable of producing satisfactory results that agree with uniaxial experimental data taken from the literature

  9. Visual working memory as visual attention sustained internally over time.

    Science.gov (United States)

    Chun, Marvin M

    2011-05-01

    Visual working memory and visual attention are intimately related, such that working memory encoding and maintenance reflects actively sustained attention to a limited number of visual objects and events important for ongoing cognition and action. Although attention is typically considered to operate over perceptual input, a recent taxonomy proposes to additionally consider how attention can be directed to internal perceptual representations in the absence of sensory input, as well as other internal memories, choices, and thoughts (Chun, Golomb, & Turk-Browne, 2011). Such internal attention enables prolonged binding of features into integrated objects, along with enhancement of relevant sensory mechanisms. These processes are all limited in capacity, although different types of working memory and attention, such as spatial vs. object processing, operate independently with separate capacity. Overall, the success of maintenance depends on the ability to inhibit both external (perceptual) and internal (cognitive) distraction. Working memory is the interface by which attentional mechanisms select and actively maintain relevant perceptual information from the external world as internal representations within the mind. Copyright © 2011. Published by Elsevier Ltd.

  10. Shape Memory of Human Red Blood Cells

    OpenAIRE

    Fischer, Thomas M.

    2004-01-01

    The human red cell can be deformed by external forces but returns to the biconcave resting shape after removal of the forces. If after such shape excursions the rim is always formed by the same part of the membrane, the cell is said to have a memory of its biconcave shape. If the rim can form anywhere on the membrane, the cell would have no shape memory. The shape memory was probed by an experiment called go-and-stop. Locations on the membrane were marked by spontaneously adhering latex spher...

  11. Implementation of PSA models to estimate the probabilities associated with external event combination

    International Nuclear Information System (INIS)

    Burgazzi, Luciano

    2014-01-01

    This note endeavors to address some significant issues revealed by the Fukushima accident in Japan in 2011, such as the analysis of various dependency aspects arisen in the light of the external event PSA framework, as the treatment of the correlated hazards. To this aim some foundational notions to implement the PSA models related to specific aspects, like the external hazard combination, e.g., earthquake and tsunami as at the Fukushima accident, and the external hazard-caused internal events, e.g., seismic induced fire, are proposed and discussed to be incorporated within the risk assessment structure. Risk assessment of external hazards is required and utilized as an integrated part of PRA for operating and new reactor units. In the light of the Fukushima accident, of special interest are correlated events, whose modelling is proposed in the present study, in the form of some theoretical concepts, which lay the foundations for the PSA framework implementation. An applicative example is presented for illustrative purposes, since the analysis is carried out on the basis of generic numerical values assigned to an oversimplified model and results are achieved without any baseline comparison. Obviously the first step aimed at the process endorsement is the analysis of all available information in order to determine the level of applicability of the observed specific plant site events to the envisaged model and the statistical correlation analysis for event occurrence data that can be used as part of this process. Despite these drawbacks that actually do not qualify the achieved results, the present work represents an exploratory study aimed at resolving current open issues to be resolved in the PSA, like topics related to unanticipated scenarios: the combined external hazards of the earthquake and tsunami in Fukushima, external hazards causing internal events, such as seismic induced fire. These topics are to be resolved among the other ones as emerging from the

  12. The Development of Working Memory: Further Note on the Comparability of Two Models of Working Memory.

    Science.gov (United States)

    de Ribaupierre, Anik; Bailleux, Christine

    2000-01-01

    Summarizes similarities and differences between the working memory models of Pascual-Leone and Baddeley. Debates whether each model makes a specific contribution to explanation of Kemps, De Rammelaere, and Desmet's results. Argues for necessity of theoretical task analyses. Compares a study similar to that of Kemps et al. in which different…

  13. Parietal EEG alpha suppression time of memory retrieval reflects memory load while the alpha power of memory maintenance is a composite of the visual process according to simultaneous and successive Sternberg memory tasks.

    Science.gov (United States)

    Okuhata, Shiho; Kusanagi, Takuya; Kobayashi, Tetsuo

    2013-10-25

    The present study investigated EEG alpha activity during visual Sternberg memory tasks using two different stimulus presentation modes to elucidate how the presentation mode affected parietal alpha activity. EEGs were recorded from 10 healthy adults during the Sternberg tasks in which memory items were presented simultaneously and successively. EEG power and suppression time (ST) in the alpha band (8-13Hz) were computed for the memory maintenance and retrieval phases. The alpha activity differed according to the presentation mode during the maintenance phase but not during the retrieval phase. Results indicated that parietal alpha power recorded during the maintenance phase did not reflect the memory load alone. In contrast, ST during the retrieval phase increased with the memory load for both presentation modes, indicating a serial memory scanning process, regardless of the presentation mode. These results indicate that there was a dynamic transition in the memory process from the maintenance phase, which was sensitive to external factors, toward the retrieval phase, during which the process converged on the sequential scanning process, the Sternberg task essentially required. Copyright © 2013 Elsevier Ireland Ltd. All rights reserved.

  14. Fechner’s law in metacognition: a quantitative model of visual working memory confidence

    Science.gov (United States)

    van den Berg, Ronald; Yoo, Aspen H.; Ma, Wei Ji

    2016-01-01

    Although visual working memory (VWM) has been studied extensively, it is unknown how people form confidence judgments about their memories. Peirce (1878) speculated that Fechner’s law – which states that sensation is proportional to the logarithm of stimulus intensity – might apply to confidence reports. Based on this idea, we hypothesize that humans map the precision of their VWM contents to a confidence rating through Fechner’s law. We incorporate this hypothesis into the best available model of VWM encoding and fit it to data from a delayed-estimation experiment. The model provides an excellent account of human confidence rating distributions as well as the relation between performance and confidence. Moreover, the best-fitting mapping in a model with a highly flexible mapping closely resembles the logarithmic mapping, suggesting that no alternative mapping exists that accounts better for the data than Fechner's law. We propose a neural implementation of the model and find that this model also fits the behavioral data well. Furthermore, we find that jointly fitting memory errors and confidence ratings boosts the power to distinguish previously proposed VWM encoding models by a factor of 5.99 compared to fitting only memory errors. Finally, we show that Fechner's law also accounts for metacognitive judgments in a word recognition memory task, which is a first indication that it may be a general law in metacognition. Our work presents the first model to jointly account for errors and confidence ratings in VWM and could lay the groundwork for understanding the computational mechanisms of metacognition. PMID:28221087

  15. Synaptic Correlates of Working Memory Capacity.

    Science.gov (United States)

    Mi, Yuanyuan; Katkov, Mikhail; Tsodyks, Misha

    2017-01-18

    Psychological studies indicate that human ability to keep information in readily accessible working memory is limited to four items for most people. This extremely low capacity severely limits execution of many cognitive tasks, but its neuronal underpinnings remain unclear. Here we show that in the framework of synaptic theory of working memory, capacity can be analytically estimated to scale with characteristic time of short-term synaptic depression relative to synaptic current time constant. The number of items in working memory can be regulated by external excitation, enabling the system to be tuned to the desired load and to clear the working memory of currently held items to make room for new ones. Copyright © 2017 Elsevier Inc. All rights reserved.

  16. Implications of the Declarative/Procedural Model for Improving Second Language Learning: The Role of Memory Enhancement Techniques

    Science.gov (United States)

    Ullman, Michael T.; Lovelett, Jarrett T.

    2018-01-01

    The declarative/procedural (DP) model posits that the learning, storage, and use of language critically depend on two learning and memory systems in the brain: declarative memory and procedural memory. Thus, on the basis of independent research on the memory systems, the model can generate specific and often novel predictions for language. Till…

  17. Gauge subsystems, separability and robustness in autonomous quantum memories

    International Nuclear Information System (INIS)

    Sarma, Gopal; Mabuchi, Hideo

    2013-01-01

    Quantum error correction provides a fertile context for exploring the interplay of feedback control, microscopic physics and non-commutative probability. In this paper we deepen our understanding of this nexus through high-level analysis of a class of quantum memory models that we have previously proposed, which implement continuous-time versions of well-known stabilizer codes in autonomous nanophotonic circuits that require no external clocking or control. We demonstrate that the presence of the gauge subsystem in the nine-qubit Bacon–Shor code allows for a loss-tolerant layout of the corresponding nanophotonic circuit that substantially ameliorates the effects of optical propagation losses, argue that code separability allows for simplified restoration feedback protocols, and propose a modified fidelity metric for quantifying the performance of realistic quantum memories. Our treatment of these topics exploits the homogeneous modeling framework of autonomous nanophotonic circuits, but the key ideas translate to the traditional setting of discrete time, measurement-based quantum error correction. (paper)

  18. External gear pumps operating with non-Newtonian fluids: Modelling and experimental validation

    Science.gov (United States)

    Rituraj, Fnu; Vacca, Andrea

    2018-06-01

    External Gear Pumps are used in various industries to pump non-Newtonian viscoelastic fluids like plastics, paints, inks, etc. For both design and analysis purposes, it is often a matter of interest to understand the features of the displacing action realized by meshing of the gears and the description of the behavior of the leakages for this kind of pumps. However, very limited work can be found in literature about methodologies suitable to model such phenomena. This article describes the technique of modelling external gear pumps that operate with non-Newtonian fluids. In particular, it explains how the displacing action of the unit can be modelled using a lumped parameter approach which involves dividing fluid domain into several control volumes and internal flow connections. This work is built upon the HYGESim simulation tool, conceived by the authors' research team in the last decade, which is for the first time extended for the simulation of non-Newtonian fluids. The article also describes several comparisons between simulation results and experimental data obtained from numerous experiments performed for validation of the presented methodology. Finally, operation of external gear pump with fluids having different viscosity characteristics is discussed.

  19. Assessing the external validity of model-based estimates of the incidence of heart attack in England: a modelling study

    Directory of Open Access Journals (Sweden)

    Peter Scarborough

    2016-11-01

    Full Text Available Abstract Background The DisMod II model is designed to estimate epidemiological parameters on diseases where measured data are incomplete and has been used to provide estimates of disease incidence for the Global Burden of Disease study. We assessed the external validity of the DisMod II model by comparing modelled estimates of the incidence of first acute myocardial infarction (AMI in England in 2010 with estimates derived from a linked dataset of hospital records and death certificates. Methods Inputs for DisMod II were prevalence rates of ever having had an AMI taken from a population health survey, total mortality rates and AMI mortality rates taken from death certificates. By definition, remission rates were zero. We estimated first AMI incidence in an external dataset from England in 2010 using a linked dataset including all hospital admissions and death certificates since 1998. 95 % confidence intervals were derived around estimates from the external dataset and DisMod II estimates based on sampling variance and reported uncertainty in prevalence estimates respectively. Results Estimates of the incidence rate for the whole population were higher in the DisMod II results than the external dataset (+54 % for men and +26 % for women. Age-specific results showed that the DisMod II results over-estimated incidence for all but the oldest age groups. Confidence intervals for the DisMod II and external dataset estimates did not overlap for most age groups. Conclusion By comparison with AMI incidence rates in England, DisMod II did not achieve external validity for age-specific incidence rates, but did provide global estimates of incidence that are of similar magnitude to measured estimates. The model should be used with caution when estimating age-specific incidence rates.

  20. The measurement and modeling of alpha-particle-induced charge collection in dynamic memories

    International Nuclear Information System (INIS)

    Oldiges, P.J.

    1989-01-01

    This thesis addresses the problem of α-particle-induced charge collection in high-density dynamic random access memories. A novel technique for the measurement of charge collection in high-density memory cells and bit lines due to α-particle strikes was developed. The technique involves D.C. tests on simple test structures with an α-particle source on the device package as a lid. The advantages of this new measurement technique are: the method allows for in-situ measurements of charge collection on both MOS capacitors and bit lines found in present-day memories; the on-chip measurement technique minimizes errors due to external probes loading the device under test; the measurements can be controlled by a personal computer, with the data being able to be reduced on the same machine. Results obtained using this new measurement technique show that the charge collection is found to depend upon test-structure size and the configuration of its neighbors. Results of two-dimensional simulations of charge flow along the surface of an MOS capacitor from current injection due to an α-particle strike indicate that a spatial potential variation of 0.5V may occur between the point of current injection and capacitor edge for a 1M dRAM capacitor

  1. A buffer model of memory encoding and temporal correlations in retrieval.

    Science.gov (United States)

    Lehman, Melissa; Malmberg, Kenneth J

    2013-01-01

    Atkinson and Shiffrin's (1968) dual-store model of memory includes structural aspects of memory along with control processes. The rehearsal buffer is a process by which items are kept in mind and long-term episodic traces are formed. The model has been both influential and controversial. Here, we describe a novel variant of Atkinson and Shiffrin's buffer model within the framework of the retrieving effectively from memory theory (REM; Shiffrin & Steyvers, 1997) that accounts for findings previously thought to be difficult for such models to explain. This model assumes a limited-capacity buffer where information is stored about items, along with information about associations between items and between items and the context in which they are studied. The strength of association between items and context is limited by the number of items simultaneously occupying the buffer (Lehman & Malmberg, 2009). The contents of the buffer are managed by complementary processes of rehearsal and compartmentalization (Lehman & Malmberg, 2011). New findings that directly test a priori predictions of the model are reported, including serial position effects and conditional and first recall probabilities in immediate and delayed free recall, in a continuous distractor paradigm, and in experiments using list-length manipulations of single-item and paired-item study lists.

  2. Model of external exposure of population living in the areas subjected to radioactive contamination

    International Nuclear Information System (INIS)

    Golikov, V.Yu.; Balonov, M.I.

    2002-01-01

    In the paper, we formulated the general approach to assessment of external doses to population living in contaminated areas (the model equation and the set of parameters). The model parameters were assessed on the basis of results of monitoring in the environment, phantom experiments, and social and demographic information obtained on the contaminated areas. Verification of model assessments performed by comparison with measurement results of individual external doses in inhabitants within the thermoluminescent dosimetry method have shown that differences in dose assessments within both methods does not exceed 1.5 times at a confidence level of 95%. In the paper, we present the results illustrating specific features of external dose formation in population living in the areas of Russia subjected to radioactive contamination due to nuclear tests at the Semipalatinsk test site, radioactive releases from the Mayak enterprise, and the Chernobyl accident. (author)

  3. A Neuroanatomical Model of Prefrontal Inhibitory Modulation of Memory Retrieval

    Science.gov (United States)

    Depue, Brendan E.

    2012-01-01

    Memory of past experience is essential for guiding goal-related behavior. Being able to control accessibility of memory through modulation of retrieval enables humans to flexibly adapt to their environment. Understanding the specific neural pathways of how this control is achieved has largely eluded cognitive neuroscience. Accordingly, in the current paper I review literature that examines the overt control over retrieval in order to reduce accessibility. I first introduce three hypotheses of inhibition of retrieval. These hypotheses involve: i) attending to other stimuli as a form of diversionary attention, ii) inhibiting the specific individual neural representation of the memory, and iii) inhibiting the hippocampus and retrieval process more generally to prevent reactivation of the representation. I then analyze literature taken from the White Bear Suppression, Directed Forgetting and Think/No-Think tasks to provide evidence for these hypotheses. Finally, a neuroanatomical model is developed to indicate three pathways from PFC to the hippocampal complex that support inhibition of memory retrieval. Describing these neural pathways increases our understanding of control over memory in general. PMID:22374224

  4. Activation and Binding in Verbal Working Memory: A Dual-Process Model for the Recognition of Nonwords

    Science.gov (United States)

    Oberauer, Klauss; Lange, Elke B.

    2009-01-01

    The article presents a mathematical model of short-term recognition based on dual-process models and the three-component theory of working memory [Oberauer, K. (2002). Access to information in working memory: Exploring the focus of attention. "Journal of Experimental Psychology: Learning, Memory, and Cognition, 28", 411-421]. Familiarity arises…

  5. On modelling adiabatic N-soliton interactions and perturbations. Effects of external potentials

    International Nuclear Information System (INIS)

    Gerdjikov, V.; Baizakov, B.

    2005-01-01

    We analyze several perturbed versions of the complex Toda chain (CTC) in an attempt to describe the adiabatic N-soliton train interactions of the perturbed nonlinear Schrodinger equation (NLS). Particular types of perturbations, including quadratic and periodic external potentials are treated by both analytical and numerical means. We show that the perturbed CTC model provides a good description for the N-soliton interactions in the presence of a weak external potential. (authors)

  6. Modeling recall memory for emotional objects in Alzheimer's disease.

    Science.gov (United States)

    Sundstrøm, Martin

    2011-07-01

    To examine whether emotional memory (EM) of objects with self-reference in Alzheimer's disease (AD) can be modeled with binomial logistic regression in a free recall and an object recognition test to predict EM enhancement. Twenty patients with AD and twenty healthy controls were studied. Six objects (three presented as gifts) were shown to each participant. Ten minutes later, a free recall and a recognition test were applied. The recognition test had target-objects mixed with six similar distracter objects. Participants were asked to name any object in the recall test and identify each object in the recognition test as known or unknown. The total of gift objects recalled in AD patients (41.6%) was larger than neutral objects (13.3%) and a significant EM recall effect for gifts was found (Wilcoxon: p recall and recognition but showed no EM enhancement due to a ceiling effect. A logistic regression showed that likelihood of emotional recall memory can be modeled as a function of MMSE score (p Recall memory was enhanced in AD patients for emotional objects indicating that EM in mild to moderate AD although impaired can be provoked with strong emotional load. The logistic regression model suggests that EM declines with the progression of AD rather than disrupts and may be a useful tool for evaluating magnitude of emotional load.

  7. Endogenous-cue prospective memory involving incremental updating of working memory: an fMRI study.

    Science.gov (United States)

    Halahalli, Harsha N; John, John P; Lukose, Ammu; Jain, Sanjeev; Kutty, Bindu M

    2015-11-01

    Prospective memory paradigms are conventionally classified on the basis of event-, time-, or activity-based intention retrieval. In the vast majority of such paradigms, intention retrieval is provoked by some kind of external event. However, prospective memory retrieval cues that prompt intention retrieval in everyday life are commonly endogenous, i.e., linked to a specific imagined retrieval context. We describe herein a novel prospective memory paradigm wherein the endogenous cue is generated by incremental updating of working memory, and investigated the hemodynamic correlates of this task. Eighteen healthy adult volunteers underwent functional magnetic resonance imaging while they performed a prospective memory task where the delayed intention was triggered by an endogenous cue generated by incremental updating of working memory. Working memory and ongoing task control conditions were also administered. The 'endogenous-cue prospective memory condition' with incremental working memory updating was associated with maximum activations in the right rostral prefrontal cortex, and additional activations in the brain regions that constitute the bilateral fronto-parietal network, central and dorsal salience networks as well as cerebellum. In the working memory control condition, maximal activations were noted in the left dorsal anterior insula. Activation of the bilateral dorsal anterior insula, a component of the central salience network, was found to be unique to this 'endogenous-cue prospective memory task' in comparison to previously reported exogenous- and endogenous-cue prospective memory tasks without incremental working memory updating. Thus, the findings of the present study highlight the important role played by the dorsal anterior insula in incremental working memory updating that is integral to our endogenous-cue prospective memory task.

  8. Markov model of the loan portfolio dynamics considering influence of management and external economic factors

    Science.gov (United States)

    Bozhalkina, Yana; Timofeeva, Galina

    2016-12-01

    Mathematical model of loan portfolio in the form of a controlled Markov chain with discrete time is considered. It is assumed that coefficients of migration matrix depend on corrective actions and external factors. Corrective actions include process of receiving applications, interaction with existing solvent and insolvent clients. External factors are macroeconomic indicators, such as inflation and unemployment rates, exchange rates, consumer price indices, etc. Changes in corrective actions adjust the intensity of transitions in the migration matrix. The mathematical model for forecasting the credit portfolio structure taking into account a cumulative impact of internal and external changes is obtained.

  9. Enhanced stability of car-following model upon incorporation of short-term driving memory

    Science.gov (United States)

    Liu, Da-Wei; Shi, Zhong-Ke; Ai, Wen-Huan

    2017-06-01

    Based on the full velocity difference model, a new car-following model is developed to investigate the effect of short-term driving memory on traffic flow in this paper. Short-term driving memory is introduced as the influence factor of driver's anticipation behavior. The stability condition of the newly developed model is derived and the modified Korteweg-de Vries (mKdV) equation is constructed to describe the traffic behavior near the critical point. Via numerical method, evolution of a small perturbation is investigated firstly. The results show that the improvement of this new car-following model over the previous ones lies in the fact that the new model can improve the traffic stability. Starting and breaking processes of vehicles in the signalized intersection are also investigated. The numerical simulations illustrate that the new model can successfully describe the driver's anticipation behavior, and that the efficiency and safety of the vehicles passing through the signalized intersection are improved by considering short-term driving memory.

  10. Susceptibility of memory consolidation during lapses in recall

    Science.gov (United States)

    Marra, Vincenzo; O’Shea, Michael; Benjamin, Paul R.; Kemenes, Ildikó

    2013-01-01

    Memories that can be recalled several hours after learning may paradoxically become inaccessible for brief periods after their formation. This raises major questions about the function of these early memory lapses in the structure of memory consolidation. These questions are difficult to investigate because of the lack of information on the precise timing of lapses. However, the use of a single-trial conditioning paradigm in Lymnaea solves this problem. Here we use electrophysiological and behavioural experiments to reveal lapses in memory recall at 30 min and 2 h post conditioning. We show that only during these lapses is consolidation of long-term memory susceptible to interruption by external disturbance. These shared time points of memory lapse and susceptibility correspond to transitions between different phases of memory that have different molecular requirements. We propose that during periods of molecular transition memory recall is weakened, allowing novel sensory cues to block the consolidation of long-term memory. PMID:23481386

  11. Susceptibility of memory consolidation during lapses in recall.

    Science.gov (United States)

    Marra, Vincenzo; O'Shea, Michael; Benjamin, Paul R; Kemenes, Ildikó

    2013-01-01

    Memories that can be recalled several hours after learning may paradoxically become inaccessible for brief periods after their formation. This raises major questions about the function of these early memory lapses in the structure of memory consolidation. These questions are difficult to investigate because of the lack of information on the precise timing of lapses. However, the use of a single-trial conditioning paradigm in Lymnaea solves this problem. Here we use electrophysiological and behavioural experiments to reveal lapses in memory recall at 30 min and 2 h post conditioning. We show that only during these lapses is consolidation of long-term memory susceptible to interruption by external disturbance. These shared time points of memory lapse and susceptibility correspond to transitions between different phases of memory that have different molecular requirements. We propose that during periods of molecular transition memory recall is weakened, allowing novel sensory cues to block the consolidation of long-term memory.

  12. Memory as the "whole brain work": a large-scale model based on "oscillations in super-synergy".

    Science.gov (United States)

    Başar, Erol

    2005-01-01

    According to recent trends, memory depends on several brain structures working in concert across many levels of neural organization; "memory is a constant work-in progress." The proposition of a brain theory based on super-synergy in neural populations is most pertinent for the understanding of this constant work in progress. This report introduces a new model on memory basing on the processes of EEG oscillations and Brain Dynamics. This model is shaped by the following conceptual and experimental steps: 1. The machineries of super-synergy in the whole brain are responsible for formation of sensory-cognitive percepts. 2. The expression "dynamic memory" is used for memory processes that evoke relevant changes in alpha, gamma, theta and delta activities. The concerted action of distributed multiple oscillatory processes provides a major key for understanding of distributed memory. It comprehends also the phyletic memory and reflexes. 3. The evolving memory, which incorporates reciprocal actions or reverberations in the APLR alliance and during working memory processes, is especially emphasized. 4. A new model related to "hierarchy of memories as a continuum" is introduced. 5. The notions of "longer activated memory" and "persistent memory" are proposed instead of long-term memory. 6. The new analysis to recognize faces emphasizes the importance of EEG oscillations in neurophysiology and Gestalt analysis. 7. The proposed basic framework called "Memory in the Whole Brain Work" emphasizes that memory and all brain functions are inseparable and are acting as a "whole" in the whole brain. 8. The role of genetic factors is fundamental in living system settings and oscillations and accordingly in memory, according to recent publications. 9. A link from the "whole brain" to "whole body," and incorporation of vegetative and neurological system, is proposed, EEG oscillations and ultraslow oscillations being a control parameter.

  13. Overlapping Parietal Activity in Memory and Perception: Evidence for the Attention to Memory Model

    Science.gov (United States)

    Cabeza, Roberto; Mazuz, Yonatan S.; Stokes, Jared; Kragel, James E.; Woldorff, Marty G.; Ciaramelli, Elisa; Olson, Ingrid R.; Moscovitch, Morris

    2011-01-01

    The specific role of different parietal regions to episodic retrieval is a topic of intense debate. According to the Attention to Memory (AtoM) model, dorsal parietal cortex (DPC) mediates top-down attention processes guided by retrieval goals, whereas ventral parietal cortex (VPC) mediates bottom-up attention processes captured by the retrieval…

  14. Asymmetric cross-domain interference between two working memory tasks : Implications for models of working memory

    NARCIS (Netherlands)

    Morey, Candice C.; Morey, Richard D.; van der Reijden, Madeleine; Holweg, Margot

    2013-01-01

    Observations of higher dual-task costs for within-domain than cross-domain task combinations constitute classic evidence for multi-component models of working memory (e.g., Baddeley, 1986; Logie, 2011). However, we report an asymmetric pattern of interference between verbal and visual-spatial tasks,

  15. The default mode network and the working memory network are not anti-correlated during all phases of a working memory task.

    Science.gov (United States)

    Piccoli, Tommaso; Valente, Giancarlo; Linden, David E J; Re, Marta; Esposito, Fabrizio; Sack, Alexander T; Di Salle, Francesco

    2015-01-01

    The default mode network and the working memory network are known to be anti-correlated during sustained cognitive processing, in a load-dependent manner. We hypothesized that functional connectivity among nodes of the two networks could be dynamically modulated by task phases across time. To address the dynamic links between default mode network and the working memory network, we used a delayed visuo-spatial working memory paradigm, which allowed us to separate three different phases of working memory (encoding, maintenance, and retrieval), and analyzed the functional connectivity during each phase within and between the default mode network and the working memory network networks. We found that the two networks are anti-correlated only during the maintenance phase of working memory, i.e. when attention is focused on a memorized stimulus in the absence of external input. Conversely, during the encoding and retrieval phases, when the external stimulation is present, the default mode network is positively coupled with the working memory network, suggesting the existence of a dynamically switching of functional connectivity between "task-positive" and "task-negative" brain networks. Our results demonstrate that the well-established dichotomy of the human brain (anti-correlated networks during rest and balanced activation-deactivation during cognition) has a more nuanced organization than previously thought and engages in different patterns of correlation and anti-correlation during specific sub-phases of a cognitive task. This nuanced organization reinforces the hypothesis of a direct involvement of the default mode network in cognitive functions, as represented by a dynamic rather than static interaction with specific task-positive networks, such as the working memory network.

  16. Correlation effects in the Ising model in an external field

    International Nuclear Information System (INIS)

    Borges, H.E.; Silva, P.R.

    1983-01-01

    The thermodynamic properties of the spin-1/2 Ising Model in an external field are evaluated through the use of the exponential differential operator method and Callen's exact relations. The correlations effects are treated in a phenomenological approach and the results are compared with other treatments. (Author) [pt

  17. Effect of quantum learning model in improving creativity and memory

    Science.gov (United States)

    Sujatmika, S.; Hasanah, D.; Hakim, L. L.

    2018-04-01

    Quantum learning is a combination of many interactions that exist during learning. This model can be applied by current interesting topic, contextual, repetitive, and give opportunities to students to demonstrate their abilities. The basis of the quantum learning model are left brain theory, right brain theory, triune, visual, auditorial, kinesthetic, game, symbol, holistic, and experiential learning theory. Creativity plays an important role to be success in the working world. Creativity shows alternatives way to problem-solving or creates something. Good memory plays a role in the success of learning. Through quantum learning, students will use all of their abilities, interested in learning and create their own ways of memorizing concepts of the material being studied. From this idea, researchers assume that quantum learning models can improve creativity and memory of the students.

  18. Time Series with Long Memory

    OpenAIRE

    西埜, 晴久

    2004-01-01

    The paper investigates an application of long-memory processes to economic time series. We show properties of long-memory processes, which are motivated to model a long-memory phenomenon in economic time series. An FARIMA model is described as an example of long-memory model in statistical terms. The paper explains basic limit theorems and estimation methods for long-memory processes in order to apply long-memory models to economic time series.

  19. Time Frame Affects Vantage Point in Episodic and Semantic Autobiographical Memory: Evidence from Response Latencies

    Directory of Open Access Journals (Sweden)

    Jerzy J. Karylowski

    2017-04-01

    Full Text Available Previous research suggests that, with the passage of time, representations of self in episodic memory become less dependent on their initial (internal vantage point and shift toward an external perspective that is normally characteristic of how other people are represented. The present experiment examined this phenomenon in both episodic and semantic autobiographical memory using latency of self-judgments as a measure of accessibility of the internal vs. the external perspective. Results confirmed that in the case of representations of the self retrieved from recent autobiographical memories, trait-judgments regarding unobservable self-aspects (internal perspective were faster than trait judgments regarding observable self-aspects (external perspective. Yet, in the case of self-representations retrieved from memories of a more distant past, judgments regarding observable self-aspects were faster. Those results occurred for both self-representations retrieved from episodic memory and for representations retrieved from the semantic memory. In addition, regardless of the effect of time, greater accessibility of unobservable (vs. observable self-aspects was associated with the episodic rather than semantic autobiographical memory. Those results were modified by neither declared trait’s self-descriptiveness (yes vs. no responses nor by its desirability (highly desirable vs. moderately desirable traits. Implications for compatibility between how self and others are represented and for the role of self in social perception are discussed.

  20. Time Frame Affects Vantage Point in Episodic and Semantic Autobiographical Memory: Evidence from Response Latencies.

    Science.gov (United States)

    Karylowski, Jerzy J; Mrozinski, Blazej

    2017-01-01

    Previous research suggests that, with the passage of time, representations of self in episodic memory become less dependent on their initial (internal) vantage point and shift toward an external perspective that is normally characteristic of how other people are represented. The present experiment examined this phenomenon in both episodic and semantic autobiographical memory using latency of self-judgments as a measure of accessibility of the internal vs. the external perspective. Results confirmed that in the case of representations of the self retrieved from recent autobiographical memories, trait-judgments regarding unobservable self-aspects (internal perspective) were faster than trait judgments regarding observable self-aspects (external perspective). Yet, in the case of self-representations retrieved from memories of a more distant past, judgments regarding observable self-aspects were faster. Those results occurred for both self-representations retrieved from episodic memory and for representations retrieved from the semantic memory. In addition, regardless of the effect of time, greater accessibility of unobservable (vs. observable) self-aspects was associated with the episodic rather than semantic autobiographical memory. Those results were modified by neither declared trait's self-descriptiveness ( yes vs. no responses) nor by its desirability (highly desirable vs. moderately desirable traits). Implications for compatibility between how self and others are represented and for the role of self in social perception are discussed.

  1. Avalanches and generalized memory associativity in a network model for conscious and unconscious mental functioning

    Science.gov (United States)

    Siddiqui, Maheen; Wedemann, Roseli S.; Jensen, Henrik Jeldtoft

    2018-01-01

    We explore statistical characteristics of avalanches associated with the dynamics of a complex-network model, where two modules corresponding to sensorial and symbolic memories interact, representing unconscious and conscious mental processes. The model illustrates Freud's ideas regarding the neuroses and that consciousness is related with symbolic and linguistic memory activity in the brain. It incorporates the Stariolo-Tsallis generalization of the Boltzmann Machine in order to model memory retrieval and associativity. In the present work, we define and measure avalanche size distributions during memory retrieval, in order to gain insight regarding basic aspects of the functioning of these complex networks. The avalanche sizes defined for our model should be related to the time consumed and also to the size of the neuronal region which is activated, during memory retrieval. This allows the qualitative comparison of the behaviour of the distribution of cluster sizes, obtained during fMRI measurements of the propagation of signals in the brain, with the distribution of avalanche sizes obtained in our simulation experiments. This comparison corroborates the indication that the Nonextensive Statistical Mechanics formalism may indeed be more well suited to model the complex networks which constitute brain and mental structure.

  2. Decision theory, motor planning, and visual memory: deciding where to reach when memory errors are costly.

    Science.gov (United States)

    Lerch, Rachel A; Sims, Chris R

    2016-06-01

    Limitations in visual working memory (VWM) have been extensively studied in psychophysical tasks, but not well understood in terms of how these memory limits translate to performance in more natural domains. For example, in reaching to grasp an object based on a spatial memory representation, overshooting the intended target may be more costly than undershooting, such as when reaching for a cup of hot coffee. The current body of literature lacks a detailed account of how the costs or consequences of memory error influence what we encode in visual memory and how we act on the basis of remembered information. Here, we study how externally imposed monetary costs influence behavior in a motor decision task that involves reach planning based on recalled information from VWM. We approach this from a decision theoretic perspective, viewing decisions of where to aim in relation to the utility of their outcomes given the uncertainty of memory representations. Our results indicate that subjects accounted for the uncertainty in their visual memory, showing a significant difference in their reach planning when monetary costs were imposed for memory errors. However, our findings indicate that subjects memory representations per se were not biased by the imposed costs, but rather subjects adopted a near-optimal post-mnemonic decision strategy in their motor planning.

  3. Determination of memory performance

    International Nuclear Information System (INIS)

    Gopych, P.M.

    1999-01-01

    Within the scope of testing statistical hypotheses theory a model definition and a computer method for model calculation of widely used in neuropsychology human memory performance (free recall, cued recall, and recognition probabilities), a model definition and a computer method for model calculation of intensities of cues used in experiments for testing human memory quality are proposed. Models for active and passive traces of memory and their relations are found. It was shown that autoassociative memory unit in the form of short two-layer artificial neural network with (or without) damages can be used for model description of memory performance in subjects with (or without) local brain lesions

  4. On the Entropy Based Associative Memory Model with Higher-Order Correlations

    Directory of Open Access Journals (Sweden)

    Masahiro Nakagawa

    2010-01-01

    Full Text Available In this paper, an entropy based associative memory model will be proposed and applied to memory retrievals with an orthogonal learning model so as to compare with the conventional model based on the quadratic Lyapunov functional to be minimized during the retrieval process. In the present approach, the updating dynamics will be constructed on the basis of the entropy minimization strategy which may be reduced asymptotically to the above-mentioned conventional dynamics as a special case ignoring the higher-order correlations. According to the introduction of the entropy functional, one may involve higer-order correlation effects between neurons in a self-contained manner without any heuristic coupling coefficients as in the conventional manner. In fact we shall show such higher order coupling tensors are to be uniquely determined in the framework of the entropy based approach. From numerical results, it will be found that the presently proposed novel approach realizes much larger memory capacity than that of the quadratic Lyapunov functional approach, e.g., associatron.

  5. Canonical Cortical Circuit Model Explains Rivalry, Intermittent Rivalry, and Rivalry Memory.

    Directory of Open Access Journals (Sweden)

    Shashaank Vattikuti

    2016-05-01

    Full Text Available It has been shown that the same canonical cortical circuit model with mutual inhibition and a fatigue process can explain perceptual rivalry and other neurophysiological responses to a range of static stimuli. However, it has been proposed that this model cannot explain responses to dynamic inputs such as found in intermittent rivalry and rivalry memory, where maintenance of a percept when the stimulus is absent is required. This challenges the universality of the basic canonical cortical circuit. Here, we show that by including an overlooked realistic small nonspecific background neural activity, the same basic model can reproduce intermittent rivalry and rivalry memory without compromising static rivalry and other cortical phenomena. The background activity induces a mutual-inhibition mechanism for short-term memory, which is robust to noise and where fine-tuning of recurrent excitation or inclusion of sub-threshold currents or synaptic facilitation is unnecessary. We prove existence conditions for the mechanism and show that it can explain experimental results from the quartet apparent motion illusion, which is a prototypical intermittent rivalry stimulus.

  6. Combining thermodynamic principles with Preisach models for superelastic shape memory alloy wires

    International Nuclear Information System (INIS)

    Doraiswamy, S; Rao, A; Srinivasa, A R

    2011-01-01

    We present a simple model for simulating the response of a superelastic shape memory alloy wire based on the thermodynamics of irreversible processes, which can simulate the full thermomechanical response including internal hysteresis loops, at different temperatures, with minimal data input. The key idea is to separate the dissipative response and the elastic response of shape memory alloys using a Gibbs potential based formulation, and then use a Preisach model for the dissipative part of the response. This enables better handling of the features observed in the superelastic response such as those due to changes in temperature and internal hysteresis loops. We compare the predicted response with experiments performed on 0.75 mm NiTi shape memory alloy wires at three different temperatures

  7. Memory consolidation from seconds to weeks: A three-stage neural network model with autonomous reinstatement dynamics

    Directory of Open Access Journals (Sweden)

    Florian eFiebig

    2014-07-01

    Full Text Available Declarative long-term memories are not created at an instant. Gradual stabilization and temporally shifting dependence of acquired declarative memories on different brain regions - called systems consolidation - can be tracked in time by lesion experiments. The observation of temporally graded retrograde amnesia following hippocampal lesions, points to a gradual transfer of memory from hippocampus to neocortical long-term memory. Spontaneous reactivations of hippocampal memories, as observed in place cell reactivations during slow-wave-sleep, are supposed to drive neocortical reinstatements and facilitate this process.We propose a functional neural network implementation of these ideas and furthermore suggest an extended three-stage framework that also includes the prefrontal cortex and bridges the temporal chasm between working memory percepts on the scale of seconds and consolidated long-term memory on the scale of weeks or months.We show that our three-stage model can autonomously produce the necessary stochastic reactivation dynamics for successful episodic memory consolidation. The resulting learning system is shown to exhibit classical memory effects seen in experimental studies, such as retrograde and anterograde amnesia after simulated hippocampal lesioning; furthermore the model reproduces peculiar biological findings on memory modulation, such as retrograde facilitation of memory after suppressed acquisition of new long-term memories - similar to the effects of benzodiazepines on memory.

  8. Lviv and Chernivtsi: Two Memory Cultures at the Western Ukrainian Borderland

    Directory of Open Access Journals (Sweden)

    Eleonora Narvselius

    2014-08-01

    Full Text Available Despite geographical proximity and comparable historical development since the fall of the Soviet Union, Lviv and Chernivtsi betray different approaches to commemorating the past. This might point to the existence of different cultures of memory that sustain a narrative about acceptance or rejection of ethnic diversity. But the cultures of memory in the cities also have common characteristic, namely, contemporary urbanites form their attitudes towards the past not through personal experience and family transmission of past memories but through prosthetic memory, which relies on hearsay, media, literature, popular culture and the arts. When deliberate choice comes to the fore in building various identity projects, the work of stitching together contradictory historical representations is guided not so much by path-dependent logic of collective memory as by present-day expediency and power games of different mnemonic actors. Therefore, this paper argues that the most observable trend in the cultures of memory in Lviv and Chernivtsi is pillarization, i.e., an agreement among external and internal memory entrepreneurs and marketeers that each population group is the custodian of its “own” heritage. Nevertheless, ultimately the condition of heritage envisioned in the two cities seems to be an assimilationist “incorporation-to-the-core” model, where the core consists of various versions of the Ukrainian national heritage.

  9. Working Memory and Behavioural Problems in Relation to Malay Writing of Primary School Children

    Science.gov (United States)

    Ling, Teo-Sieak; Jiar, Yeo-Kee

    2017-01-01

    Deficit in working memory is common among young children across multiple abilities. Teachers have pointed to poor memory as one contributing factor to inattentiveness and short attention spans as well as some behavioural problems among students. This study aimed to explore the relationship among working memory, externalizing and internalizing…

  10. Constitutive modeling of SMA SMP multifunctional high performance smart adaptive shape memory composite

    International Nuclear Information System (INIS)

    Jarali, Chetan S; Raja, S; Upadhya, A R

    2010-01-01

    Materials design involving the thermomechanical constitutive modeling of shape memory alloy (SMA) and shape memory polymer (SMP) composites is a key topic in the development of smart adaptive shape memory composites (SASMC). In this work, a constitutive model for SASMC is developed. First, a one-dimensional SMA model, which can simulate the pseudoelastic (PE) and shape memory effects (SME) is presented. Subsequently, a one-dimensional SMP model able to reproduce the SME is addressed. Both SMA and SMP models are based on a single internal state variable, namely the martensite fraction and the frozen fraction, which can be expressed as a function of temperature. A consistent form of the analytical solution for the SMP model is obtained using the fourth-order Runge–Kutta method. Finally, the SASMC constitutive model is proposed, following two analytical homogenization approaches. One approach is based on an equivalent inclusion method and the other approach is the rule of mixtures. The SMA and SMP constitutive models are validated independently with experimental results. However, the validation of the composite model is performed using the two homogenization approaches and a close agreement in results is observed. Results regarding the isothermal and thermomechanical stress–strain responses are analyzed as a function of SMA volume fraction. Further, it is concluded that the proposed composite model is able to reproduce consistently the overall composite response by taking into consideration not only the phase transformations, variable modulus and transformation stresses in SMA but also the variable modulus, the evolution of stored strain and thermal strain in the SMP

  11. A Study on Ganui-Dae’s External Form and Its Modeling for Restoration

    Directory of Open Access Journals (Sweden)

    Min-Soo Lee

    2013-12-01

    Full Text Available Ganui-Dae, built in the reign of King Sejong, Joseon Dynasty, is a comprehensive observatory. It has various instruments for observation and time signal such as Ganui, Gyupyo(Gnomon, water-hammering type Honui and Honsang, and so on. Studying on Ganui-Dae has been focused on its location, history, criterion, etc, so far. However, studying on its external form and construction method has been conducted insufficiently. This study suggests the model for restoration of Ganui-Dae. The model is based on the analysis about external form of Ganui-Dae in various antique maps, and its construction method in those days.

  12. Associative memory model with spontaneous neural activity

    Science.gov (United States)

    Kurikawa, Tomoki; Kaneko, Kunihiko

    2012-05-01

    We propose a novel associative memory model wherein the neural activity without an input (i.e., spontaneous activity) is modified by an input to generate a target response that is memorized for recall upon the same input. Suitable design of synaptic connections enables the model to memorize input/output (I/O) mappings equaling 70% of the total number of neurons, where the evoked activity distinguishes a target pattern from others. Spontaneous neural activity without an input shows chaotic dynamics but keeps some similarity with evoked activities, as reported in recent experimental studies.

  13. Parametric Variation for Detailed Model of External Grid in Offshore Wind Power Plants

    DEFF Research Database (Denmark)

    Myagkov, Vladimir; Petersen, Lennart; Laza, Burutxaga

    2014-01-01

    The representation of the external grid impedance is a key element in harmonic studies for offshore wind farms. The external grid impedance is here represented by two different approaches: by a simplified impedance model, based on values for short-circuit power and XR-ratio and by locus diagrams...... for defining a procedure for conducting harmonic studies in wind farms that can be used in commercial project developments....

  14. Evaluating Multicore Algorithms on the Unified Memory Model

    Directory of Open Access Journals (Sweden)

    John E. Savage

    2009-01-01

    Full Text Available One of the challenges to achieving good performance on multicore architectures is the effective utilization of the underlying memory hierarchy. While this is an issue for single-core architectures, it is a critical problem for multicore chips. In this paper, we formulate the unified multicore model (UMM to help understand the fundamental limits on cache performance on these architectures. The UMM seamlessly handles different types of multiple-core processors with varying degrees of cache sharing at different levels. We demonstrate that our model can be used to study a variety of multicore architectures on a variety of applications. In particular, we use it to analyze an option pricing problem using the trinomial model and develop an algorithm for it that has near-optimal memory traffic between cache levels. We have implemented the algorithm on a two Quad-Core Intel Xeon 5310 1.6 GHz processors (8 cores. It achieves a peak performance of 19.5 GFLOPs, which is 38% of the theoretical peak of the multicore system. We demonstrate that our algorithm outperforms compiler-optimized and auto-parallelized code by a factor of up to 7.5.

  15. The ExternE project: methodology, objectives and limitations

    International Nuclear Information System (INIS)

    Rabl, A.; Spadaro, J.V.

    2002-01-01

    This paper presents a summary of recent studies on external costs of energy systems, in particular the ExternE (External Costs of Energy) Project of the European Commission. To evaluate the impact and damage cost of a pollutant, one needs to carry out an impact pathway analysis; this involves the calculation of increased pollutant concentrations in all affected regions due to an incremental emission (e.g. μg/m 3 of particles, using models of atmospheric dispersion and chemistry), followed by the calculation of physical impacts (e.g. number of cases of asthma due to these particles, using a dose-response function). The entire so-called fuel chain (or fuel cycle) is evaluated and compared on the basis of delivered end use energy. Even though the uncertainties are large, the results provide substantial evidence that the classical air pollutants (particles, NO x and SO x ) from the combustion of fossil fuels impose a heavy toll, in addition to the cost of global warming. The external costs are especially large for coal; even for 'good current technology' they may be comparable to the price of electricity. For natural gas the external costs are about a third to a half of coal. The external costs of nuclear are small compared to the price of electricity (at most a few %), and so are the external costs of most renewable energy systems. (authors)

  16. Modeling the behaviour of shape memory materials under large deformations

    Science.gov (United States)

    Rogovoy, A. A.; Stolbova, O. S.

    2017-06-01

    In this study, the models describing the behavior of shape memory alloys, ferromagnetic materials and polymers have been constructed, using a formalized approach to develop the constitutive equations for complex media under large deformations. The kinematic and constitutive equations, satisfying the principles of thermodynamics and objectivity, have been derived. The application of the Galerkin procedure to the systems of equations of solid mechanics allowed us to obtain the Lagrange variational equation and variational formulation of the magnetostatics problems. These relations have been tested in the context of the problems of finite deformation in shape memory alloys and ferromagnetic materials during forward and reverse martensitic transformations and in shape memory polymers during forward and reverse relaxation transitions from a highly elastic to a glassy state.

  17. Memory-Focused Cognitive Therapy for Cocaine Use Disorder: Theory, Procedures and Preliminary Evidence From an External Pilot Randomised Controlled Trial

    Directory of Open Access Journals (Sweden)

    John Marsden

    2018-03-01

    Full Text Available Background: Cocaine use disorder (CUD is a debilitating condition with no NICE-recommended medication or specific psychosocial interventions. In the United Kingdom (UK, general counselling (treatment-as-usual; TAU is widely delivered, but has limited effectiveness. We tested the feasibility, safety and preliminary efficacy of a novel, adjunctive psychosocial intervention for CUD, called ‘memory-focused cognitive therapy’ (MFCT. Methods: We did a two-arm, external pilot randomised controlled trial at a specialist community National Health Service addictions clinic in London, UK. 30 adults (≥18 years, voluntarily seeking treatment for CUD (enrolled ≥14 days; all with moderate-to-severe DSM5 CUD, were individually randomised (1:1 to a control group (ongoing TAU; 3 × 90 min CUD cognitive conceptualisation assessments; 2 × 30 min cocaine-related cue-induction procedures; and 3 × 30 min research follow-ups; or to an intervention group (ongoing TAU; 3 × 90 min cognitive conceptualisation assessments; 2 × 30 min cocaine-related cue-induction procedures; 5 × 120 min, one-to-one, MFCT sessions [in 1 week]; and 3 × 60 min research follow-ups and MFCT-relapse prevention.The primary outcome was the total percentage score on the frequency version of the Craving Experiences Questionnaire (CEQ-F at 1-month follow-up after the intensive intervention week (clinical endpoint; recall period past 2 weeks; higher score indicating greater craving. Secondary outcomes at the 1-month follow-up were percentage days abstinent (PDA from cocaine, and longest period (days of continuous abstinence (LPA in the prior 28 days.Outcomes were analysed as an unadjusted group mean difference (with Hedge's g effect size [ES] and a 95% Confidence Interval [CI] for the primary outcome and a 90% CI for the secondary outcomes. Exploratory, multivariable linear (primary outcome and Poisson regression models (secondary outcomes, with sex, age, months

  18. Effects of neuronal loss in the dynamic model of neural networks

    International Nuclear Information System (INIS)

    Yoon, B-G; Choi, J; Choi, M Y

    2008-01-01

    We study the phase transitions and dynamic behavior of the dynamic model of neural networks, with an emphasis on the effects of neuronal loss due to external stress. In the absence of loss the overall results obtained numerically are found to agree excellently with the theoretical ones. When the external stress is turned on, some neurons may deteriorate and die; such loss of neurons, in general, weakens the memory in the system. As the loss increases beyond a critical value, the order parameter measuring the strength of memory decreases to zero either continuously or discontinuously, namely, the system loses its memory via a second- or a first-order transition, depending on the ratio of the refractory period to the duration of action potential

  19. Spatial Welfare Economics versus Ecological Footprint: Modeling Agglomeration, Externalities and Trade

    NARCIS (Netherlands)

    Grazi, F.; van den Bergh, J.C.J.M.; Rietveld, P.

    2007-01-01

    A welfare framework for the analysis of the spatial dimensions of sustainability is developed. It covers agglomeration effects, interregional trade, negative environmental externalities, and various land use categories. The model is used to compare rankings of spatial configurations according to

  20. Empirical study of the metal-nitride-oxide-semiconductor device characteristics deduced from a microscopic model of memory traps

    International Nuclear Information System (INIS)

    Ngai, K.L.; Hsia, Y.

    1982-01-01

    A graded-nitride gate dielectric metal-nitride-oxide-semiconductor (MNOS) memory transistor exhibiting superior device characteristics is presented and analyzed based on a qualitative microscopic model of the memory traps. The model is further reviewed to interpret some generic properties of the MNOS memory transistors including memory window, erase-write speed, and the retention-endurance characteristic features

  1. How Do Internal and External CSR Affect Employees' Organizational Identification? A Perspective from the Group Engagement Model.

    Science.gov (United States)

    Hameed, Imran; Riaz, Zahid; Arain, Ghulam A; Farooq, Omer

    2016-01-01

    The literature examines the impact of firms' corporate social responsibility (CSR) activities on employees' organizational identification without considering that such activities tend to have different targets. This study explores how perceived external CSR (efforts directed toward external stakeholders) and perceived internal CSR (efforts directed toward employees) activities influence employees' organizational identification. In so doing, it examines the alternative underlying mechanisms through which perceived external and internal CSR activities build employees' identification. Applying the taxonomy prescribed by the group engagement model, the study argues that the effects of perceived external and internal CSR flow through two competing mechanisms: perceived external prestige and perceived internal respect, respectively. Further, it is suggested that calling orientation (how employees see their work contributions) moderates the effects induced by these alternative forms of CSR. The model draws on survey data collected from a sample of 414 employees across five large multinationals in Pakistan. The results obtained using structural equation modeling support these hypotheses, reinforcing the notion that internal and external CSR operate through different mediating mechanisms and more interestingly employees' calling orientation moderates these relationships to a significant degree. Theoretical contributions and practical implications of results are discussed in detail.

  2. A memory-based model of posttraumatic stress disorder

    DEFF Research Database (Denmark)

    Rubin, David C.; Berntsen, Dorthe; Johansen, Marlene Klindt

    2008-01-01

    In the mnemonic model of posttraumatic stress disorder (PTSD), the current memory of a negative event, not the event itself, determines symptoms. The model is an alternative to the current event-based etiology of PTSD represented in the Diagnostic and Statistical Manual of Mental Disorders (4th ed......., text rev.; American Psychiatric Association, 2000). The model accounts for important and reliable findings that are often inconsistent with the current diagnostic view and that have been neglected by theoretical accounts of the disorder, including the following observations. The diagnosis needs...

  3. Structural Breaks and Long Memory Property in Korean Won Exchange Rates: Adaptive FIGARCH Model

    Directory of Open Access Journals (Sweden)

    Young Wook Han

    2011-06-01

    Full Text Available This paper explores the issue of structural breaks and long memory property in the conditional variance process of the Korean exchange rates. To analyze the above in detail, this paper examines the dynamics of the structural breaks and the long memory in the conditional variance process of the Korean exchange returns by using the daily KRW-USD and KRW-JPY exchange rates for the period from 2000 through 2007. In particular, this paper employs the Adaptive FIGARCH model of Baillie and Morana (2009 which account for the structural breaks and the long memory property together. This paper also finds that the new Adaptive FIGARCH model outperforms the usual FIGARCH model of Baillie et al. (1996 when the structural breaks are present and that the long memory property in the conditional variance process of the Korean exchange returns is significantly reduced after the structural breaks are accounted for. Thus, these results suggest that the upward biased long memory property observed in the conditional variance process of the Korean exchange returns could partially have been imparted as a result of neglecting the structural breaks.

  4. Calculating external doses from contaminated soil with the computer model SOILD

    International Nuclear Information System (INIS)

    Chen, Y.; LePoire, D.; Yu, C.

    1991-01-01

    The SOILD computer model was developed for calculating the effective dose equivalent from external exposure to distributed gamma sources in soil. It is designed to assess external doses under various exposure scenarios that may be encountered in environmental restoration programs. The model's four major functional features address (a) dose versus source depth in soil, (b) shielding of clean cover soil, (c) area of contamination, and (d) nonuniform distribution of sources. The model can also adjust doses when there are variations in soil densities for both source and cover soils. It is supported by a data base of ∼500 radionuclides. A sample calculation was performed by SOILD to determine the effective dose equivalent for a uniform source distribution in soil. The soil density was assumed to be 1.6 g/cm 3 , and the source strength was assumed to be 1 pCi/cm 3 . The following radionuclides were studied: 60 C, 131 I, 137+D Cs, 238+D U, and 226+D Ra ('+D' denotes the parent nuclide and daughters)

  5. Bayesian Inference on the Memory Parameter for Gamma-Modulated Regression Models

    Directory of Open Access Journals (Sweden)

    Plinio Andrade

    2015-09-01

    Full Text Available In this work, we propose a Bayesian methodology to make inferences for the memory parameter and other characteristics under non-standard assumptions for a class of stochastic processes. This class generalizes the Gamma-modulated process, with trajectories that exhibit long memory behavior, as well as decreasing variability as time increases. Different values of the memory parameter influence the speed of this decrease, making this heteroscedastic model very flexible. Its properties are used to implement an approximate Bayesian computation and MCMC scheme to obtain posterior estimates. We test and validate our method through simulations and real data from the big earthquake that occurred in 2010 in Chile.

  6. Computation of External Quality Factors for RF Structures by Means of Model Order Reduction and a Perturbation Approach

    CERN Document Server

    Flisgen, Thomas; van Rienen, Ursula

    2016-01-01

    External quality factors are significant quantities to describe losses via waveguide ports in radio frequency resonators. The current contribution presents a novel approach to determine external quality factors by means of a two-step procedure: First, a state-space model for the lossless radio frequency structure is generated and its model order is reduced. Subsequently, a perturbation method is applied on the reduced model so that external losses are accounted for. The advantage of this approach results from the fact that the challenges in dealing with lossy systems are shifted to the reduced order model. This significantly saves computational costs. The present paper provides a short overview on existing methods to compute external quality factors. Then, the novel approach is introduced and validated in terms of accuracy and computational time by means of commercial software.

  7. Modelling Long Memory Volatility in Agricultural Commodity Futures Returns

    NARCIS (Netherlands)

    R. Tansuchat (Roengchai); C-L. Chang (Chia-Lin); M.J. McAleer (Michael)

    2009-01-01

    textabstractThis paper estimates the long memory volatility model for 16 agricultural commodity futures returns from different futures markets, namely corn, oats, soybeans, soybean meal, soybean oil, wheat, live cattle, cattle feeder, pork, cocoa, coffee, cotton, orange juice, Kansas City wheat,

  8. Modelling Long Memory Volatility in Agricultural Commodity Futures Returns

    NARCIS (Netherlands)

    C-L. Chang (Chia-Lin); M.J. McAleer (Michael); R. Tansuchat (Roengchai)

    2012-01-01

    textabstractThis paper estimates a long memory volatility model for 16 agricultural commodity futures returns from different futures markets, namely corn, oats, soybeans, soybean meal, soybean oil, wheat, live cattle, cattle feeder, pork, cocoa, coffee, cotton, orange juice, Kansas City wheat,

  9. Reconstruction of the external dose of evacuees from the contaminated areas based on simulation modelling

    International Nuclear Information System (INIS)

    Meckbach, R.; Chumak, V.V.

    1996-01-01

    Model calculations are being performed for the reconstruction of individual external gamma doses of population evacuated during the Chernobyl accident from the city of Pripyat and other settlements of the 30-km zone. The models are based on sets of dose rate measurements performed during the accident, on individual behavior histories of more than 30000 evacuees obtained by questionnaire survey and on location factors determined for characteristic housing buildings. Location factors were calculated by Monte Carlo simulations of photon transport for a typical housing block and village houses. Stochastic models for individual external dose reconstruction are described. Using Monte Carlo methods, frequency distributions representing the uncertainty of doses are calculated from an assessment of the uncertainty of the data. The determination of dose rate distributions in Pripyat is discussed. Exemplary results for individual external doses are presented

  10. Discrete event simulation model for external yard choice of import container terminal in a port buffer area

    Science.gov (United States)

    Rusgiyarto, Ferry; Sjafruddin, Ade; Frazila, Russ Bona; Suprayogi

    2017-06-01

    Increasing container traffic and land acquisition problem for terminal expansion leads to usage of external yard in a port buffer area. This condition influenced the terminal performance because a road which connects the terminal and the external yard was also used by non-container traffic. Location choice problem considered to solve this condition, but the previous research has not taken account a stochastic condition of container arrival rate and service time yet. Bi-level programming framework was used to find optimum location configuration. In the lower-level, there was a problem to construct the equation, which correlated the terminal operation and the road due to different time cycle equilibrium. Container moves from the quay to a terminal gate in a daily unit of time, meanwhile, it moves from the terminal gate to the external yard through the road in a minute unit of time. If the equation formulated in hourly unit equilibrium, it cannot catch up the container movement characteristics in the terminal. Meanwhile, if the equation formulated in daily unit equilibrium, it cannot catch up the road traffic movement characteristics in the road. This problem can be addressed using simulation model. Discrete Event Simulation Model was used to simulate import container flow processes in the container terminal and external yard. Optimum location configuration in the upper-level was the combinatorial problem, which was solved by Full Enumeration approach. The objective function of the external yard location model was to minimize user transport cost (or time) and to maximize operator benefit. Numerical experiment was run for the scenario assumption of two container handling ways, three external yards, and thirty-day simulation periods. Jakarta International Container Terminal (JICT) container characteristics data was referred for the simulation. Based on five runs which were 5, 10, 15, 20, and 30 repetitions, operation one of three available external yards (external yard

  11. Effects on locomotion and memory in 2 models of cerebral hypoperfusion in male Wistar rats.

    Science.gov (United States)

    Martínez-Díaz, J A; García, L I; Hernández, M E; Aranda-Abreu, G E

    2015-09-01

    Cerebral ischaemia is one of the most common neurological diseases worldwide. Its many sequelae range from motor and sensory symptoms to cognitive decline and dementia. Animal models of cerebral ischaemia/hypoperfusion elicit effects on long term memory; however, the effects of these procedures on short term memory are not clearly understood and effects induced by alternative hypoperfusion models are completely unknown. We evaluated the effects of 2 cerebral hyperperfusion models on memory in 3-month-old male rats. Episodic memory and working memory were assessed using the new object recognition test and the spontaneous alteration test, respectively. Neurological assessment was also performed, along with an open field test to evaluate locomotor activity. Rats in both hyperperfusion models displayed no cognitive changes. Rats with unilateral left-sided ligation plus temporary ligation of the right carotid tended to show slightly impaired performance on the new object recognition test on the second day after the procedure. In contrast, the group with permanent unilateral ligation tended to display alterations in working and episodic memory 9 days after the procedure, but they subsequently recovered. Despite these differences, both hypoperfusion groups displayed clear signs of motor impairment 2 days after the procedure, as reflected by their decreased locomotor activity during the open field test. Copyright © 2014 Sociedad Española de Neurología. Published by Elsevier España, S.L.U. All rights reserved.

  12. High spatial resolution infrared camera as ISS external experiment

    Science.gov (United States)

    Eckehard, Lorenz; Frerker, Hap; Fitch, Robert Alan

    High spatial resolution infrared camera as ISS external experiment for monitoring global climate changes uses ISS internal and external resources (eg. data storage). The optical experiment will consist of an infrared camera for monitoring global climate changes from the ISS. This technology was evaluated by the German small satellite mission BIRD and further developed in different ESA projects. Compared to BIRD the presended instrument uses proven sensor advanced technologies (ISS external) and ISS on board processing and storage capabili-ties (internal). The instrument will be equipped with a serial interfaces for TM/TC and several relay commands for the power supply. For data processing and storage a mass memory is re-quired. The access to actual attitude data is highly desired to produce geo referenced maps-if possible by an on board processing.

  13. A Neural Network Model of the Visual Short-Term Memory

    DEFF Research Database (Denmark)

    Petersen, Anders; Kyllingsbæk, Søren; Hansen, Lars Kai

    2009-01-01

    In this paper a neural network model of Visual Short-Term Memory (VSTM) is presented. The model links closely with Bundesen’s (1990) well-established mathematical theory of visual attention. We evaluate the model’s ability to fit experimental data from a classical whole and partial report study...

  14. Performance analysis and comparison of a minimum interconnections direct storage model with traditional neural bidirectional memories.

    Science.gov (United States)

    Bhatti, A Aziz

    2009-12-01

    This study proposes an efficient and improved model of a direct storage bidirectional memory, improved bidirectional associative memory (IBAM), and emphasises the use of nanotechnology for efficient implementation of such large-scale neural network structures at a considerable lower cost reduced complexity, and less area required for implementation. This memory model directly stores the X and Y associated sets of M bipolar binary vectors in the form of (MxN(x)) and (MxN(y)) memory matrices, requires O(N) or about 30% of interconnections with weight strength ranging between +/-1, and is computationally very efficient as compared to sequential, intraconnected and other bidirectional associative memory (BAM) models of outer-product type that require O(N(2)) complex interconnections with weight strength ranging between +/-M. It is shown that it is functionally equivalent to and possesses all attributes of a BAM of outer-product type, and yet it is simple and robust in structure, very large scale integration (VLSI), optical and nanotechnology realisable, modular and expandable neural network bidirectional associative memory model in which the addition or deletion of a pair of vectors does not require changes in the strength of interconnections of the entire memory matrix. The analysis of retrieval process, signal-to-noise ratio, storage capacity and stability of the proposed model as well as of the traditional BAM has been carried out. Constraints on and characteristics of unipolar and bipolar binaries for improved storage and retrieval are discussed. The simulation results show that it has log(e) N times higher storage capacity, superior performance, faster convergence and retrieval time, when compared to traditional sequential and intraconnected bidirectional memories.

  15. Ex vivo tracheomalacia model with 3D-printed external tracheal splint.

    Science.gov (United States)

    Kaye, Rachel; Goldstein, Todd; Aronowitz, Danielle; Grande, Daniel A; Zeltsman, David; Smith, Lee P

    2017-04-01

    To design and evaluate an ex vivo model of tracheomalacia with and without a three-dimensional (3D)-printed external tracheal splint. Prospective, ex vivo animal trial. Three groups of ex vivo porcine tracheas were used: 1) control (unmanipulated trachea), 2) tracheomalacia (tracheal rings partially incised and crushed), and 3) splinted tracheomalacia (external custom tracheal splint fitted onto group 2 trachea). Each end of an ex vivo trachea was sealed with a custom-designed and 3D-printed cap; a transducer was placed through one end to measure the pressure inside the trachea. Although the negative pressure was applied to the tracheal lumen, the tracheal wall collapse was measured externally and internally using a bronchoscope. Each group had at least three recorded trials. Tracheal diameter was evaluated using ImageJ software (National Institutes of Health, Bethesda, MD) and was averaged between two raters. Average tracheal occlusion percentage was compared using Student t test. The average occlusion was 31% for group 1, 87.4% for group 2, and 20% for group 3. Significant differences were found between the control and tracheomalacia groups (P tracheomalacia and splinted tracheomalacia groups (P tracheomalacia groups (P = 0.13). Applied pressure was plotted against occlusion and regression line slope differed between the tracheomalacia (0.91) and control (0.12) or splinted tracheomalacia (0.39) groups. We demonstrate the potential for an ex vivo tracheomalacia model to reproduce airway collapse and show that this collapse can be treated successfully with a 3D-printed external splint. These results are promising and justify further studies. N/A. Laryngoscope, 127:950-955, 2017. © 2016 The American Laryngological, Rhinological and Otological Society, Inc.

  16. Model-Driven Study of Visual Memory

    National Research Council Canada - National Science Library

    Sekuler, Robert

    2004-01-01

    .... We synthesized concepts, insights, and methods from memory research, and from vision research, working within a coherent, quantitative framework for understanding episodic visual recognition memory...

  17. Measurement and modeling of external radiation during 1985 from LAMPF [Los Alamos Meson Physics Facility] emissions

    International Nuclear Information System (INIS)

    Bowen, B.M.; Olsen, W.A.; Chen, Ili; Van Etten, D.M.

    1987-11-01

    An array of three portable, pressurized ionization chambers (PICs) continued to measure external radiation levels during 1985 caused by radionuclides emitted from the Los Alamos Meson Physics Facility (LAMPF). A Gaussian-type atmospheric dispersion model, using onsite meteorological and stack release data, was tested during this study. A more complex finite model, which takes into account the contribution of radiation at a receptor from different locations of the passing plume, was also tested. Monitoring results indicate that, as in 1984, a persistent wind up the Rio Grande Valley during the evening and early morning hours is largely responsible for causing the highest external radiation levels to occur to the northeast and north-northeast of LAMPF. However, because of increased turbulent mixing during the day, external radiation levels are generally much less during the day than at night. External radiation levels during 1985 show approximately a 75% reduction over 1984 levels. This resulted from a similar percentage reduction in LAMPF emissions caused by newly implemented emission controls. Comparison of predicted and measured daily external radiation levels indicates a high degree of correlation. The model also gives accurate estimates of measured concentrations over longer time periods. Comparison of predicted and measured hourly values indicates that the model generally tends to overpredict during the day and underpredict at night. 9 refs., 14 figs., 13 tabs

  18. Constitutive model for a stress- and thermal-induced phase transition in a shape memory polymer

    International Nuclear Information System (INIS)

    Guo, Xiaogang; Liu, Liwu; Liu, Yanju; Zhou, Bo; Leng, Jinsong

    2014-01-01

    Recently, increasing applications of shape memory polymers have pushed forward the development of appropriate constitutive models for smart materials such as the shape memory polymer. During the heating process, the phase transition, which is a continuous time-dependent process, happens in the shape memory polymer, and various individual phases will form at different configuration temperatures. In addition, these phases can generally be divided into two parts: the frozen and active phase (Liu Y et al 2006 Int. J. Plast. 22 279–313). During the heating or cooling process, the strain will be stored or released with the occurring phase transition between these two parts. Therefore, a shape memory effect emerges. In this paper, a new type of model was developed to characterize the variation of the volume fraction in a shape memory polymer during the phase transition. In addition to the temperature variation, the applied stress was also taken as a significant influence factor on the phase transition. Based on the experimental results, an exponential equation was proposed to describe the relationship between the stress and phase transition temperature. For the sake of describing the mechanical behaviors of the shape memory polymer, a three-dimensional constitutive model was established. Also, the storage strain, which was the key factor of the shape memory effect, was also discussed in detail. Similar to previous works, we first explored the effect of applied stress on storage strain. Through comparisons with the DMA and the creep experimental results, the rationality and accuracy of the new phase transition and constitutive model were finally verified. (paper)

  19. Implementation of a finite element analysis procedure for structural analysis of shape memory behaviour of fibre reinforced shape memory polymer composites

    Science.gov (United States)

    Azzawi, Wessam Al; Epaarachchi, J. A.; Islam, Mainul; Leng, Jinsong

    2017-12-01

    Shape memory polymers (SMPs) offer a unique ability to undergo a substantial shape deformation and subsequently recover the original shape when exposed to a particular external stimulus. Comparatively low mechanical properties being the major drawback for extended use of SMPs in engineering applications. However the inclusion of reinforcing fibres in to SMPs improves mechanical properties significantly while retaining intrinsic shape memory effects. The implementation of shape memory polymer composites (SMPCs) in any engineering application is a unique task which requires profound materials and design optimization. However currently available analytical tools have critical limitations to undertake accurate analysis/simulations of SMPC structures and slower derestrict transformation of breakthrough research outcomes to real-life applications. Many finite element (FE) models have been presented. But majority of them require a complicated user-subroutines to integrate with standard FE software packages. Furthermore, those subroutines are problem specific and difficult to use for a wider range of SMPC materials and related structures. This paper presents a FE simulation technique to model the thermomechanical behaviour of the SMPCs using commercial FE software ABAQUS. Proposed technique incorporates material time-dependent viscoelastic behaviour. The ability of the proposed technique to predict the shape fixity and shape recovery was evaluated by experimental data acquired by a bending of a SMPC cantilever beam. The excellent correlation between the experimental and FE simulation results has confirmed the robustness of the proposed technique.

  20. Why are you telling me that? A conceptual model of the social function of autobiographical memory.

    Science.gov (United States)

    Alea, Nicole; Bluck, Susan

    2003-03-01

    In an effort to stimulate and guide empirical work within a functional framework, this paper provides a conceptual model of the social functions of autobiographical memory (AM) across the lifespan. The model delineates the processes and variables involved when AMs are shared to serve social functions. Components of the model include: lifespan contextual influences, the qualitative characteristics of memory (emotionality and level of detail recalled), the speaker's characteristics (age, gender, and personality), the familiarity and similarity of the listener to the speaker, the level of responsiveness during the memory-sharing process, and the nature of the social relationship in which the memory sharing occurs (valence and length of the relationship). These components are shown to influence the type of social function served and/or, the extent to which social functions are served. Directions for future empirical work to substantiate the model and hypotheses derived from the model are provided.

  1. Working Memory and Decision-Making in a Frontoparietal Circuit Model.

    Science.gov (United States)

    Murray, John D; Jaramillo, Jorge; Wang, Xiao-Jing

    2017-12-13

    Working memory (WM) and decision-making (DM) are fundamental cognitive functions involving a distributed interacting network of brain areas, with the posterior parietal cortex (PPC) and prefrontal cortex (PFC) at the core. However, the shared and distinct roles of these areas and the nature of their coordination in cognitive function remain poorly understood. Biophysically based computational models of cortical circuits have provided insights into the mechanisms supporting these functions, yet they have primarily focused on the local microcircuit level, raising questions about the principles for distributed cognitive computation in multiregional networks. To examine these issues, we developed a distributed circuit model of two reciprocally interacting modules representing PPC and PFC circuits. The circuit architecture includes hierarchical differences in local recurrent structure and implements reciprocal long-range projections. This parsimonious model captures a range of behavioral and neuronal features of frontoparietal circuits across multiple WM and DM paradigms. In the context of WM, both areas exhibit persistent activity, but, in response to intervening distractors, PPC transiently encodes distractors while PFC filters distractors and supports WM robustness. With regard to DM, the PPC module generates graded representations of accumulated evidence supporting target selection, while the PFC module generates more categorical responses related to action or choice. These findings suggest computational principles for distributed, hierarchical processing in cortex during cognitive function and provide a framework for extension to multiregional models. SIGNIFICANCE STATEMENT Working memory and decision-making are fundamental "building blocks" of cognition, and deficits in these functions are associated with neuropsychiatric disorders such as schizophrenia. These cognitive functions engage distributed networks with prefrontal cortex (PFC) and posterior parietal

  2. Development of an engineering model for ferromagnetic shape memory alloys

    International Nuclear Information System (INIS)

    Tani, Yoshiaki; Todaka, Takashi; Enokizono, Masato

    2008-01-01

    This paper presents a relationship among stress, temperature and magnetic properties of a ferromagnetic shape memory alloy. In order to derive an engineering model of ferromagnetic shape memory alloys, we have developed a measuring system of the relationship among stress, temperature and magnetic properties. The samples used in this measurement are Fe68-Ni10-Cr9-Mn7-Si6 wt% ferromagnetic shape memory alloy. They are thin ribbons made by rapid cooling in air. In the measurement, the ribbon sample is inserted into a sample holder winding consisting of the B-coil and compensation coils, and magnetized in an open solenoid coil. The ribbon is stressed with attachment weights and heated with a heating wire. The specific susceptibility was increased by applying tension, and slightly increased by heating below the Curie temperature

  3. A thermodynamically consistent model of shape-memory alloys

    Czech Academy of Sciences Publication Activity Database

    Benešová, Barbora

    2011-01-01

    Roč. 11, č. 1 (2011), s. 355-356 ISSN 1617-7061 R&D Projects: GA ČR GAP201/10/0357 Institutional research plan: CEZ:AV0Z20760514 Keywords : slape memory alloys * model based on relaxation * thermomechanic coupling Subject RIV: BA - General Mathematics http://onlinelibrary.wiley.com/doi/10.1002/pamm.201110169/abstract

  4. The impact of early shame memories in Binge Eating Disorder: The mediator effect of current body image shame and cognitive fusion.

    Science.gov (United States)

    Duarte, Cristiana; Pinto-Gouveia, José

    2017-12-01

    This study examined the phenomenology of shame experiences from childhood and adolescence in a sample of women with Binge Eating Disorder. Moreover, a path analysis was investigated testing whether the association between shame-related memories which are traumatic and central to identity, and binge eating symptoms' severity, is mediated by current external shame, body image shame and body image cognitive fusion. Participants in this study were 114 patients, who were assessed through the Eating Disorder Examination and the Shame Experiences Interview, and through self-report measures of external shame, body image shame, body image cognitive fusion and binge eating symptoms. Shame experiences where physical appearance was negatively commented or criticized by others were the most frequently recalled. A path analysis showed a good fit between the hypothesised mediational model and the data. The traumatic and centrality qualities of shame-related memories predicted current external shame, especially body image shame. Current shame feelings were associated with body image cognitive fusion, which, in turn, predicted levels of binge eating symptomatology. Findings support the relevance of addressing early shame-related memories and negative affective and self-evaluative experiences, namely related to body image, in the understanding and management of binge eating. Copyright © 2017 Elsevier B.V. All rights reserved.

  5. NMDA receptors are not required for pattern completion during associative memory recall.

    Directory of Open Access Journals (Sweden)

    Bing Mei

    2011-04-01

    Full Text Available Pattern completion, the ability to retrieve complete memories initiated by subsets of external cues, has been a major focus of many computation models. A previously study reports that such pattern completion requires NMDA receptors in the hippocampus. However, such a claim was derived from a non-inducible gene knockout experiment in which the NMDA receptors were absent throughout all stages of memory processes as well as animal's adult life. This raises the critical question regarding whether the previously described results were truly resulting from the requirement of the NMDA receptors in retrieval. Here, we have examined the role of the NMDA receptors in pattern completion via inducible knockout of NMDA receptors limited to the memory retrieval stage. By using two independent mouse lines, we found that inducible knockout mice, lacking NMDA receptor in either forebrain or hippocampus CA1 region at the time of memory retrieval, exhibited normal recall of associative spatial reference memory regardless of whether retrievals took place under full-cue or partial-cue conditions. Moreover, systemic antagonism of NMDA receptor during retention tests also had no effect on full-cue or partial-cue recall of spatial water maze memories. Thus, both genetic and pharmacological experiments collectively demonstrate that pattern completion during spatial associative memory recall does not require the NMDA receptor in the hippocampus or forebrain.

  6. Storing information in-the-world: Metacognition and cognitive offloading in a short-term memory task.

    Science.gov (United States)

    Risko, Evan F; Dunn, Timothy L

    2015-11-01

    We often store to-be-remembered information externally (e.g., written down on a piece of paper) rather than internally. In the present investigation, we examine factors that influence the decision to store information in-the-world versus in-the-head using a variant of a traditional short term memory task. In Experiments 1a and 1b participants were presented with to-be-remembered items and either had to rely solely on internal memory or had the option to write down the presented information. In Experiments 2a and 2b participants were presented with the same stimuli but made metacognitive judgments about their predicted performance and effort expenditure. The spontaneous use of external storage was related both to the number of items to be remembered and an individual's actual and perceived short-term-memory capacity. Interestingly, individuals often used external storage despite its use affording no observable benefit. Implications for understanding how individuals integrate external resources in pursuing cognitive goals are discussed. Copyright © 2015 Elsevier Inc. All rights reserved.

  7. A nanowire magnetic memory cell based on a periodic magnetic superlattice

    International Nuclear Information System (INIS)

    Song, J-F; Bird, J P; Ochiai, Y

    2005-01-01

    We analyse the operation of a semiconductor nanowire-based memory cell. Large changes in the nanowire conductance result when the magnetization of a periodic array of nanoscale magnetic gates, which comprise the other key component of the memory cell, is switched between distinct configurations by an external magnetic field. The resulting conductance change provides the basis for a robust memory effect, which can be implemented in a semiconductor structure compatible with conventional semiconductor integrated circuits

  8. Coupling of the FLake model to the Surfex externalized surface model

    Energy Technology Data Exchange (ETDEWEB)

    Salgado, R. (Univ. of Evora, Centro de Geofisica de Evora (Portugal)); Le Moigne, P. (CNRM/GAME, Meteo-France/CNRS, Toulouse (France))

    2010-07-01

    The FLake model parameterizes the local-scale energy exchanges between lake surfaces and the atmosphere. FLake simulates the temperature profile as well as the budgets of heat and turbulent kinetic energy in water. Its implementation into the Surfex system, the externalized surface scheme devoted to research and operational forecasts, is presented here. The paper describes a validation of the coupled system Surfex-FLake based on measurements carried out on the Alqueva reservoir in southern Portugal. This paper shows how the use of FLake in the Surfex system improves surface temperature and turbulent fluxes at the water-atmosphere interface and explains the minor changes made in the computation of the shape function in order to adapt the FLake model to warm lakes, like the one used for this study. (orig.)

  9. ADHD and the externalizing spectrum: direct comparison of categorical, continuous, and hybrid models of liability in a nationally representative sample.

    Science.gov (United States)

    Carragher, Natacha; Krueger, Robert F; Eaton, Nicholas R; Markon, Kristian E; Keyes, Katherine M; Blanco, Carlos; Saha, Tulshi D; Hasin, Deborah S

    2014-08-01

    Alcohol use disorders, substance use disorders, and antisocial personality disorder share a common externalizing liability, which may also include attention-deficit hyperactivity disorder (ADHD). However, few studies have compared formal quantitative models of externalizing liability, with the aim of delineating the categorical and/or continuous nature of this liability in the community. This study compares categorical, continuous, and hybrid models of externalizing liability. Data were derived from the 2004-2005 National Epidemiologic Survey on Alcohol and Related Conditions (N = 34,653). Seven disorders were modeled: childhood ADHD and lifetime diagnoses of antisocial personality disorder (ASPD), nicotine dependence, alcohol dependence, marijuana dependence, cocaine dependence, and other substance dependence. The continuous latent trait model provided the best fit to the data. Measurement invariance analyses supported the fit of the model across genders, with females displaying a significantly lower probability of experiencing externalizing disorders. Cocaine dependence, marijuana dependence, other substance dependence, alcohol dependence, ASPD, nicotine dependence, and ADHD provided the greatest information, respectively, about the underlying externalizing continuum. Liability to externalizing disorders is continuous and dimensional in severity. The findings have important implications for the organizational structure of externalizing psychopathology in psychiatric nomenclatures.

  10. Variable stiffness corrugated composite structure with shape memory polymer for morphing skin applications

    Science.gov (United States)

    Gong, Xiaobo; Liu, Liwu; Scarpa, Fabrizio; Leng, Jinsong; Liu, Yanju

    2017-03-01

    This work presents a variable stiffness corrugated structure based on a shape memory polymer (SMP) composite with corrugated laminates as reinforcement that shows smooth aerodynamic surface, extreme mechanical anisotropy and variable stiffness for potential morphing skin applications. The smart composite corrugated structure shows a low in-plane stiffness to minimize the actuation energy, but also possess high out-of-plane stiffness to transfer the aerodynamic pressure load. The skin provides an external smooth aerodynamic surface because of the one-sided filling with the SMP. Due to variable stiffness of the shape memory polymer the morphing skin exhibits a variable stiffness with a change of temperature, which can help the skin adjust its stiffness according different service environments and also lock the temporary shape without external force. Analytical models related to the transverse and bending stiffness are derived and validated using finite element techniques. The stiffness of the morphing skin is further investigated by performing a parametric analysis against the geometry of the corrugation and various sets of SMP fillers. The theoretical and numerical models show a good agreement and demonstrate the potential of this morphing skin concept for morphing aircraft applications. We also perform a feasibility study of the use of this morphing skin in a variable camber morphing wing baseline. The results show that the morphing skin concept exhibits sufficient bending stiffness to withstand the aerodynamic load at low speed (less than 0.3 Ma), while demonstrating a large transverse stiffness variation (up to 191 times) that helps to create a maximum mechanical efficiency of the structure under varying external conditions.

  11. Thermoviscoelastic shape memory behavior for epoxy-shape memory polymer

    International Nuclear Information System (INIS)

    Chen, Jianguo; Liu, Liwu; Liu, Yanju; Leng, Jinsong

    2014-01-01

    There are various applications for shape memory polymer (SMP) in the smart materials and structures field due to its large recoverable strain and controllable driving method. The mechanical shape memory deformation mechanism is so obscure that many samples and test schemes have to be tried in order to verify a final design proposal for a smart structure system. This paper proposes a simple and very useful method to unambiguously analyze the thermoviscoelastic shape memory behavior of SMP smart structures. First, experiments under different temperature and loading conditions are performed to characterize the large deformation and thermoviscoelastic behavior of epoxy-SMP. Then, a rheological constitutive model, which is composed of a revised standard linear solid (SLS) element and a thermal expansion element, is proposed for epoxy-SMP. The thermomechanical coupling effect and nonlinear viscous flowing rules are considered in the model. Then, the model is used to predict the measured rubbery and time-dependent response of the material, and different thermomechanical loading histories are adopted to verify the shape memory behavior of the model. The results of the calculation agree with experiments satisfactorily. The proposed shape memory model is practical for the design of SMP smart structures. (paper)

  12. Can We Efficiently Check Concurrent Programs Under Relaxed Memory Models in Maude?

    DEFF Research Database (Denmark)

    Arrahman, Yehia Abd; Andric, Marina; Beggiato, Alessandro

    2014-01-01

    to the state space explosion. Several techniques have been proposed to mitigate those problems so to make verification under relaxed memory models feasible. We discuss how to adopt some of those techniques in a Maude-based approach to language prototyping, and suggest the use of other techniques that have been......Relaxed memory models offer suitable abstractions of the actual optimizations offered by multi-core architectures and by compilers of concurrent programming languages. Using such abstractions for verification purposes is challenging in part due to their inherent non-determinism which contributes...

  13. Working memory load and the retro-cue effect: A diffusion model account.

    Science.gov (United States)

    Shepherdson, Peter; Oberauer, Klaus; Souza, Alessandra S

    2018-02-01

    Retro-cues (i.e., cues presented between the offset of a memory array and the onset of a probe) have consistently been found to enhance performance in working memory tasks, sometimes ameliorating the deleterious effects of increased memory load. However, the mechanism by which retro-cues exert their influence remains a matter of debate. To inform this debate, we applied a hierarchical diffusion model to data from 4 change detection experiments using single item, location-specific probes (i.e., a local recognition task) with either visual or verbal memory stimuli. Results showed that retro-cues enhanced the quality of information entering the decision process-especially for visual stimuli-and decreased the time spent on nondecisional processes. Further, cues interacted with memory load primarily on nondecision time, decreasing or abolishing load effects. To explain these findings, we propose an account whereby retro-cues act primarily to reduce the time taken to access the relevant representation in memory upon probe presentation, and in addition protect cued representations from visual interference. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  14. Temporal Organization of Sound Information in Auditory Memory

    OpenAIRE

    Song, Kun; Luo, Huan

    2017-01-01

    Memory is a constructive and organizational process. Instead of being stored with all the fine details, external information is reorganized and structured at certain spatiotemporal scales. It is well acknowledged that time plays a central role in audition by segmenting sound inputs into temporal chunks of appropriate length. However, it remains largely unknown whether critical temporal structures exist to mediate sound representation in auditory memory. To address the issue, here we designed ...

  15. Measurement and modeling of external radiation during 1984 from LAMPF atmospheric emissions

    International Nuclear Information System (INIS)

    Bowen, B.M.; Olsen, W.A.; Van Etten, D.; Chen, I.

    1986-07-01

    An array of three portable, pressurized ionization chambers (PICs) measured short-term external radiation levels produced by air activation products from the Los Alamos Meson Physics Facility (LAMPF). The monitoring was at the closet offsite location, 700-900 m north and northeast of the source, and across a large, deep canyon. A Gaussian-type atmospheric dispersion model, using onsite meteorological and stack release data, was tested during their study. Monitoring results indicate that a persistent, local up-valley wind during the evening and early morning hours is largely responsible for causing the highest radiation levels to the northeast and north-northeast of LAMPF. Comparison of predicted and measured daily external radiation levels indicates a high degree of correlation. The model also gives accurate estimates of measured concentrations over longer periods of time

  16. Individual differences in episodic memory abilities predict successful prospective memory output monitoring.

    Science.gov (United States)

    Hunter Ball, B; Pitães, Margarida; Brewer, Gene A

    2018-02-07

    Output monitoring refers to memory for one's previously completed actions. In the context of prospective memory (PM) (e.g., remembering to take medication), failures of output monitoring can result in repetitions and omissions of planned actions (e.g., over- or under-medication). To be successful in output monitoring paradigms, participants must flexibly control attention to detect PM cues as well as engage controlled retrieval of previous actions whenever a particular cue is encountered. The current study examined individual differences in output monitoring abilities in a group of younger adults differing in attention control (AC) and episodic memory (EM) abilities. The results showed that AC ability uniquely predicted successful cue detection on the first presentation, whereas EM ability uniquely predicted successful output monitoring on the second presentation. The current study highlights the importance of examining external correlates of PM abilities and contributes to the growing body of research on individual differences in PM.

  17. Scaling Techniques for Massive Scale-Free Graphs in Distributed (External) Memory

    KAUST Repository

    Pearce, Roger

    2013-05-01

    We present techniques to process large scale-free graphs in distributed memory. Our aim is to scale to trillions of edges, and our research is targeted at leadership class supercomputers and clusters with local non-volatile memory, e.g., NAND Flash. We apply an edge list partitioning technique, designed to accommodate high-degree vertices (hubs) that create scaling challenges when processing scale-free graphs. In addition to partitioning hubs, we use ghost vertices to represent the hubs to reduce communication hotspots. We present a scaling study with three important graph algorithms: Breadth-First Search (BFS), K-Core decomposition, and Triangle Counting. We also demonstrate scalability on BG/P Intrepid by comparing to best known Graph500 results. We show results on two clusters with local NVRAM storage that are capable of traversing trillion-edge scale-free graphs. By leveraging node-local NAND Flash, our approach can process thirty-two times larger datasets with only a 39% performance degradation in Traversed Edges Per Second (TEPS). © 2013 IEEE.

  18. ExternE: Externalities of energy Vol. 4. Oil and gas

    International Nuclear Information System (INIS)

    Friedrich, R.; Krewitt, W.; Mayerhofer, P.

    1995-01-01

    Awareness of the environmental damage resulting from human activity, particularly commencing energy use, has grown greatly in recent years. Effects such as global warming, ozone depletion and acid rain are now the subjects of much research and public debate. It is now known that these and other effects damage a wide range of receptors, including human health, forests, crops, freshwater ecosystems and buildings. Such damages are typically not accounted for by the producers and consumers of the good in question (in this case energy). They are thus referred to as 'external costs' or 'externalities', to distinguish them from the private costs which account for the construction of plant, cost of fuel, wages, etc. In recent years there has been a growing interest in the assessment of the environmental and health impacts of energy, and the related external costs. This concern is driven by a number of different factors: the need to integrate environmental concerns in decision making over the choice between different fuels and energy technologies; the need to evaluate the costs and benefits of stricter environmental standards; increased attention to the use of economic instruments for environmental policy, the need to develop overall indicators of environmental performance of different technologies; major changes in the energy sector, including privatisation, liberalisation of markets, reduction of subsidies, etc. An agreed methodology for calculation and integration of external costs has not been established. Earlier work is typically of a preliminary nature and tends to be deficient with respect to both the methods employed and the quality of models and data used. In consequence of this a collaborative project, the EC/US Fuel Cycles Study, was established between Directorate General XLI (Science, Research and Technology) of the European Commission and the United States Department of Energy. This ran for the period 1991 to 1993, and good agreement on a variety of

  19. Animal Model of Methylphenidate's Longterm Memory-Enhancing Effects

    Science.gov (United States)

    Carmack, Stephanie A.; Howell, Kristin K.; Rasaei, Kleou; Reas, Emilie T.; Anagnostaras, Stephan G.

    2014-01-01

    Methylphenidate (MPH), introduced more than 60 years ago, accounts for two-thirds of current prescriptions for attention deficit hyperactivity disorder (ADHD). Although many studies have modeled MPH's effect on executive function, almost none have directly modeled its effect on long-term memory (LTM), even though improvement in LTM is a…

  20. Multiple Memory Systems Are Unnecessary to Account for Infant Memory Development: An Ecological Model

    Science.gov (United States)

    Rovee-Collier, Carolyn; Cuevas, Kimberly

    2009-01-01

    How the memory of adults evolves from the memory abilities of infants is a central problem in cognitive development. The popular solution holds that the multiple memory systems of adults mature at different rates during infancy. The "early-maturing system" (implicit or nondeclarative memory) functions automatically from birth, whereas the…

  1. Resting state EEG correlates of memory consolidation.

    Science.gov (United States)

    Brokaw, Kate; Tishler, Ward; Manceor, Stephanie; Hamilton, Kelly; Gaulden, Andrew; Parr, Elaine; Wamsley, Erin J

    2016-04-01

    Numerous studies demonstrate that post-training sleep benefits human memory. At the same time, emerging data suggest that other resting states may similarly facilitate consolidation. In order to identify the conditions under which non-sleep resting states benefit memory, we conducted an EEG (electroencephalographic) study of verbal memory retention across 15min of eyes-closed rest. Participants (n=26) listened to a short story and then either rested with their eyes closed, or else completed a distractor task for 15min. A delayed recall test was administered immediately following the rest period. We found, first, that quiet rest enhanced memory for the short story. Improved memory was associated with a particular EEG signature of increased slow oscillatory activity (rest can facilitate memory, and that this may occur via an active process of consolidation supported by slow oscillatory EEG activity and characterized by decreased attention to the external environment. Slow oscillatory EEG rhythms are proposed to facilitate memory consolidation during sleep by promoting hippocampal-cortical communication. Our findings suggest that EEG slow oscillations could play a significant role in memory consolidation during other resting states as well. Copyright © 2016 Elsevier Inc. All rights reserved.

  2. Do Executive and Reactive Disinhibition Mediate the Effects of Familial Substance Use Disorders on Adolescent Externalizing Outcomes?

    Science.gov (United States)

    Handley, Elizabeth D.; Chassin, Laurie; Haller, Moira M.; Bountress, Kaitlin E.; Dandreaux, Danielle; Beltran, Iris

    2011-01-01

    The present study examined the potential mediating roles of executive and reactive disinhibition in predicting conduct problems, ADHD symptoms, and substance use among adolescents with and without a family history of substance use disorders. Using data from 247 high-risk adolescents, parents, and grandparents, structural equation modeling indicated that reactive disinhibition, as measured by sensation seeking, mediated the effect of familial drug use disorders on all facets of the adolescent externalizing spectrum. Executive disinhibition, as measured by response disinhibition, spatial short term memory, and “trait” impulsivity, was associated with ADHD symptoms. Moreover, although executive functioning weakness were unrelated to familial substance use disorders, adolescents with familial alcohol use disorders were at risk for “trait” impulsivity marked by a lack of planning. These results illustrate the importance of “unpacking” the broad temperament style of disinhibition and of studying the processes that underlie the commonality among facets of the externalizing spectrum and processes that that predict specific externalizing outcomes. PMID:21668077

  3. Exploring memory hierarchy design with emerging memory technologies

    CERN Document Server

    Sun, Guangyu

    2014-01-01

    This book equips readers with tools for computer architecture of high performance, low power, and high reliability memory hierarchy in computer systems based on emerging memory technologies, such as STTRAM, PCM, FBDRAM, etc.  The techniques described offer advantages of high density, near-zero static power, and immunity to soft errors, which have the potential of overcoming the “memory wall.”  The authors discuss memory design from various perspectives: emerging memory technologies are employed in the memory hierarchy with novel architecture modification;  hybrid memory structure is introduced to leverage advantages from multiple memory technologies; an analytical model named “Moguls” is introduced to explore quantitatively the optimization design of a memory hierarchy; finally, the vulnerability of the CMPs to radiation-based soft errors is improved by replacing different levels of on-chip memory with STT-RAMs.   ·         Provides a holistic study of using emerging memory technologies i...

  4. Uncertainty-Dependent Extinction of Fear Memory in an Amygdala-mPFC Neural Circuit Model

    Science.gov (United States)

    Li, Yuzhe; Nakae, Ken; Ishii, Shin; Naoki, Honda

    2016-01-01

    Uncertainty of fear conditioning is crucial for the acquisition and extinction of fear memory. Fear memory acquired through partial pairings of a conditioned stimulus (CS) and an unconditioned stimulus (US) is more resistant to extinction than that acquired through full pairings; this effect is known as the partial reinforcement extinction effect (PREE). Although the PREE has been explained by psychological theories, the neural mechanisms underlying the PREE remain largely unclear. Here, we developed a neural circuit model based on three distinct types of neurons (fear, persistent and extinction neurons) in the amygdala and medial prefrontal cortex (mPFC). In the model, the fear, persistent and extinction neurons encode predictions of net severity, of unconditioned stimulus (US) intensity, and of net safety, respectively. Our simulation successfully reproduces the PREE. We revealed that unpredictability of the US during extinction was represented by the combined responses of the three types of neurons, which are critical for the PREE. In addition, we extended the model to include amygdala subregions and the mPFC to address a recent finding that the ventral mPFC (vmPFC) is required for consolidating extinction memory but not for memory retrieval. Furthermore, model simulations led us to propose a novel procedure to enhance extinction learning through re-conditioning with a stronger US; strengthened fear memory up-regulates the extinction neuron, which, in turn, further inhibits the fear neuron during re-extinction. Thus, our models increased the understanding of the functional roles of the amygdala and vmPFC in the processing of uncertainty in fear conditioning and extinction. PMID:27617747

  5. Uncertainty-Dependent Extinction of Fear Memory in an Amygdala-mPFC Neural Circuit Model.

    Science.gov (United States)

    Li, Yuzhe; Nakae, Ken; Ishii, Shin; Naoki, Honda

    2016-09-01

    Uncertainty of fear conditioning is crucial for the acquisition and extinction of fear memory. Fear memory acquired through partial pairings of a conditioned stimulus (CS) and an unconditioned stimulus (US) is more resistant to extinction than that acquired through full pairings; this effect is known as the partial reinforcement extinction effect (PREE). Although the PREE has been explained by psychological theories, the neural mechanisms underlying the PREE remain largely unclear. Here, we developed a neural circuit model based on three distinct types of neurons (fear, persistent and extinction neurons) in the amygdala and medial prefrontal cortex (mPFC). In the model, the fear, persistent and extinction neurons encode predictions of net severity, of unconditioned stimulus (US) intensity, and of net safety, respectively. Our simulation successfully reproduces the PREE. We revealed that unpredictability of the US during extinction was represented by the combined responses of the three types of neurons, which are critical for the PREE. In addition, we extended the model to include amygdala subregions and the mPFC to address a recent finding that the ventral mPFC (vmPFC) is required for consolidating extinction memory but not for memory retrieval. Furthermore, model simulations led us to propose a novel procedure to enhance extinction learning through re-conditioning with a stronger US; strengthened fear memory up-regulates the extinction neuron, which, in turn, further inhibits the fear neuron during re-extinction. Thus, our models increased the understanding of the functional roles of the amygdala and vmPFC in the processing of uncertainty in fear conditioning and extinction.

  6. Comorbidities and continuities as ontogenic processes: Toward a developmental spectrum model of externalizing psychopathology

    Science.gov (United States)

    Beauchaine, Theodore P.; McNulty, Tiffany

    2014-01-01

    Research on child and adolescent mental health problems has burgeoned since the inaugural issue of Development and Psychopathology was published in 1989. In the quarter century since, static models of psychopathology have been abandoned in favor of transactional models, following the agenda set by editor Dante Cicchetti and other proponents of the discipline. The transactional approach, which has been applied to autism, depression, self-injury, and delinquency, (a) specifies vulnerabilities and risk factors across multiple levels of analysis spanning genes to cultures, (b) identifies multifinal and equifinal pathways to psychopathology, and (c) transcends traditional disciplinary boundaries. However, as noted by Rutter and Sroufe (2000), specific mechanisms of continuity, discontinuity, and comorbidity of psychopathology must be identified if we wish to understand etiology fully. In this article, we present a model of early-onset externalizing behavior in which comorbidities and continuities are viewed as ontogenic processes: products of complex longitudinal transactions between interdependent individual-level vulnerabilities (e.g., genetic, epigenetic, allostatic) and equally interdependent contextual risk factors (e.g., coercive parenting, deviant peer group affiliations, neighborhood criminality). Through interactions across levels of analysis, some individuals traverse along the externalizing spectrum, beginning with heritable trait impulsivity in preschool and ending in antisociality in adulthood. In describing our model, we note that (a) the approach outlined in the DSM to subtyping externalizing disorders continues to obscure developmental pathways to antisociality, (b) molecular genetics studies will likely not identify meaningful subtypes of externalizing disorder, and (c) ontogenic trait approaches to psychopathology are much more likely to advance the discipline in upcoming years. PMID:24342853

  7. The retention characteristics of nonvolatile SNOS memory transistors in a radiation environment: Experiment and model

    International Nuclear Information System (INIS)

    McWhorter, P.J.; Miller, S.L.; Dellin, T.A.; Axness, C.L.

    1987-01-01

    Experimental data and a model to accurately and quantitatively predict the data are presented for retention of SNOS memory devices over a wide range of dose rates. A wide range of SNOS stack geometries are examined. The model is designed to aid in screening nonvolatile memories for use in a radiation environment

  8. The storage capacity of Potts models for semantic memory retrieval

    Science.gov (United States)

    Kropff, Emilio; Treves, Alessandro

    2005-08-01

    We introduce and analyse a minimal network model of semantic memory in the human brain. The model is a global associative memory structured as a collection of N local modules, each coding a feature, which can take S possible values, with a global sparseness a (the average fraction of features describing a concept). We show that, under optimal conditions, the number cM of modules connected on average to a module can range widely between very sparse connectivity (high dilution, c_{M}/N\\to 0 ) and full connectivity (c_{M}\\to N ), maintaining a global network storage capacity (the maximum number pc of stored and retrievable concepts) that scales like pc~cMS2/a, with logarithmic corrections consistent with the constraint that each synapse may store up to a fraction of a bit.

  9. First Principles Modelling of Shape Memory Alloys Molecular Dynamics Simulations

    CERN Document Server

    Kastner, Oliver

    2012-01-01

    Materials sciences relate the macroscopic properties of materials to their microscopic structure and postulate the need for holistic multiscale research. The investigation of shape memory alloys is a prime example in this regard. This particular class of materials exhibits strong coupling of temperature, strain and stress, determined by solid state phase transformations of their metallic lattices. The present book presents a collection of simulation studies of this behaviour. Employing conceptually simple but comprehensive models, the fundamental material properties of shape memory alloys are qualitatively explained from first principles. Using contemporary methods of molecular dynamics simulation experiments, it is shown how microscale dynamics may produce characteristic macroscopic material properties. The work is rooted in the materials sciences of shape memory alloys and  covers  thermodynamical, micro-mechanical  and crystallographical aspects. It addresses scientists in these research fields and thei...

  10. Learning and memory impairments in a neuroendocrine mouse model of anxiety/depression

    Directory of Open Access Journals (Sweden)

    Flavie eDarcet

    2014-05-01

    Full Text Available Cognitive disturbances are often reported as serious incapacitating symptoms by patients suffering from major depressive disorders. Such deficits have been observed in various animal models based on environmental stress.Here, we performed a complete characterization of cognitive functions in a neuroendocrine mouse model of depression based on a chronic (4 weeks corticosterone administration (CORT. Cognitive performances were assessed using behavioral tests measuring episodic (novel object recognition test, NORT, associative (one-trial contextual fear conditioning, CFC and visuo-spatial (Morris water maze, MWM; Barnes maze, BM learning/memory. Altered emotional phenotype after chronic corticosterone treatment was confirmed in mice using tests predictive of anxiety or depression-related behaviors.In the NORT, CORT-treated mice showed a decrease in time exploring the novel object during the test session and a lower discrimination index compared to control mice, characteristic of recognition memory impairment. Associative memory was also impaired, as observed with a decrease in freezing duration in CORT-treated mice in the CFC, thus pointing out the cognitive alterations in this model. In the MWM and in the BM, spatial learning performance but also short-term spatial memory were altered in CORT-treated mice. In the MWM, unlike control animals, CORT-treated animals failed to learn a new location during the reversal phase, suggesting a loss of cognitive flexibility. Finally, in the BM, the lack of preference for the target quadrant during the recall probe trial in animals receiving corticosterone regimen demonstrates that long-term retention was also affected in this paradigm. Taken together, our results highlight that CORT-induced anxio-depressive-like phenotype is associated with a cognitive deficit affecting all aspects of memory tested.

  11. Episodic and semantic components of autobiographical memories and imagined future events in post-traumatic stress disorder.

    Science.gov (United States)

    Brown, Adam D; Addis, Donna Rose; Romano, Tracy A; Marmar, Charles R; Bryant, Richard A; Hirst, William; Schacter, Daniel L

    2014-01-01

    Individuals with post-traumatic stress disorder (PTSD) tend to retrieve autobiographical memories with less episodic specificity, referred to as overgeneralised autobiographical memory. In line with evidence that autobiographical memory overlaps with one's capacity to imagine the future, recent work has also shown that individuals with PTSD also imagine themselves in the future with less episodic specificity. To date most studies quantify episodic specificity by the presence of a distinct event. However, this method does not distinguish between the numbers of internal (episodic) and external (semantic) details, which can provide additional insights into remembering the past and imagining the future. This study employed the Autobiographical Interview (AI) coding scheme to the autobiographical memory and imagined future event narratives generated by combat veterans with and without PTSD. Responses were coded for the number of internal and external details. Compared to combat veterans without PTSD, those with PTSD generated more external than internal details when recalling past or imagining future events, and fewer internal details were associated with greater symptom severity. The potential mechanisms underlying these bidirectional deficits and clinical implications are discussed.

  12. Modeling the Role of Working Memory and Episodic Memory in Behavioral Tasks

    OpenAIRE

    Zilli, Eric A.; Hasselmo, Michael E.

    2008-01-01

    The mechanisms of goal-directed behavior have been studied using reinforcement learning theory, but these theoretical techniques have not often been used to address the role of memory systems in performing behavioral tasks. The present work addresses this shortcoming by providing a way in which working memory and episodic memory may be included in the reinforcement learning framework, then simulating the successful acquisition and performance of six behavioral tasks, drawn from or inspired by...

  13. Design, fabrication, testing and delivery of a feasibility model laminated ferrite memory

    Science.gov (United States)

    Heckler, H. C.

    1973-01-01

    The effect of using multiword addressing with laminated ferrite arrays was made. Both a reduction in the number of components, and a reduction in power consumption was obtained for memory capacities between one million bits and one million words. An investigation into the effect of variations in the processing steps resulted in a number of process modifications that improved the quality of the arrays. A feasibility model laminated ferrite memory system was constructed by modifying a commercial plated wire memory system to operate with laminated ferrite arrays. To provide flexibility for the testing of the laminated ferrite memory, an exerciser has been constructed to automatically control the loading and recirculation of arbitrary size checkerboard patterns of one's and zero's and to display the patterns of stored information on a CRT screen.

  14. Minimising negative externalities cost using 0-1 mixed integer linear programming model in e-commerce environment

    Directory of Open Access Journals (Sweden)

    Akyene Tetteh

    2017-04-01

    Full Text Available Background: Although the Internet boosts business profitability, without certain activities like efficient transportation, scheduling, products ordered via the Internet may reach their destination very late. The environmental problems (vehicle part disposal, carbon monoxide [CO], nitrogen oxide [NOx] and hydrocarbons [HC] associated with transportation are mostly not accounted for by industries. Objectives: The main objective of this article is to minimising negative externalities cost in e-commerce environments. Method: The 0-1 mixed integer linear programming (0-1 MILP model was used to model the problem statement. The result was further analysed using the externality percentage impact factor (EPIF. Results: The simulation results suggest that (1 The mode of ordering refined petroleum products does not impact on the cost of distribution, (2 an increase in private cost is directly proportional to the externality cost, (3 externality cost is largely controlled by the government and number of vehicles used in the distribution and this is in no way influenced by the mode of request (i.e. Internet or otherwise and (4 externality cost may be reduce by using more ecofriendly fuel system.

  15. Generalized nucleation and looping model for epigenetic memory of histone modifications

    Science.gov (United States)

    Erdel, Fabian; Greene, Eric C.

    2016-01-01

    Histone modifications can redistribute along the genome in a sequence-independent manner, giving rise to chromatin position effects and epigenetic memory. The underlying mechanisms shape the endogenous chromatin landscape and determine its response to ectopically targeted histone modifiers. Here, we simulate linear and looping-driven spreading of histone modifications and compare both models to recent experiments on histone methylation in fission yeast. We find that a generalized nucleation-and-looping mechanism describes key observations on engineered and endogenous methylation domains including intrinsic spatial confinement, independent regulation of domain size and memory, variegation in the absence of antagonists, and coexistence of short- and long-term memory at loci with weak and strong constitutive nucleation. These findings support a straightforward relationship between the biochemical properties of chromatin modifiers and the spatiotemporal modification pattern. The proposed mechanism gives rise to a phase diagram for cellular memory that may be generally applicable to explain epigenetic phenomena across different species. PMID:27382173

  16. A grey NGM(1,1, k) self-memory coupling prediction model for energy consumption prediction.

    Science.gov (United States)

    Guo, Xiaojun; Liu, Sifeng; Wu, Lifeng; Tang, Lingling

    2014-01-01

    Energy consumption prediction is an important issue for governments, energy sector investors, and other related corporations. Although there are several prediction techniques, selection of the most appropriate technique is of vital importance. As for the approximate nonhomogeneous exponential data sequence often emerging in the energy system, a novel grey NGM(1,1, k) self-memory coupling prediction model is put forward in order to promote the predictive performance. It achieves organic integration of the self-memory principle of dynamic system and grey NGM(1,1, k) model. The traditional grey model's weakness as being sensitive to initial value can be overcome by the self-memory principle. In this study, total energy, coal, and electricity consumption of China is adopted for demonstration by using the proposed coupling prediction technique. The results show the superiority of NGM(1,1, k) self-memory coupling prediction model when compared with the results from the literature. Its excellent prediction performance lies in that the proposed coupling model can take full advantage of the systematic multitime historical data and catch the stochastic fluctuation tendency. This work also makes a significant contribution to the enrichment of grey prediction theory and the extension of its application span.

  17. Meta-analysis of the research impact of Baddeley’s multicomponent working memory model and Cowan’s embedded-processes model of working memory: A bibliometric mapping approach

    Directory of Open Access Journals (Sweden)

    Gruszka Aleksandra

    2016-04-01

    Full Text Available In this study bibliometric mapping method was employed to visualise the current research trends and the impact of the two most influential models of working memory, namely: A. D. Baddeley and G. J. Hitch’s (1974 multicomponent working memory model and N. Cowan’s (1988 embedded-processes model of working memory. Using VOSviewer software two maps were generated based on the index-term words extracted from the research papers citing Baddeley (2000 and Cowan (2001, respectively. The maps represent networks of co-occurrences of index terms and can be interpreted as an indication of the main research fields related to the examined models of WM. The results of the analysis revealed that the spheres of influence of the two main conceptualisations of WM are rather different than similar. Although the first two clusters, i.e. “brain mapping” and “higher-level cognition and development” are present in both maps, their relative importance varies. The remaining clusters are unique to each map. Baddeley’s theory seems to have a greater influence on “neuropsychology”, while Cowan’s theory - on basic research on “biological systems”, including the nervous system in humans and animals. The second difference between these theories concerns their relations to functions and dysfunctions associated with particular sensory modalities: in Baddelay’s theory with the “auditory modality” cluster, and in Cowan’s - with the “visual modality” one.

  18. A direct comparison of short-term audiomotor and visuomotor memory.

    Science.gov (United States)

    Ward, Amanda M; Loucks, Torrey M; Ofori, Edward; Sosnoff, Jacob J

    2014-04-01

    Audiomotor and visuomotor short-term memory are required for an important variety of skilled movements but have not been compared in a direct manner previously. Audiomotor memory capacity might be greater to accommodate auditory goals that are less directly related to movement outcome than for visually guided tasks. Subjects produced continuous isometric force with the right index finger under auditory and visual feedback. During the first 10 s of each trial, subjects received continuous auditory or visual feedback. For the following 15 s, feedback was removed but the force had to be maintained accurately. An internal effort condition was included to test memory capacity in the same manner but without external feedback. Similar decay times of ~5-6 s were found for vision and audition but the decay time for internal effort was ~4 s. External feedback thus provides an advantage in maintaining a force level after feedback removal, but may not exclude some contribution from a sense of effort. Short-term memory capacity appears longer than certain previous reports but there may not be strong distinctions in capacity across different sensory modalities, at least for isometric force.

  19. Why some colors appear more memorable than others: A model combining categories and particulars in color working memory.

    Science.gov (United States)

    Bae, Gi-Yeul; Olkkonen, Maria; Allred, Sarah R; Flombaum, Jonathan I

    2015-08-01

    Categorization with basic color terms is an intuitive and universal aspect of color perception. Yet research on visual working memory capacity has largely assumed that only continuous estimates within color space are relevant to memory. As a result, the influence of color categories on working memory remains unknown. We propose a dual content model of color representation in which color matches to objects that are either present (perception) or absent (memory) integrate category representations along with estimates of specific values on a continuous scale ("particulars"). We develop and test the model through 4 experiments. In a first experiment pair, participants reproduce a color target, both with and without a delay, using a recently influential estimation paradigm. In a second experiment pair, we use standard methods in color perception to identify boundary and focal colors in the stimulus set. The main results are that responses drawn from working memory are significantly biased away from category boundaries and toward category centers. Importantly, the same pattern of results is present without a memory delay. The proposed dual content model parsimoniously explains these results, and it should replace prevailing single content models in studies of visual working memory. More broadly, the model and the results demonstrate how the main consequence of visual working memory maintenance is the amplification of category related biases and stimulus-specific variability that originate in perception. (c) 2015 APA, all rights reserved).

  20. External Economies Evaluation of Wind Power Engineering Project Based on Analytic Hierarchy Process and Matter-Element Extension Model

    Directory of Open Access Journals (Sweden)

    Hong-ze Li

    2013-01-01

    Full Text Available The external economies of wind power engineering project may affect the operational efficiency of wind power enterprises and sustainable development of wind power industry. In order to ensure that the wind power engineering project is constructed and developed in a scientific manner, a reasonable external economies evaluation needs to be performed. Considering the interaction relationship of the evaluation indices and the ambiguity and uncertainty inherent, a hybrid model of external economies evaluation designed to be applied to wind power engineering project was put forward based on the analytic hierarchy process (AHP and matter-element extension model in this paper. The AHP was used to determine the weights of indices, and the matter-element extension model was used to deduce final ranking. Taking a wind power engineering project in Inner Mongolia city as an example, the external economies evaluation is performed by employing this hybrid model. The result shows that the external economies of this wind power engineering project are belonged to the “strongest” level, and “the degree of increasing region GDP,” “the degree of reducing pollution gas emissions,” and “the degree of energy conservation” are the sensitive indices.

  1. Large-scale external validation and comparison of prognostic models: an application to chronic obstructive pulmonary disease

    NARCIS (Netherlands)

    Guerra, Beniamino; Haile, Sarah R.; Lamprecht, Bernd; Ramírez, Ana S.; Martinez-Camblor, Pablo; Kaiser, Bernhard; Alfageme, Inmaculada; Almagro, Pere; Casanova, Ciro; Esteban-González, Cristóbal; Soler-Cataluña, Juan J.; de-Torres, Juan P.; Miravitlles, Marc; Celli, Bartolome R.; Marin, Jose M.; ter Riet, Gerben; Sobradillo, Patricia; Lange, Peter; Garcia-Aymerich, Judith; Antó, Josep M.; Turner, Alice M.; Han, MeiLan K.; Langhammer, Arnulf; Leivseth, Linda; Bakke, Per; Johannessen, Ane; Oga, Toru; Cosio, Borja; Ancochea-Bermúdez, Julio; Echazarreta, Andres; Roche, Nicolas; Burgel, Pierre-Régis; Sin, Don D.; Soriano, Joan B.; Puhan, Milo A.

    2018-01-01

    External validations and comparisons of prognostic models or scores are a prerequisite for their use in routine clinical care but are lacking in most medical fields including chronic obstructive pulmonary disease (COPD). Our aim was to externally validate and concurrently compare prognostic scores

  2. Work and information processing in a solvable model of Maxwell's demon.

    Science.gov (United States)

    Mandal, Dibyendu; Jarzynski, Christopher

    2012-07-17

    We describe a minimal model of an autonomous Maxwell demon, a device that delivers work by rectifying thermal fluctuations while simultaneously writing information to a memory register. We solve exactly for the steady-state behavior of our model, and we construct its phase diagram. We find that our device can also act as a "Landauer eraser", using externally supplied work to remove information from the memory register. By exposing an explicit, transparent mechanism of operation, our model offers a simple paradigm for investigating the thermodynamics of information processing by small systems.

  3. Internalisation of external cost in the power generation sector: Analysis with Global Multi-regional MARKAL model

    International Nuclear Information System (INIS)

    Rafaj, Peter; Kypreos, Socrates

    2007-01-01

    The Global MARKAL-Model (GMM), a multi-regional 'bottom-up' partial equilibrium model of the global energy system with endogenous technological learning, is used to address impacts of internalisation of external costs from power production. This modelling approach imposes additional charges on electricity generation, which reflect the costs of environmental and health damages from local pollutants (SO 2 , NO x ) and climate change, wastes, occupational health, risk of accidents, noise and other burdens. Technologies allowing abatement of pollutants emitted from power plants are rapidly introduced into the energy system, for example, desulphurisation, NO x removal, and CO 2 scrubbers. The modelling results indicate substantial changes in the electricity production system in favour of natural gas combined cycle, nuclear power and renewables induced by internalisation of external costs and also efficiency loss due to the use of scrubbers. Structural changes and fuel switching in the electricity sector result in significant reduction of emissions of both local pollution and CO 2 over the modelled time period. Strong decarbonisation impact of internalising local externalities suggests that ancillary benefits can be expected from policies directly addressing other issues then CO 2 mitigation. Finally, the detailed analysis of the total generation cost of different technologies points out that inclusion of external cost in the price of electricity increases competitiveness of non-fossil generation sources and fossil power plants with emission control

  4. Internalisation of external costs in the Polish power generation sector: A partial equilibrium model

    International Nuclear Information System (INIS)

    Kudelko, Mariusz

    2006-01-01

    This paper presents a methodical framework, which is the basis for the economic analysis of the mid-term planning of development of the Polish energy system. The description of the partial equilibrium model and its results are demonstrated for different scenarios applied. The model predicts the generation, investment and pricing of mid-term decisions that refer to the Polish electricity and heat markets. The current structure of the Polish energy sector is characterised by interactions between the supply and demand sides of the energy sector. The supply side regards possibilities to deliver fuels from domestic and import sources and their conversion through transformation processes. Public power plants, public CHP plants, industry CHP plants and municipal heat plants represent the main producers of energy in Poland. Demand is characterised by the major energy consumers, i.e. industry and construction, transport, agriculture, trade and services, individual consumers and export. The relationships between the domestic electricity and heat markets are modelled taking into account external costs estimates. The volume and structure of energy production, electricity and heat prices, emissions, external costs and social welfare of different scenarios are presented. Results of the model demonstrate that the internalisation of external costs through the increase in energy prices implies significant improvement in social welfare

  5. Protective effects of cultured and fermented ginseng extracts against scopolamine-induced memory loss in a mouse model.

    Science.gov (United States)

    Han, Song-Hee; Kim, Sung-June; Yun, Young Won; Nam, Sang Yoon; Lee, Hu-Jang; Lee, Beom-Jun

    2018-03-01

    This study was performed to investigate the effect of a concentrate of fermented wild ginseng root culture (HLJG0701) on memory improvement in the scopolamine (SPL)-induced memory-deficient mouse model. Eight-week-old male ICR mice were used to evaluate the protective effect of HLJG0701 against the SPL-induced memory loss animal model. The Morris water maze test, which measures hippocampus-dependent learning ability, and the Y-maze test, a short-term memory assessment test, were performed and related markers were analyzed. HLJG0701-treated groups displayed significantly reduced acetylcholinesterase activity and increased acetylcholine level compared with the SPL-administered group (SPL-G) ( P memory loss by inhibiting acetylcholinesterase activity and preventing acetylcholine deficiency.

  6. Memory Effects and Coverage Dependence of Surface Diffusion in a Model Adsorption System

    DEFF Research Database (Denmark)

    Vattulainen, Ilpo Tapio; Ying, S. C.; Ala-Nissila, T.

    1999-01-01

    in tracer and collective diffusion. We show that memory effects can be very pronounced deep inside the ordered phases and in regions close to first and second order phase transition boundaries. Particular attention is paid to the details of the time dependence of memory effects. The memory effect in tracer......We study the coverage dependence of surface diffusion coefficients for a strongly interacting adsorption system O/W(110) via Monte Carlo simulations of a lattice-gas model. In particular, we consider the nature and emergence of memory effects as contained in the corresponding correlation factors...... diffusion is found to decay following a power law after an initial transient period. This behavior persists until the hydrodynamic regime is reached, after which the memory effect decays exponentially. The time required to reach the hydrodynamical regime and the related exponential decay is strongly...

  7. Models of verbal working memory capacity: what does it take to make them work?

    Science.gov (United States)

    Cowan, Nelson; Rouder, Jeffrey N; Blume, Christopher L; Saults, J Scott

    2012-07-01

    Theories of working memory (WM) capacity limits will be more useful when we know what aspects of performance are governed by the limits and what aspects are governed by other memory mechanisms. Whereas considerable progress has been made on models of WM capacity limits for visual arrays of separate objects, less progress has been made in understanding verbal materials, especially when words are mentally combined to form multiword units or chunks. Toward a more comprehensive theory of capacity limits, we examined models of forced-choice recognition of words within printed lists, using materials designed to produce multiword chunks in memory (e.g., leather brief case). Several simple models were tested against data from a variety of list lengths and potential chunk sizes, with test conditions that only imperfectly elicited the interword associations. According to the most successful model, participants retained about 3 chunks on average in a capacity-limited region of WM, with some chunks being only subsets of the presented associative information (e.g., leather brief case retained with leather as one chunk and brief case as another). The addition to the model of an activated long-term memory component unlimited in capacity was needed. A fixed-capacity limit appears critical to account for immediate verbal recognition and other forms of WM. We advance a model-based approach that allows capacity to be assessed despite other important processing contributions. Starting with a psychological-process model of WM capacity developed to understand visual arrays, we arrive at a more unified and complete model. Copyright 2012 APA, all rights reserved.

  8. Episodic grammar: a computational model of the interaction between episodic and semantic memory in language processing

    NARCIS (Netherlands)

    Borensztajn, G.; Zuidema, W.; Carlson, L.; Hoelscher, C.; Shipley, T.F.

    2011-01-01

    We present a model of the interaction of semantic and episodic memory in language processing. Our work shows how language processing can be understood in terms of memory retrieval. We point out that the perceived dichotomy between rule-based versus exemplar-based language modelling can be

  9. Dopaminergic rules of engagement for memory in Drosophila.

    Science.gov (United States)

    Kaun, Karla R; Rothenfluh, Adrian

    2017-04-01

    Dopamine is associated with a variety of conserved responses across species including locomotion, sleep, food consumption, aggression, courtship, addiction and several forms of appetitive and aversive memory. Historically, dopamine has been most prominently associated with dynamics underlying reward, punishment, or salience. Recent emerging evidence from Drosophila supports a role in all of these functions, as well as additional roles in the interplay between external sensation and internal states and forgetting of the very memories dopamine helped encode. We discuss how cell-specific resolution and manipulation are elucidating the rules of dopamine's involvement in encoding valence and memory. Copyright © 2017 Elsevier Ltd. All rights reserved.

  10. Real-time tumor motion estimation using respiratory surrogate via memory-based learning

    International Nuclear Information System (INIS)

    Li Ruijiang; Xing Lei; Lewis, John H; Berbeco, Ross I

    2012-01-01

    Respiratory tumor motion is a major challenge in radiation therapy for thoracic and abdominal cancers. Effective motion management requires an accurate knowledge of the real-time tumor motion. External respiration monitoring devices (optical, etc) provide a noninvasive, non-ionizing, low-cost and practical approach to obtain the respiratory signal. Due to the highly complex and nonlinear relations between tumor and surrogate motion, its ultimate success hinges on the ability to accurately infer the tumor motion from respiratory surrogates. Given their widespread use in the clinic, such a method is critically needed. We propose to use a powerful memory-based learning method to find the complex relations between tumor motion and respiratory surrogates. The method first stores the training data in memory and then finds relevant data to answer a particular query. Nearby data points are assigned high relevance (or weights) and conversely distant data are assigned low relevance. By fitting relatively simple models to local patches instead of fitting one single global model, it is able to capture highly nonlinear and complex relations between the internal tumor motion and external surrogates accurately. Due to the local nature of weighting functions, the method is inherently robust to outliers in the training data. Moreover, both training and adapting to new data are performed almost instantaneously with memory-based learning, making it suitable for dynamically following variable internal/external relations. We evaluated the method using respiratory motion data from 11 patients. The data set consists of simultaneous measurement of 3D tumor motion and 1D abdominal surface (used as the surrogate signal in this study). There are a total of 171 respiratory traces, with an average peak-to-peak amplitude of ∼15 mm and average duration of ∼115 s per trace. Given only 5 s (roughly one breath) pretreatment training data, the method achieved an average 3D error of 1.5 mm and 95

  11. Real-time tumor motion estimation using respiratory surrogate via memory-based learning

    Science.gov (United States)

    Li, Ruijiang; Lewis, John H.; Berbeco, Ross I.; Xing, Lei

    2012-08-01

    Respiratory tumor motion is a major challenge in radiation therapy for thoracic and abdominal cancers. Effective motion management requires an accurate knowledge of the real-time tumor motion. External respiration monitoring devices (optical, etc) provide a noninvasive, non-ionizing, low-cost and practical approach to obtain the respiratory signal. Due to the highly complex and nonlinear relations between tumor and surrogate motion, its ultimate success hinges on the ability to accurately infer the tumor motion from respiratory surrogates. Given their widespread use in the clinic, such a method is critically needed. We propose to use a powerful memory-based learning method to find the complex relations between tumor motion and respiratory surrogates. The method first stores the training data in memory and then finds relevant data to answer a particular query. Nearby data points are assigned high relevance (or weights) and conversely distant data are assigned low relevance. By fitting relatively simple models to local patches instead of fitting one single global model, it is able to capture highly nonlinear and complex relations between the internal tumor motion and external surrogates accurately. Due to the local nature of weighting functions, the method is inherently robust to outliers in the training data. Moreover, both training and adapting to new data are performed almost instantaneously with memory-based learning, making it suitable for dynamically following variable internal/external relations. We evaluated the method using respiratory motion data from 11 patients. The data set consists of simultaneous measurement of 3D tumor motion and 1D abdominal surface (used as the surrogate signal in this study). There are a total of 171 respiratory traces, with an average peak-to-peak amplitude of ∼15 mm and average duration of ∼115 s per trace. Given only 5 s (roughly one breath) pretreatment training data, the method achieved an average 3D error of 1.5 mm and 95

  12. ExternE: Externalities of energy Vol. 1. Summary

    International Nuclear Information System (INIS)

    Holland, M.; Berry, J.

    1995-01-01

    energy use in the transport and domestic sectors and a number of non-environmental externalities. Phase 3 of the project will be undertaken within the European Commission's 4th Framework Programme (1995-1998) and will concentrate on the application of the accounting framework in support of policy issues and decision making. A major result of this work is the methodology which has been developed. This is a significant advance on earlier studies of the external costs of energy. It provides a transparent basis on which different impacts, technologies and locations may be compared. It is suitable for evaluation of the health and environmental damages due to increments in electricity production, with or without monetary valuation of the impacts. This report reviews this methodology and presents the major results obtained in its application to seven important fuel cycles, namely the coal, lignite, oil, gas, nuclear, hydro and wind fuel cycles. Chapter 2 reviews the methodology developed for the quantification of impacts and discusses the associated issues. Chapter 3 discusses the methodological issues associated with the economic valuation of impacts. Chapters 4 and 5 report in detail on the assessment of the coal and nuclear fuel cycles. Chapter 6 summarises the progress that has been made to date on the ExternE Project and presents a comparison of the results obtained for the four fossil fuel cycles together with results from the nuclear and renewable fuel cycles. This project is at the forefront of work in this area. It has drawn together an extensive multidisciplinary team of environmental scientists, energy technologists, health and ecology experts, atmospheric modellers, economists and computer analysts. The results obtained are based on thorough review of scientific and economic studies. This does not mean that exact values have been established for external costs. Indeed, one of our most important conclusions is that the uncertainties are large. Previous analyses

  13. Retrieval-induced NMDA receptor-dependent Arc expression in two models of cocaine-cue memory

    OpenAIRE

    Alaghband, Yasaman; O'Dell, Steven J.; Azarnia, Siavash; Khalaj, Anna J.; Guzowski, John F.; Marshall, John F.

    2014-01-01

    The association of environmental cues with drugs of abuse results in persistent drug-cue memories. These memories contribute significantly to relapse among addicts. While conditioned place preference (CPP) is a well-established paradigm frequently used to examine the modulation of drug-cue memories, very few studies have used the non-preference-based model conditioned activity (CA) for this purpose. Here, we used both experimental approaches to investigate the neural substrates of cocaine-cue...

  14. Memory H ∞ performance control of a class T-S fuzzy system

    Science.gov (United States)

    Wang, Yanhua; He, Xiqin; Wu, Zhihua; Kang, Xiulan; Xiu, Wei

    2018-03-01

    For much nonlinear system in the control system, both the stability of the system and certain performance indicators are required. The characteristics of T-S model in fuzzy system make it possible to illustrate a great amount of nonlinear system efficiently. First and foremost, the T-S model with uncertainties and external disturbance is utilized to interpret nonlinear system so as to implement H∞ performance control by means of fuzzy control theory. Meantime, owing to the tremendous existence of time delay phenomenon in the controlled, feedback controller with memory fuzzy state is fabricated. On the basis of Lyapunov Stability Theory, the closed-loop system becomes stable by establishing Lyapunov function. Gain matrix of the memory state feedback controller is obtained by applying linear matrix inequality methodology. And simultaneously it makes the system meet the requirement of the H∞ performance indicator. Ultimately, the efficiency of the above-mentioned method is exemplified by the numerical computation.

  15. Separation of variables in anisotropic models: anisotropic Rabi and elliptic Gaudin model in an external magnetic field

    Science.gov (United States)

    Skrypnyk, T.

    2017-08-01

    We study the problem of separation of variables for classical integrable Hamiltonian systems governed by non-skew-symmetric non-dynamical so(3)\\otimes so(3) -valued elliptic r-matrices with spectral parameters. We consider several examples of such models, and perform separation of variables for classical anisotropic one- and two-spin Gaudin-type models in an external magnetic field, and for Jaynes-Cummings-Dicke-type models without the rotating wave approximation.

  16. Olfactory memory: a bridge between humans and animals in models of cognitive aging.

    Science.gov (United States)

    Eichenbaum, Howard; Robitsek, R Jonathan

    2009-07-01

    Odor-recognition memory in rodents may provide a valuable model of cognitive aging. In a recent study we used signal detection analyses to distinguish odor recognition based on recollection versus that based on familiarity. Aged rats were selectively impaired in recollection, with relative sparing of familiarity, and the deficits in recollection were correlated with spatial memory impairments. These results complement electrophysiological findings indicating age-associated deficits in the ability of hippocampal neurons to differentiate contextual information, and this information-processing impairment may underlie the common age-associated decline in olfactory and spatial memory.

  17. An analytical study of physical models with inherited temporal and spatial memory

    Science.gov (United States)

    Jaradat, Imad; Alquran, Marwan; Al-Khaled, Kamel

    2018-04-01

    Du et al. (Sci. Reb. 3, 3431 (2013)) demonstrated that the fractional derivative order can be physically interpreted as a memory index by fitting the test data of memory phenomena. The aim of this work is to study analytically the joint effect of the memory index on time and space coordinates simultaneously. For this purpose, we introduce a novel bivariate fractional power series expansion that is accompanied by twofold fractional derivatives ordering α, β\\in(0,1]. Further, some convergence criteria concerning our expansion are presented and an analog of the well-known bivariate Taylor's formula in the sense of mixed fractional derivatives is obtained. Finally, in order to show the functionality and efficiency of this expansion, we employ the corresponding Taylor's series method to obtain closed-form solutions of various physical models with inherited time and space memory.

  18. High Performance Programming Using Explicit Shared Memory Model on Cray T3D1

    Science.gov (United States)

    Simon, Horst D.; Saini, Subhash; Grassi, Charles

    1994-01-01

    The Cray T3D system is the first-phase system in Cray Research, Inc.'s (CRI) three-phase massively parallel processing (MPP) program. This system features a heterogeneous architecture that closely couples DEC's Alpha microprocessors and CRI's parallel-vector technology, i.e., the Cray Y-MP and Cray C90. An overview of the Cray T3D hardware and available programming models is presented. Under Cray Research adaptive Fortran (CRAFT) model four programming methods (data parallel, work sharing, message-passing using PVM, and explicit shared memory model) are available to the users. However, at this time data parallel and work sharing programming models are not available to the user community. The differences between standard PVM and CRI's PVM are highlighted with performance measurements such as latencies and communication bandwidths. We have found that the performance of neither standard PVM nor CRI s PVM exploits the hardware capabilities of the T3D. The reasons for the bad performance of PVM as a native message-passing library are presented. This is illustrated by the performance of NAS Parallel Benchmarks (NPB) programmed in explicit shared memory model on Cray T3D. In general, the performance of standard PVM is about 4 to 5 times less than obtained by using explicit shared memory model. This degradation in performance is also seen on CM-5 where the performance of applications using native message-passing library CMMD on CM-5 is also about 4 to 5 times less than using data parallel methods. The issues involved (such as barriers, synchronization, invalidating data cache, aligning data cache etc.) while programming in explicit shared memory model are discussed. Comparative performance of NPB using explicit shared memory programming model on the Cray T3D and other highly parallel systems such as the TMC CM-5, Intel Paragon, Cray C90, IBM-SP1, etc. is presented.

  19. A stress-induced phase transition model for semi-crystallize shape memory polymer

    Science.gov (United States)

    Guo, Xiaogang; Zhou, Bo; Liu, Liwu; Liu, Yanju; Leng, Jinsong

    2014-03-01

    The developments of constitutive models for shape memory polymer (SMP) have been motivated by its increasing applications. During cooling or heating process, the phase transition which is a continuous time-dependent process happens in semi-crystallize SMP and the various individual phases form at different temperature and in different configuration. Then, the transformation between these phases occurred and shape memory effect will emerge. In addition, stress applied on SMP is an important factor for crystal melting during phase transition. In this theory, an ideal phase transition model considering stress or pre-strain is the key to describe the behaviors of shape memory effect. So a normal distributed model was established in this research to characterize the volume fraction of each phase in SMP during phase transition. Generally, the experiment results are partly backward (in heating process) or forward (in cooling process) compared with the ideal situation considering delay effect during phase transition. So, a correction on the normal distributed model is needed. Furthermore, a nonlinear relationship between stress and phase transition temperature Tg is also taken into account for establishing an accurately normal distributed phase transition model. Finally, the constitutive model which taking the stress as an influence factor on phase transition was also established. Compared with the other expressions, this new-type model possesses less parameter and is more accurate. For the sake of verifying the rationality and accuracy of new phase transition and constitutive model, the comparisons between the simulated and experimental results were carried out.

  20. Dynamical symmetry restoration for a higher-derivative four-fermion model in an external electromagnetic field

    International Nuclear Information System (INIS)

    Elizalde, E.; Gavrilov, S.P.; Shil'nov, Yu.I.

    2000-01-01

    A four-fermion model with additional higher-derivative terms is investigated in an external electromagnetic field. The effective potential in the leading order of large-N expansion is calculated in external constant magnetic and electric fields. It is shown that, in contrast to the former results concerning the universal character of 'magnetic catalysis' in dynamical symmetry breaking, in the present higher-derivative model the magnetic field restores chiral symmetry broken initially on the tree level. Numerical results describing a second-order phase transition that accompanies the symmetry restoration at the quantum level are presented. (author)

  1. Derivation and external validation of a case mix model for the standardized reporting of 30-day stroke mortality rates.

    Science.gov (United States)

    Bray, Benjamin D; Campbell, James; Cloud, Geoffrey C; Hoffman, Alex; James, Martin; Tyrrell, Pippa J; Wolfe, Charles D A; Rudd, Anthony G

    2014-11-01

    Case mix adjustment is required to allow valid comparison of outcomes across care providers. However, there is a lack of externally validated models suitable for use in unselected stroke admissions. We therefore aimed to develop and externally validate prediction models to enable comparison of 30-day post-stroke mortality outcomes using routine clinical data. Models were derived (n=9000 patients) and internally validated (n=18 169 patients) using data from the Sentinel Stroke National Audit Program, the national register of acute stroke in England and Wales. External validation (n=1470 patients) was performed in the South London Stroke Register, a population-based longitudinal study. Models were fitted using general estimating equations. Discrimination and calibration were assessed using receiver operating characteristic curve analysis and correlation plots. Two final models were derived. Model A included age (<60, 60-69, 70-79, 80-89, and ≥90 years), National Institutes of Health Stroke Severity Score (NIHSS) on admission, presence of atrial fibrillation on admission, and stroke type (ischemic versus primary intracerebral hemorrhage). Model B was similar but included only the consciousness component of the NIHSS in place of the full NIHSS. Both models showed excellent discrimination and calibration in internal and external validation. The c-statistics in external validation were 0.87 (95% confidence interval, 0.84-0.89) and 0.86 (95% confidence interval, 0.83-0.89) for models A and B, respectively. We have derived and externally validated 2 models to predict mortality in unselected patients with acute stroke using commonly collected clinical variables. In settings where the ability to record the full NIHSS on admission is limited, the level of consciousness component of the NIHSS provides a good approximation of the full NIHSS for mortality prediction. © 2014 American Heart Association, Inc.

  2. Short-Term Memory for Serial Order: A Recurrent Neural Network Model

    Science.gov (United States)

    Botvinick, Matthew M.; Plaut, David C.

    2006-01-01

    Despite a century of research, the mechanisms underlying short-term or working memory for serial order remain uncertain. Recent theoretical models have converged on a particular account, based on transient associations between independent item and context representations. In the present article, the authors present an alternative model, according…

  3. Working memory capacity and overgeneral autobiographical memory in young and older adults.

    Science.gov (United States)

    Ros, Laura; Latorre, José Miguel; Serrano, Juan Pedro

    2010-01-01

    The objectives of this study are to compare the Autobiographical Memory Test (AMT) performance of two healthy samples of younger and older adults and to analyse the relationship between overgeneral memory (OGM) and working memory executive processes (WMEP) using a structural equation modelling with latent variables. The AMT and sustained attention, short-term memory and working memory tasks were administered to a group of young adults (N = 50) and a group of older adults (N = 46). On the AMT, the older adults recalled a greater number of categorical memories (p = .000) and fewer specific memories (p = .000) than the young adults, confirming that OGM occurs in the normal population and increases with age. WMEP was measured by reading span and a working memory with sustained attention load task. Structural equation modelling reflects that WMEP shows a strong relationship with OGM: lower scores on WMEP reflect an OGM phenomenon characterized by higher categorical and lower specific memories.

  4. Alternative conceptions, memory, & mental models in physics education

    Science.gov (United States)

    Lee, Gyoungho; Shin, Jongho; Park, Jiyeon; Song, Sangho; Kim, Yeounsoo; Bao, Lei

    2005-09-01

    There are two somewhat independent research traditions, which converge to suggest a form of students' knowledge: alternative conceptions and mental models. However we have little literature that explains what they are different from each other and from memory. This study tried to describe these issues with some thoughts about how cognitive psychology and science education approaches can be best synthesized in order to approach these questions.

  5. Epigenetic mechanisms in the development of memory and their involvement in certain neurological diseases.

    Science.gov (United States)

    Rosales-Reynoso, M A; Ochoa-Hernández, A B; Juárez-Vázquez, C I; Barros-Núñez, P

    Today, scientists accept that the central nervous system of an adult possesses considerable morphological and functional flexibility, allowing it to perform structural remodelling processes even after the individual is fully developed and mature. In addition to the vast number of genes participating in the development of memory, different known epigenetic mechanisms are involved in normal and pathological modifications to neurons and therefore also affect the mechanisms of memory development. This study entailed a systematic review of biomedical article databases in search of genetic and epigenetic factors that participate in synaptic function and memory. The activation of gene expression in response to external stimuli also occurs in differentiated nerve cells. Neural activity induces specific forms of synaptic plasticity that permit the creation and storage of long-term memory. Epigenetic mechanisms play a key role in synaptic modification processes and in the creation and development of memory. Changes in these mechanisms result in the cognitive and memory impairment seen in neurodegenerative diseases (Alzheimer disease, Huntington disease) and in neurodevelopmental disorders (Rett syndrome, fragile X, and schizophrenia). Nevertheless, results obtained from different models are promising and point to potential treatments for some of these diseases. Copyright © 2013 Sociedad Española de Neurología. Publicado por Elsevier España, S.L.U. All rights reserved.

  6. A single-trace dual-process model of episodic memory: a novel computational account of familiarity and recollection.

    Science.gov (United States)

    Greve, Andrea; Donaldson, David I; van Rossum, Mark C W

    2010-02-01

    Dual-process theories of episodic memory state that retrieval is contingent on two independent processes: familiarity (providing a sense of oldness) and recollection (recovering events and their context). A variety of studies have reported distinct neural signatures for familiarity and recollection, supporting dual-process theory. One outstanding question is whether these signatures reflect the activation of distinct memory traces or the operation of different retrieval mechanisms on a single memory trace. We present a computational model that uses a single neuronal network to store memory traces, but two distinct and independent retrieval processes access the memory. The model is capable of performing familiarity and recollection-based discrimination between old and new patterns, demonstrating that dual-process models need not to rely on multiple independent memory traces, but can use a single trace. Importantly, our putative familiarity and recollection processes exhibit distinct characteristics analogous to those found in empirical data; they diverge in capacity and sensitivity to sparse and correlated patterns, exhibit distinct ROC curves, and account for performance on both item and associative recognition tests. The demonstration that a single-trace, dual-process model can account for a range of empirical findings highlights the importance of distinguishing between neuronal processes and the neuronal representations on which they operate.

  7. A new pattern associative memory model for image recognition based on Hebb rules and dot product

    Science.gov (United States)

    Gao, Mingyue; Deng, Limiao; Wang, Yanjiang

    2018-04-01

    A great number of associative memory models have been proposed to realize information storage and retrieval inspired by human brain in the last few years. However, there is still much room for improvement for those models. In this paper, we extend a binary pattern associative memory model to accomplish real-world image recognition. The learning process is based on the fundamental Hebb rules and the retrieval is implemented by a normalized dot product operation. Our proposed model can not only fulfill rapid memory storage and retrieval for visual information but also have the ability on incremental learning without destroying the previous learned information. Experimental results demonstrate that our model outperforms the existing Self-Organizing Incremental Neural Network (SOINN) and Back Propagation Neuron Network (BPNN) on recognition accuracy and time efficiency.

  8. Quantitative Analysis of Memristance Defined Exponential Model for Multi-bits Titanium Dioxide Memristor Memory Cell

    Directory of Open Access Journals (Sweden)

    DAOUD, A. A. D.

    2016-05-01

    Full Text Available The ability to store multiple bits in a single memristor based memory cell is a key feature for high-capacity memory packages. Studying multi-bit memristor circuits requires high accuracy in modelling the memristance change. A memristor model based on a novel definition of memristance is proposed. A design of a single memristor memory cell using the proposed model for the platinum electrodes titanium dioxide memristor is illustrated. A specific voltage pulse is used with varying its parameters (amplitude or pulse width to store different number of states in a single memristor. New state variation parameters associated with the utilized model are provided and their effects on write and read processes of memristive multi-states are analysed. PSPICE simulations are also held, and they show a good agreement with the data obtained from the analysis.

  9. A survey report for the biped locomotion model under external force

    International Nuclear Information System (INIS)

    Kato, Ichiro; Takanishi, Atsuo; Kume, Etsuo.

    1993-10-01

    A mechanical design study of biped locomotion robots is being performed at JAERI within the scope of the Human Acts Simulation Program (HASP). The design study at JAERI is of an arbitrarily mobile robot for inspection of nuclear facilities. We have developed the simulation software which has capability of obtaining several types of stable motions for straight walking in terms of design tools. In addition, we are studying more complex walking patterns such as turning. However, in order to realize the robustness of walking, it is also necessary for the robot to have a capability of walking under external force as a disturbance which is caused by touching an object and so on. A survey has been performed for collecting useful information from already existing biped locomotion robots. This is a survey report for the biped locomotion model under external force: the WL-12RIII/IV designed and developed at Waseda University. This report includes the machine model, control system, control method and results of walking experiments. (author)

  10. Capacity and precision in an animal model of visual short-term memory.

    Science.gov (United States)

    Lara, Antonio H; Wallis, Jonathan D

    2012-03-14

    Temporary storage of information in visual short-term memory (VSTM) is a key component of many complex cognitive abilities. However, it is highly limited in capacity. Understanding the neurophysiological nature of this capacity limit will require a valid animal model of VSTM. We used a multiple-item color change detection task to measure macaque monkeys' VSTM capacity. Subjects' performance deteriorated and reaction times increased as a function of the number of items in memory. Additionally, we measured the precision of the memory representations by varying the distance between sample and test colors. In trials with similar sample and test colors, subjects made more errors compared to trials with highly discriminable colors. We modeled the error distribution as a Gaussian function and used this to estimate the precision of VSTM representations. We found that as the number of items in memory increases the precision of the representations decreases dramatically. Additionally, we found that focusing attention on one of the objects increases the precision with which that object is stored and degrades the precision of the remaining. These results are in line with recent findings in human psychophysics and provide a solid foundation for understanding the neurophysiological nature of the capacity limit of VSTM.

  11. [A neuropsychoanalytic freudian model of psychic trauma and memory. Theoretical and clinical applications].

    Science.gov (United States)

    Cohen, Diego; Basili, Rubén; Sharpin de Basili, Isabel

    2009-01-01

    The traumatic memory is conceptualized by means of an amplified Freudian neuropsychoanalytic model using a contemporary memory system based on its contents, conscious and unconscious recollection (explicit and implicit memories) highlighting the validity of the Freudian discoveries. This is then related to the psychoanalytical theories of consciousness, affects and thinking. Particular importance is given to Freud's seduction theory, its relation to memory and the clinical application of these concepts to the basic organization of the personality, together with the relation to Bowlby's concept of emotional deprivation. The development and working trough of trauma is postulated as a vector to make "real" or phantasized trauma unconscious through repression in neurosis, splitting in borderline personality organization, and primitive mechanisms of projection in psychosis.

  12. Analysis and modeling of resistive switching mechanism oriented to fault tolerance of resistive memory based on memristor

    International Nuclear Information System (INIS)

    Huang Da; Wu Jun-Jie; Tang Yu-Hua

    2014-01-01

    With the progress of the semiconductor industry, resistive memories, especially the memristor, have drawn increasing attention. The resistive memory based on memrsitor has not been commercialized mainly because of data error. Currently, there are more studies focused on fault tolerance of resistive memory. This paper studies the resistive switching mechanism which may have time-varying characteristics. Resistive switching mechanism is analyzed and its respective circuit model is established based on the memristor Spice model

  13. A Comparative Study of the Effects of the Neurocognitive-Based Model and the Conventional Model on Learner Attention, Working Memory and Mood

    Science.gov (United States)

    Srikoon, Sanit; Bunterm, Tassanee; Nethanomsak, Teerachai; Ngang, Tang Keow

    2017-01-01

    Purpose: The attention, working memory, and mood of learners are the most important abilities in the learning process. This study was concerned with the comparison of contextualized attention, working memory, and mood through a neurocognitive-based model (5P) and a conventional model (5E). It sought to examine the significant change in attention,…

  14. NAAG Peptidase Inhibitors Act via mGluR3: Animal Models of Memory, Alzheimer's, and Ethanol Intoxication.

    Science.gov (United States)

    Olszewski, Rafal T; Janczura, Karolina J; Bzdega, Tomasz; Der, Elise K; Venzor, Faustino; O'Rourke, Brennen; Hark, Timothy J; Craddock, Kirsten E; Balasubramanian, Shankar; Moussa, Charbel; Neale, Joseph H

    2017-09-01

    Glutamate carboxypeptidase II (GCPII) inactivates the peptide neurotransmitter N-acetylaspartylglutamate (NAAG) following synaptic release. Inhibitors of GCPII increase extracellular NAAG levels and are efficacious in animal models of clinical disorders via NAAG activation of a group II metabotropic glutamate receptor. mGluR2 and mGluR3 knock-out (ko) mice were used to test the hypothesis that mGluR3 mediates the activity of GCPII inhibitors ZJ43 and 2-PMPA in animal models of memory and memory loss. Short- (1.5 h) and long- (24 h) term novel object recognition tests were used to assess memory. Treatment with ZJ43 or 2-PMPA prior to acquisition trials increased long-term memory in mGluR2, but not mGluR3, ko mice. Nine month-old triple transgenic Alzheimer's disease model mice exhibited impaired short-term novel object recognition memory that was rescued by treatment with a NAAG peptidase inhibitor. NAAG peptidase inhibitors and the group II mGluR agonist, LY354740, reversed the short-term memory deficit induced by acute ethanol administration in wild type mice. 2-PMPA also moderated the effect of ethanol on short-term memory in mGluR2 ko mice but failed to do so in mGluR3 ko mice. LY354740 and ZJ43 blocked ethanol-induced motor activation. Both GCPII inhibitors and LY354740 also significantly moderated the loss of motor coordination induced by 2.1 g/kg ethanol treatment. These data support the conclusion that inhibitors of glutamate carboxypeptidase II are efficacious in object recognition models of normal memory and memory deficits via an mGluR3 mediated process, actions that could have widespread clinical applications.

  15. Using an external surrogate for predictor model training in real-time motion management of lung tumors

    Energy Technology Data Exchange (ETDEWEB)

    Rottmann, Joerg; Berbeco, Ross [Brigham and Women’s Hospital, Dana-Farber Cancer Institute and Harvard Medical School, Boston, Massachusetts 02115 (United States)

    2014-12-15

    Purpose: Precise prediction of respiratory motion is a prerequisite for real-time motion compensation techniques such as beam, dynamic couch, or dynamic multileaf collimator tracking. Collection of tumor motion data to train the prediction model is required for most algorithms. To avoid exposure of patients to additional dose from imaging during this procedure, the feasibility of training a linear respiratory motion prediction model with an external surrogate signal is investigated and its performance benchmarked against training the model with tumor positions directly. Methods: The authors implement a lung tumor motion prediction algorithm based on linear ridge regression that is suitable to overcome system latencies up to about 300 ms. Its performance is investigated on a data set of 91 patient breathing trajectories recorded from fiducial marker tracking during radiotherapy delivery to the lung of ten patients. The expected 3D geometric error is quantified as a function of predictor lookahead time, signal sampling frequency and history vector length. Additionally, adaptive model retraining is evaluated, i.e., repeatedly updating the prediction model after initial training. Training length for this is gradually increased with incoming (internal) data availability. To assess practical feasibility model calculation times as well as various minimum data lengths for retraining are evaluated. Relative performance of model training with external surrogate motion data versus tumor motion data is evaluated. However, an internal–external motion correlation model is not utilized, i.e., prediction is solely driven by internal motion in both cases. Results: Similar prediction performance was achieved for training the model with external surrogate data versus internal (tumor motion) data. Adaptive model retraining can substantially boost performance in the case of external surrogate training while it has little impact for training with internal motion data. A minimum

  16. Models of Working Memory

    National Research Council Canada - National Science Library

    Miyake, Akira

    1997-01-01

    .... Understanding the mechanisms and structures underlying working memory is, hence, one of the most important scientific issues that need to be addressed to improve the efficiency and performance...

  17. Internal and external North Atlantic Sector variability in the Kiel climate model

    Energy Technology Data Exchange (ETDEWEB)

    Latif, Mojib; Park, Wonsun; Ding, Hui; Keenlyside, Noel S. [Leibniz-Inst. fuer Meereswissenschaften, Kiel (Germany)

    2009-08-15

    The internal and external North Atlantic Sector variability is investigated by means of a multimillennial control run and forced experiments with the Kiel Climate Model (KCM). The internal variability is studied by analyzing the control run. The externally forced variability is investigated in a run with periodic millennial solar forcing and in greenhouse warming experiments with enhanced carbon dioxide concentrations. The surface air temperature (SAT) averaged over the Northern Hemisphere simulated in the control run displays enhanced variability relative to the red background at decadal, centennial, and millennial timescales. Special emphasis is given to the variability of the Meridional Overturning Circulation (MOC). The MOC plays an important role in the generation of internal climate modes. Furthermore, the MOC provides a strong negative feedback on the Northern Hemisphere SAT in both the solar and greenhouse warming experiments, thereby moderating the direct effects of the external forcing in the North Atlantic. The implications of the results for decadal predictability are discussed. (orig.)

  18. Temporal Organization of Sound Information in Auditory Memory

    Directory of Open Access Journals (Sweden)

    Kun Song

    2017-06-01

    Full Text Available Memory is a constructive and organizational process. Instead of being stored with all the fine details, external information is reorganized and structured at certain spatiotemporal scales. It is well acknowledged that time plays a central role in audition by segmenting sound inputs into temporal chunks of appropriate length. However, it remains largely unknown whether critical temporal structures exist to mediate sound representation in auditory memory. To address the issue, here we designed an auditory memory transferring study, by combining a previously developed unsupervised white noise memory paradigm with a reversed sound manipulation method. Specifically, we systematically measured the memory transferring from a random white noise sound to its locally temporal reversed version on various temporal scales in seven experiments. We demonstrate a U-shape memory-transferring pattern with the minimum value around temporal scale of 200 ms. Furthermore, neither auditory perceptual similarity nor physical similarity as a function of the manipulating temporal scale can account for the memory-transferring results. Our results suggest that sounds are not stored with all the fine spectrotemporal details but are organized and structured at discrete temporal chunks in long-term auditory memory representation.

  19. Temporal Organization of Sound Information in Auditory Memory.

    Science.gov (United States)

    Song, Kun; Luo, Huan

    2017-01-01

    Memory is a constructive and organizational process. Instead of being stored with all the fine details, external information is reorganized and structured at certain spatiotemporal scales. It is well acknowledged that time plays a central role in audition by segmenting sound inputs into temporal chunks of appropriate length. However, it remains largely unknown whether critical temporal structures exist to mediate sound representation in auditory memory. To address the issue, here we designed an auditory memory transferring study, by combining a previously developed unsupervised white noise memory paradigm with a reversed sound manipulation method. Specifically, we systematically measured the memory transferring from a random white noise sound to its locally temporal reversed version on various temporal scales in seven experiments. We demonstrate a U-shape memory-transferring pattern with the minimum value around temporal scale of 200 ms. Furthermore, neither auditory perceptual similarity nor physical similarity as a function of the manipulating temporal scale can account for the memory-transferring results. Our results suggest that sounds are not stored with all the fine spectrotemporal details but are organized and structured at discrete temporal chunks in long-term auditory memory representation.

  20. A Grey NGM(1,1, k) Self-Memory Coupling Prediction Model for Energy Consumption Prediction

    Science.gov (United States)

    Guo, Xiaojun; Liu, Sifeng; Wu, Lifeng; Tang, Lingling

    2014-01-01

    Energy consumption prediction is an important issue for governments, energy sector investors, and other related corporations. Although there are several prediction techniques, selection of the most appropriate technique is of vital importance. As for the approximate nonhomogeneous exponential data sequence often emerging in the energy system, a novel grey NGM(1,1, k) self-memory coupling prediction model is put forward in order to promote the predictive performance. It achieves organic integration of the self-memory principle of dynamic system and grey NGM(1,1, k) model. The traditional grey model's weakness as being sensitive to initial value can be overcome by the self-memory principle. In this study, total energy, coal, and electricity consumption of China is adopted for demonstration by using the proposed coupling prediction technique. The results show the superiority of NGM(1,1, k) self-memory coupling prediction model when compared with the results from the literature. Its excellent prediction performance lies in that the proposed coupling model can take full advantage of the systematic multitime historical data and catch the stochastic fluctuation tendency. This work also makes a significant contribution to the enrichment of grey prediction theory and the extension of its application span. PMID:25054174

  1. Relating Memory To Functional Performance In Normal Aging to Dementia Using Hierarchical Bayesian Cognitive Processing Models

    Science.gov (United States)

    Shankle, William R.; Pooley, James P.; Steyvers, Mark; Hara, Junko; Mangrola, Tushar; Reisberg, Barry; Lee, Michael D.

    2012-01-01

    Determining how cognition affects functional abilities is important in Alzheimer’s disease and related disorders (ADRD). 280 patients (normal or ADRD) received a total of 1,514 assessments using the Functional Assessment Staging Test (FAST) procedure and the MCI Screen (MCIS). A hierarchical Bayesian cognitive processing (HBCP) model was created by embedding a signal detection theory (SDT) model of the MCIS delayed recognition memory task into a hierarchical Bayesian framework. The SDT model used latent parameters of discriminability (memory process) and response bias (executive function) to predict, simultaneously, recognition memory performance for each patient and each FAST severity group. The observed recognition memory data did not distinguish the six FAST severity stages, but the latent parameters completely separated them. The latent parameters were also used successfully to transform the ordinal FAST measure into a continuous measure reflecting the underlying continuum of functional severity. HBCP models applied to recognition memory data from clinical practice settings accurately translated a latent measure of cognition to a continuous measure of functional severity for both individuals and FAST groups. Such a translation links two levels of brain information processing, and may enable more accurate correlations with other levels, such as those characterized by biomarkers. PMID:22407225

  2. A model considering mechanical anisotropy of magnetic-field-induced superelastic strain in magnetic shape memory alloys

    International Nuclear Information System (INIS)

    Zhu, Yuping; Yu, Kai

    2013-01-01

    Highlights: ► The model analyzes mechanical anisotropy of magnetic shape memory alloy. ► The numerical evaluation of Eshelby tensor of shape memory alloy is obtained. ► Interaction energy of magnetic shape memory alloy is analyzed. - Abstract: Under applied mechanical load and magnetic field, a micromechanics-based thermodynamic model taking account of mechanical anisotropy of magnetic shape memory alloys (MSMAs) is developed in this work. Considering the crystallographic and magnetic microstructure, the internal state variables are chosen and the model can capture the magnetic shape memory effect caused by the martensitic variant reorientation process. It is assumed that the Gibbs free energy is consisted of the mechanical potential energy of anisotropic matrix, the Zeeman energy and the magnetocrystalline anisotropy energy in the model. In terms of the balance between the thermodynamic driving force derived from the reduction of Gibbs free energy and the resistive force for the variant reorientation, the kinetic equation is established and the Eshelby tensor of anisotropic MSMAs is then obtained by using numerical evaluation. At last, the effects of the anisotropy on interaction energy and macroscopic strain are discussed. The assumption of isotropy tends to underestimate interaction energy and macroscopic strain. The results considering mechanical anisotropy are in good agreement with the experimental data.

  3. Computational Modeling of Shape Memory Polymer Origami that Responds to Light

    Science.gov (United States)

    Mailen, Russell William

    Shape memory polymers (SMPs) transform in response to external stimuli, such as infrared (IR) light. Although SMPs have many applications, this investigation focuses on their use as actuators in self-folding origami structures. Ink patterned on the surface of the SMP sheet absorbs thermal energy from the IR light, which produces localized heating. The material shrinks wherever the activation temperature is exceeded and can produce out-of-plane deformation. The time and temperature dependent response of these SMPs provides unique opportunities for developing complex three-dimensional (3D) structures from initially flat sheets through self-folding origami, but the application of this technique requires predicting accurately the final folded or deformed shape. Furthermore, current computational approaches for SMPs do not fully couple the thermo-mechanical response of the material. Hence, a proposed nonlinear, 3D, thermo-viscoelastic finite element framework was formulated to predict deformed shapes for different self-folding systems and compared to experimental results for self-folding origami structures. A detailed understanding of the shape memory response and the effect of controllable design parameters, such as the ink pattern, pre-strain conditions, and applied thermal and mechanical fields, allows for a predictive understanding and design of functional, 3D structures. The proposed modeling framework was used to obtain a fundamental understanding of the thermo-mechanical behavior of SMPs and the impact of the material behavior on hinged self-folding. These predictions indicated how the thermal and mechanical conditions during pre-strain significantly affect the shrinking and folding response of the SMP. Additionally, the externally applied thermal loads significantly influenced the folding rate and maximum bending angle. The computational framework was also adapted to understand the effects of fully coupling the thermal and mechanical response of the material

  4. Modeling aspects of human memory for scientific study.

    Energy Technology Data Exchange (ETDEWEB)

    Caudell, Thomas P. (University of New Mexico); Watson, Patrick (University of Illinois - Champaign-Urbana Beckman Institute); McDaniel, Mark A. (Washington University); Eichenbaum, Howard B. (Boston University); Cohen, Neal J. (University of Illinois - Champaign-Urbana Beckman Institute); Vineyard, Craig Michael; Taylor, Shawn Ellis; Bernard, Michael Lewis; Morrow, James Dan; Verzi, Stephen J.

    2009-10-01

    Working with leading experts in the field of cognitive neuroscience and computational intelligence, SNL has developed a computational architecture that represents neurocognitive mechanisms associated with how humans remember experiences in their past. The architecture represents how knowledge is organized and updated through information from individual experiences (episodes) via the cortical-hippocampal declarative memory system. We compared the simulated behavioral characteristics with those of humans measured under well established experimental standards, controlling for unmodeled aspects of human processing, such as perception. We used this knowledge to create robust simulations of & human memory behaviors that should help move the scientific community closer to understanding how humans remember information. These behaviors were experimentally validated against actual human subjects, which was published. An important outcome of the validation process will be the joining of specific experimental testing procedures from the field of neuroscience with computational representations from the field of cognitive modeling and simulation.

  5. Memory effects in the relaxation of the Gaussian trap model

    Science.gov (United States)

    Diezemann, Gregor; Heuer, Andreas

    2011-03-01

    We investigate the memory effect in a simple model for glassy relaxation, a trap model with a Gaussian density of states. In this model, thermal equilibrium is reached at all finite temperatures and we therefore can consider jumps from low to high temperatures in addition to the quenches usually considered in aging studies. We show that the evolution of the energy following the Kovacs protocol can approximately be expressed as a difference of two monotonously decaying functions and thus show the existence of a so-called Kovacs hump whenever these functions are not single exponentials. It is well established that the Kovacs effect also occurs in the linear response regime, and we show that most of the gross features do not change dramatically when large temperature jumps are considered. However, there is one distinguishing feature that only exists beyond the linear regime, which we discuss in detail. For the memory experiment with inverted temperatures, i.e., jumping up and then down again, we find a very similar behavior apart from an opposite sign of the hump.

  6. Object selection costs in visual working memory: A diffusion model analysis of the focus of attention.

    Science.gov (United States)

    Sewell, David K; Lilburn, Simon D; Smith, Philip L

    2016-11-01

    A central question in working memory research concerns the degree to which information in working memory is accessible to other cognitive processes (e.g., decision-making). Theories assuming that the focus of attention can only store a single object at a time require the focus to orient to a target representation before further processing can occur. The need to orient the focus of attention implies that single-object accounts typically predict response time costs associated with object selection even when working memory is not full (i.e., memory load is less than 4 items). For other theories that assume storage of multiple items in the focus of attention, predictions depend on specific assumptions about the way resources are allocated among items held in the focus, and how this affects the time course of retrieval of items from the focus. These broad theoretical accounts have been difficult to distinguish because conventional analyses fail to separate components of empirical response times related to decision-making from components related to selection and retrieval processes associated with accessing information in working memory. To better distinguish these response time components from one another, we analyze data from a probed visual working memory task using extensions of the diffusion decision model. Analysis of model parameters revealed that increases in memory load resulted in (a) reductions in the quality of the underlying stimulus representations in a manner consistent with a sample size model of visual working memory capacity and (b) systematic increases in the time needed to selectively access a probed representation in memory. The results are consistent with single-object theories of the focus of attention. The results are also consistent with a subset of theories that assume a multiobject focus of attention in which resource allocation diminishes both the quality and accessibility of the underlying representations. (PsycINFO Database Record (c) 2016

  7. Computer simulation model of reflex e-beam systems coupled to an external circuit

    International Nuclear Information System (INIS)

    Jungwirth, K.; Stavinoha, P.

    1982-01-01

    Dynamics of ions and relativistic electrons in various high-voltage reflexing systems (reflex diodes and triodes) was investigated numerically by means of 1 1/2-dimensional PIC simulation model OREBIA. Its perfected version OREBIA-REX also accounts for system coupling to an external power source circuit, thus yielding the currents and applied voltage self-consistently. Various modes of operation of reflex diode and triode were studied using both models. It is shown that neglecting the influence of the external circuit can lead to seve--re overestimation of both ion currents and electron accumulation rates. In coupled systems with ions repeated collapses of impedance due to electron-ion relaxation processes are observed. The current and voltage pulses calculated for several reflex diodes and triodes with and without ions are presented. (J.U.)

  8. Models of Working Memory

    National Research Council Canada - National Science Library

    Miyake, Akira

    1997-01-01

    Working memory is a basic cognitive mechanism (or set of mechanisms) that is responsible for keeping track of multiple task related goals and subgoals, or integrating multiple sources of information...

  9. Working Memory Influences on Long-Term Memory and Comprehension

    National Research Council Canada - National Science Library

    Radvansky, Gabriel

    2004-01-01

    .... This study looked at how comprehension and memory processing at the mental model level is related to traditional measures of working memory capacity, including the word span, reading span, operation...

  10. Heterogeneous Agent Model with Memory and Asset Price Behaviour

    Czech Academy of Sciences Publication Activity Database

    Vošvrda, Miloslav; Vácha, Lukáš

    2003-01-01

    Roč. 12, č. 2 (2003), s. 155-168 ISSN 1210-0455 R&D Projects: GA ČR GA402/00/0439; GA ČR GA402/01/0034 Institutional research plan: CEZ:AV0Z1075907 Keywords : efficient markets hypothesis * technical trading rules * heterogeneous agent model with memory and learning Subject RIV: AH - Economics

  11. Polynomial constitutive model for shape memory and pseudo elasticity

    International Nuclear Information System (INIS)

    Savi, M.A.; Kouzak, Z.

    1995-01-01

    This paper reports an one-dimensional phenomenological constitutive model for shape memory and pseudo elasticity using a polynomial expression for the free energy which is based on the classical Devonshire theory. This study identifies the main characteristics of the classical theory and introduces a simple modification to obtain better results. (author). 9 refs., 6 figs

  12. Impact of external sources of infection on the dynamics of bovine tuberculosis in modelled badger populations

    Directory of Open Access Journals (Sweden)

    Hardstaff Joanne L

    2012-06-01

    Full Text Available Abstract Background The persistence of bovine TB (bTB in various countries throughout the world is enhanced by the existence of wildlife hosts for the infection. In Britain and Ireland, the principal wildlife host for bTB is the badger (Meles meles. The objective of our study was to examine the dynamics of bTB in badgers in relation to both badger-derived infection from within the population and externally-derived, trickle-type, infection, such as could occur from other species or environmental sources, using a spatial stochastic simulation model. Results The presence of external sources of infection can increase mean prevalence and reduce the threshold group size for disease persistence. Above the threshold equilibrium group size of 6–8 individuals predicted by the model for bTB persistence in badgers based on internal infection alone, external sources of infection have relatively little impact on the persistence or level of disease. However, within a critical range of group sizes just below this threshold level, external infection becomes much more important in determining disease dynamics. Within this critical range, external infection increases the ratio of intra- to inter-group infections due to the greater probability of external infections entering fully-susceptible groups. The effect is to enable bTB persistence and increase bTB prevalence in badger populations which would not be able to maintain bTB based on internal infection alone. Conclusions External sources of bTB infection can contribute to the persistence of bTB in badger populations. In high-density badger populations, internal badger-derived infections occur at a sufficient rate that the additional effect of external sources in exacerbating disease is minimal. However, in lower-density populations, external sources of infection are much more important in enhancing bTB prevalence and persistence. In such circumstances, it is particularly important that control strategies to

  13. Impact of external sources of infection on the dynamics of bovine tuberculosis in modelled badger populations.

    Science.gov (United States)

    Hardstaff, Joanne L; Bulling, Mark T; Marion, Glenn; Hutchings, Michael R; White, Piran C L

    2012-06-27

    The persistence of bovine TB (bTB) in various countries throughout the world is enhanced by the existence of wildlife hosts for the infection. In Britain and Ireland, the principal wildlife host for bTB is the badger (Meles meles). The objective of our study was to examine the dynamics of bTB in badgers in relation to both badger-derived infection from within the population and externally-derived, trickle-type, infection, such as could occur from other species or environmental sources, using a spatial stochastic simulation model. The presence of external sources of infection can increase mean prevalence and reduce the threshold group size for disease persistence. Above the threshold equilibrium group size of 6-8 individuals predicted by the model for bTB persistence in badgers based on internal infection alone, external sources of infection have relatively little impact on the persistence or level of disease. However, within a critical range of group sizes just below this threshold level, external infection becomes much more important in determining disease dynamics. Within this critical range, external infection increases the ratio of intra- to inter-group infections due to the greater probability of external infections entering fully-susceptible groups. The effect is to enable bTB persistence and increase bTB prevalence in badger populations which would not be able to maintain bTB based on internal infection alone. External sources of bTB infection can contribute to the persistence of bTB in badger populations. In high-density badger populations, internal badger-derived infections occur at a sufficient rate that the additional effect of external sources in exacerbating disease is minimal. However, in lower-density populations, external sources of infection are much more important in enhancing bTB prevalence and persistence. In such circumstances, it is particularly important that control strategies to reduce bTB in badgers include efforts to minimise such

  14. Concurrence of Quantum States: Algebraic Dynamical Method Study XXX Models in a Time-Depending Random External Field

    International Nuclear Information System (INIS)

    Fu Chuanji; Zhu Qinsheng; Wu Shaoyi

    2010-01-01

    Based on algebraic dynamics and the concept of the concurrence of the entanglement, we investigate the evolutive properties of the two-qubit entanglement that formed by Heisenberg XXX models under a time-depending external held. For this system, the property of the concurrence that is only dependent on the coupling constant J and total values of the external field is proved. Furthermore, we found that the thermal concurrence of the system under a static random external field is a function of the coupling constant J, temperature T, and the magnitude of external held. (general)

  15. The impact of working memory and the "process of process modelling" on model quality: Investigating experienced versus inexperienced modellers

    DEFF Research Database (Denmark)

    Martini, Markus; Pinggera, Jakob; Neurauter, Manuel

    2016-01-01

    of reconciliation phases was positively related to PM quality in experienced modellers. Our research reveals central cognitive mechanisms in process modelling and has potential practical implications for the development of modelling software and teaching the craft of process modelling....... the role of cognitive processes as well as modelling processes in creating a PM in experienced and inexperienced modellers. Specifically, two working memory (WM) functions (holding and processing of information and relational integration) and three process of process modelling phases (comprehension...

  16. External validation of the Cairns Prediction Model (CPM) to predict conversion from laparoscopic to open cholecystectomy.

    Science.gov (United States)

    Hu, Alan Shiun Yew; Donohue, Peter O'; Gunnarsson, Ronny K; de Costa, Alan

    2018-03-14

    Valid and user-friendly prediction models for conversion to open cholecystectomy allow for proper planning prior to surgery. The Cairns Prediction Model (CPM) has been in use clinically in the original study site for the past three years, but has not been tested at other sites. A retrospective, single-centred study collected ultrasonic measurements and clinical variables alongside with conversion status from consecutive patients who underwent laparoscopic cholecystectomy from 2013 to 2016 in The Townsville Hospital, North Queensland, Australia. An area under the curve (AUC) was calculated to externally validate of the CPM. Conversion was necessary in 43 (4.2%) out of 1035 patients. External validation showed an area under the curve of 0.87 (95% CI 0.82-0.93, p = 1.1 × 10 -14 ). In comparison with most previously published models, which have an AUC of approximately 0.80 or less, the CPM has the highest AUC of all published prediction models both for internal and external validation. Crown Copyright © 2018. Published by Elsevier Inc. All rights reserved.

  17. Non-volatile memories

    CERN Document Server

    Lacaze, Pierre-Camille

    2014-01-01

    Written for scientists, researchers, and engineers, Non-volatile Memories describes the recent research and implementations in relation to the design of a new generation of non-volatile electronic memories. The objective is to replace existing memories (DRAM, SRAM, EEPROM, Flash, etc.) with a universal memory model likely to reach better performances than the current types of memory: extremely high commutation speeds, high implantation densities and retention time of information of about ten years.

  18. Memory systems interaction in the pigeon: working and reference memory.

    Science.gov (United States)

    Roberts, William A; Strang, Caroline; Macpherson, Krista

    2015-04-01

    Pigeons' performance on a working memory task, symbolic delayed matching-to-sample, was used to examine the interaction between working memory and reference memory. Reference memory was established by training pigeons to discriminate between the comparison cues used in delayed matching as S+ and S- stimuli. Delayed matching retention tests then measured accuracy when working and reference memory were congruent and incongruent. In 4 experiments, it was shown that the interaction between working and reference memory is reciprocal: Strengthening either type of memory leads to a decrease in the influence of the other type of memory. A process dissociation procedure analysis of the data from Experiment 4 showed independence of working and reference memory, and a model of working memory and reference memory interaction was shown to predict the findings reported in the 4 experiments. (PsycINFO Database Record (c) 2015 APA, all rights reserved).

  19. Chiral symmetry breaking in d=3 NJL model in external gravitational and magnetic fields

    OpenAIRE

    Gitman, D. M.; Odintsov, S. D.; Shil'nov, Yu. I.

    1996-01-01

    The phase structure of $d=3$ Nambu-Jona-Lasinio model in curved spacetime with magnetic field is investigated in the leading order of the $1/N$-expansion and in linear curvature approximation (an external magnetic field is treated exactly). The possibility of the chiral symmetry breaking under the combined action of the external gravitational and magnetic fields is shown explicitly. At some circumstances the chiral symmetry may be restored due to the compensation of the magnetic field by the ...

  20. Modeling external constraints: Applying expert systems to nuclear plants

    International Nuclear Information System (INIS)

    Beck, C.E.; Behera, A.K.

    1993-01-01

    Artificial Intelligence (AI) applications in nuclear plants have received much attention over the past decade. Specific applications that have been addressed include development of models and knowledge-bases, plant maintenance, operations, procedural guidance, risk assessment, and design tools. This paper examines the issue of external constraints, with a focus on the use of Al and expert systems as design tools. It also provides several suggested methods for addressing these constraints within the Al framework. These methods include a State Matrix scheme, a layered structure for the knowledge base, and application of the dynamic parameter concept