English

Hardware Implementation of Hyperbolic Tangent Function using Catmull-Rom Spline Interpolation

Hardware Architecture 2020-07-28 v1 Computer Vision and Pattern Recognition

Abstract

Deep neural networks yield the state of the art results in many computer vision and human machine interface tasks such as object recognition, speech recognition etc. Since, these networks are computationally expensive, customized accelerators are designed for achieving the required performance at lower cost and power. One of the key building blocks of these neural networks is non-linear activation function such as sigmoid, hyperbolic tangent (tanh), and ReLU. A low complexity accurate hardware implementation of the activation function is required to meet the performance and area targets of the neural network accelerators. This paper presents an implementation of tanh function using the Catmull-Rom spline interpolation. State of the art results are achieved using this method with comparatively smaller logic area.

Cite

@article{arxiv.2007.13516,
  title  = {Hardware Implementation of Hyperbolic Tangent Function using Catmull-Rom Spline Interpolation},
  author = {Mahesh Chandra},
  journal= {arXiv preprint arXiv:2007.13516},
  year   = {2020}
}

Comments

4 pages, 3 figures. arXiv admin note: substantial text overlap with arXiv:2007.11976

R2 v1 2026-06-23T17:25:48.448Z