English

Recurrent Neural Networks Hardware Implementation on FPGA

Neural and Evolutionary Computing 2016-03-07 v4

Abstract

Recurrent Neural Networks (RNNs) have the ability to retain memory and learn data sequences. Due to the recurrent nature of RNNs, it is sometimes hard to parallelize all its computations on conventional hardware. CPUs do not currently offer large parallelism, while GPUs offer limited parallelism due to sequential components of RNN models. In this paper we present a hardware implementation of Long-Short Term Memory (LSTM) recurrent network on the programmable logic Zynq 7020 FPGA from Xilinx. We implemented a RNN with 22 layers and 128128 hidden units in hardware and it has been tested using a character level language model. The implementation is more than 21×21\times faster than the ARM CPU embedded on the Zynq 7020 FPGA. This work can potentially evolve to a RNN co-processor for future mobile devices.

Keywords

Cite

@article{arxiv.1511.05552,
  title  = {Recurrent Neural Networks Hardware Implementation on FPGA},
  author = {Andre Xian Ming Chang and Berin Martini and Eugenio Culurciello},
  journal= {arXiv preprint arXiv:1511.05552},
  year   = {2016}
}

Comments

7 pages, 8 figures, changed format, added figures, added references, modified introduction

R2 v1 2026-06-22T11:47:49.797Z