paper-with-me

홈 › Papers

Investigating Recurrent Neural Network Memory Structures using Neuro-Evolution

2019-02-06 · Alexander Ororbia, Ahmed Ahmed Elsaid, Travis Desell

This paper presents a new algorithm, Evolutionary eXploration of Augmenting Memory Models (EXAMM), which is capable of evolving recurrent neural networks (RNNs) using a wide variety of memory structures, such as Delta-RNN, GRU, LSTM, MGU and UGRNN cells. EXAMM evolved RNNs to perform prediction of large-scale, real world time series data from the aviation and power industries. These data sets consist of very long time series (thousands of readings), each with a large number of potentially correlated and dependent parameters. Four different parameters were selected for prediction and EXAMM runs were performed using each memory cell type alone, each cell type with feed forward nodes, and with all possible memory cell types. Evolved RNN performance was measured using repeated k-fold cross validation, resulting in 1210 EXAMM runs which evolved 2,420,000 RNNs in 12,100 CPU hours on a high performance computing cluster. Generalization of the evolved RNNs was examined statistically, providing interesting findings that can help refine the RNN memory cell design as well as inform future neuro-evolution algorithms development.

📄 PDF Abstract BibTeX arXiv:1902.02390

Code (1)

travisdesell/exact 공식 구현

Tasks

CPUTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

An Empirical Exploration of Deep Recurrent Connections and Memory Cells Using Neuro-Evolution

2019-09-20 · Travis J. Desell, AbdElRahman A. ElSaid, Alexander G. Ororbia

Neuro-evolution and neural architecture search algorithms have gained increasing interest due to the challenges involved in designing optimal artificial neural networks (ANNs). While these algorithms have been shown to p…

Neural Architecture SearchTime SeriesTime Series AnalysisTime Series Prediction

The Ant Swarm Neuro-Evolution Procedure for Optimizing Recurrent Networks

2019-09-26 · AbdElRahman A. ElSaid, Alexander G. Ororbia, Travis J. Desell

Hand-crafting effective and efficient structures for recurrent neural networks (RNNs) is a difficult, expensive, and time-consuming process. To address this challenge, we propose a novel neuro-evolution algorithm based o…

Inductive BiasL2 RegularizationTime Series Analysis

Seq103: A Unified Neuroevolution Framework for Compact Sequence Architecture Discovery

2026-06-03 · Wenxiao Li, Yongjian Liu, Qing Xie arxiv

Neuroevolution is a representative neural architecture search paradigm that evolves both network topology and weights through evolutionary algorithms. In this paper, we propose Seq103, a unified NEAT-style neuroevolution…

Neural Architecture SearchText Classification

An Online Structural Plasticity Rule for Generating Better Reservoirs

2016-04-19 · Subhrajit Roy, Arindam Basu

In this article, a novel neuro-inspired low-resolution online unsupervised learning rule is proposed to train the reservoir or liquid of Liquid State Machine. The liquid is a sparsely interconnected huge recurrent networ…

An Experimental Study of Weight Initialization and Weight Inheritance Effects on Neuroevolution

2020-09-21 · Zimeng Lyu, AbdElRahman ElSaid, Joshua Karns, Mohamed Mkaouer 외

Weight initialization is critical in being able to successfully train artificial neural networks (ANNs), and even more so for recurrent neural networks (RNNs) which can easily suffer from vanishing and exploding gradient…

Evolutionary AlgorithmsNeural Architecture Search