• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

利用层复用在现场可编程门阵列(FPGA)中实现前馈神经网络以有效利用资源。

Feedforward neural network implementation in FPGA using layer multiplexing for effective resource utilization.

作者信息

Himavathi S, Anitha D, Muthuramalingam A

机构信息

Electrical and Electronics Engineering Department, Pondicherry Engineering College, Pondicherry 605014, India.

出版信息

IEEE Trans Neural Netw. 2007 May;18(3):880-8. doi: 10.1109/TNN.2007.891626.

DOI:10.1109/TNN.2007.891626
PMID:17526352
Abstract

This paper presents a hardware implementation of multilayer feedforward neural networks (NN) using reconfigurable field-programmable gate arrays (FPGAs). Despite improvements in FPGA densities, the numerous multipliers in an NN limit the size of the network that can be implemented using a single FPGA, thus making NN applications not viable commercially. The proposed implementation is aimed at reducing resource requirement, without much compromise on the speed, so that a larger NN can be realized on a single chip at a lower cost. The sequential processing of the layers in an NN has been exploited in this paper to implement large NNs using a method of layer multiplexing. Instead of realizing a complete network, only the single largest layer is implemented. The same layer behaves as different layers with the help of a control block. The control block ensures proper functioning by assigning the appropriate inputs, weights, biases, and excitation function of the layer that is currently being computed. Multilayer networks have been implemented using Xilinx FPGA "XCV400hq240". The concept used is shown to be very effective in reducing resource requirements at the cost of a moderate overhead on speed. This implementation is proposed to make NN applications viable in terms of cost and speed for online applications. An NN-based flux estimator is implemented in FPGA and the results obtained are presented.

摘要

本文介绍了一种使用可重构现场可编程门阵列(FPGA)实现多层前馈神经网络(NN)的硬件方法。尽管FPGA密度有所提高,但神经网络中的大量乘法器限制了使用单个FPGA可实现的网络规模,从而使神经网络应用在商业上不可行。所提出的实现方法旨在减少资源需求,同时在速度上不会有太大妥协,以便能够以更低的成本在单个芯片上实现更大的神经网络。本文利用神经网络各层的顺序处理,采用层复用方法实现大型神经网络。不是实现完整的网络,而是仅实现单个最大的层。借助控制块,同一层可表现为不同的层。控制块通过分配当前正在计算的层的适当输入、权重、偏差和激励函数来确保正常运行。多层网络已使用赛灵思FPGA“XCV400hq240”实现。所采用的概念在以适度的速度开销为代价减少资源需求方面显示出非常有效。提出这种实现方法是为了使神经网络应用在成本和速度方面对于在线应用可行。基于神经网络的磁通估计器在FPGA中实现,并给出了获得的结果。

相似文献

1
Feedforward neural network implementation in FPGA using layer multiplexing for effective resource utilization.利用层复用在现场可编程门阵列(FPGA)中实现前馈神经网络以有效利用资源。
IEEE Trans Neural Netw. 2007 May;18(3):880-8. doi: 10.1109/TNN.2007.891626.
2
Simultaneous perturbation learning rule for recurrent neural networks and its FPGA implementation.递归神经网络的同时扰动学习规则及其FPGA实现
IEEE Trans Neural Netw. 2005 Nov;16(6):1664-72. doi: 10.1109/TNN.2005.852237.
3
Real-time neural network inversion on the SRC-6e reconfigurable computer.在SRC-6e可重构计算机上进行实时神经网络反演。
IEEE Trans Neural Netw. 2007 May;18(3):889-901. doi: 10.1109/TNN.2007.891679.
4
System-on-chip design for ultrasonic target detection using split-spectrum processing and neural networks.基于分谱处理和神经网络的超声目标检测的片上系统设计。
IEEE Trans Ultrason Ferroelectr Freq Control. 2012 Jul;59(7):1354-68. doi: 10.1109/TUFFC.2012.2336.
5
Neural networks for continuous online learning and control.用于连续在线学习与控制的神经网络。
IEEE Trans Neural Netw. 2006 Nov;17(6):1511-31. doi: 10.1109/TNN.2006.881710.
6
An interval type-2 neural fuzzy chip with on-chip incremental learning ability for time-varying data sequence prediction and system control.一种具有片上增量学习能力的区间型 2 神经模糊芯片,用于时变数据序列预测和系统控制。
IEEE Trans Neural Netw Learn Syst. 2014 Jan;25(1):216-28. doi: 10.1109/TNNLS.2013.2253799.
7
Associative memory design for 256 gray-level images using a multilayer neural network.使用多层神经网络的256级灰度图像关联记忆设计。
IEEE Trans Neural Netw. 2006 Mar;17(2):519-22. doi: 10.1109/TNN.2005.863465.
8
The impact of arithmetic representation on implementing MLP-BP on FPGAs: a study.算术表示对在现场可编程门阵列(FPGA)上实现多层感知器-反向传播(MLP-BP)的影响:一项研究。
IEEE Trans Neural Netw. 2007 Jan;18(1):240-52. doi: 10.1109/TNN.2006.883002.
9
Performance-oriented antiwindup for a class of linear control systems with augmented neural network controller.一类具有增强型神经网络控制器的线性控制系统的面向性能的抗饱和控制
IEEE Trans Neural Netw. 2007 Mar;18(2):449-65. doi: 10.1109/TNN.2006.885037.
10
Block-based neural networks for personalized ECG signal classification.用于个性化心电图信号分类的基于块的神经网络。
IEEE Trans Neural Netw. 2007 Nov;18(6):1750-61. doi: 10.1109/TNN.2007.900239.

引用本文的文献

1
Performance analysis of multiple input single layer neural network hardware chip.多输入单层神经网络硬件芯片的性能分析
Multimed Tools Appl. 2023 Feb 20:1-22. doi: 10.1007/s11042-023-14627-3.
2
A Design of FPGA-Based Neural Network PID Controller for Motion Control System.一种用于运动控制系统的基于现场可编程门阵列的神经网络比例积分微分控制器设计。
Sensors (Basel). 2022 Jan 24;22(3):889. doi: 10.3390/s22030889.
3
Compensating Circuit to Reduce the Impact of Wire Resistance in a Memristor Crossbar-Based Perceptron Neural Network.用于减少基于忆阻器交叉阵列的感知器神经网络中线电阻影响的补偿电路。
Micromachines (Basel). 2019 Oct 2;10(10):671. doi: 10.3390/mi10100671.
4
Dressing Tool Condition Monitoring through Impedance-Based Sensors: Part 2-Neural Networks and K-Nearest Neighbor Classifier Approach.基于阻抗传感器的敷料工具状况监测:第 2 部分-神经网络和 K-最近邻分类器方法。
Sensors (Basel). 2018 Dec 16;18(12):4453. doi: 10.3390/s18124453.
5
Deep Supervised Learning Using Local Errors.使用局部误差的深度监督学习
Front Neurosci. 2018 Aug 31;12:608. doi: 10.3389/fnins.2018.00608. eCollection 2018.
6
Hardware-Efficient On-line Learning through Pipelined Truncated-Error Backpropagation in Binary-State Networks.通过二进制状态网络中的流水线截断误差反向传播实现硬件高效在线学习。
Front Neurosci. 2017 Sep 6;11:496. doi: 10.3389/fnins.2017.00496. eCollection 2017.
7
Application of the Intuitionistic Fuzzy InterCriteria Analysis Method with Triples to a Neural Network Preprocessing Procedure.直觉模糊三准则分析方法在神经网络预处理过程中的应用。
Comput Intell Neurosci. 2017;2017:2157852. doi: 10.1155/2017/2157852. Epub 2017 Aug 10.