PulseAugur
实时 04:59:19

FPGA-based sigmoid function implementation achieves high accuracy with low hardware use

Researchers have developed a new hardware-efficient method for implementing the sigmoid activation function on FPGAs. This approach utilizes a mixed-radix CORDIC algorithm, combining radix-2 and radix-4 iterations for faster convergence and reduced hardware overhead. The implementation on a Xilinx Virtex-7 FPGA achieved a low logic slice count and minimal DSP usage, demonstrating a mean absolute error competitive with existing sigmoid implementations. AI

影响 Offers a more efficient hardware implementation for deploying neural networks on resource-constrained edge devices.

排序理由 Academic paper detailing a novel hardware implementation of a common neural network activation function.

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

FPGA-based sigmoid function implementation achieves high accuracy with low hardware use

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Chintan Panchal, Ankur Changela, Mohendra Roy ·

    Hardware-Efficient FPGA Implementation of Sigmoid Function Using Mixed-Radix Hyperbolic Rotation CORDIC

    arXiv:2604.23547v1 Announce Type: cross Abstract: Efficient hardware implementation of nonlinear activation functions is a crucial task in deploying artificial neural networks on resource-constrained and edge devices such as Field-Programmable Gate Arrays (FPGAs). The sigmoid act…