paper-with-me

홈 › Papers

A General Neural Network Hardware Architecture on FPGA

2017-11-06 · Yufeng Hao

Field Programmable Gate Arrays (FPGAs) plays an increasingly important role in data sampling and processing industries due to its highly parallel architecture, low power consumption, and flexibility in custom algorithms. Especially, in the artificial intelligence field, for training and implement the neural networks and machine learning algorithms, high energy efficiency hardware implement and massively parallel computing capacity are heavily demanded. Therefore, many global companies have applied FPGAs into AI and Machine learning fields such as autonomous driving and Automatic Spoken Language Recognition (Baidu) [1] [2] and Bing search (Microsoft) [3]. Considering the FPGAs great potential in these fields, we tend to implement a general neural network hardware architecture on XILINX ZU9CG System On Chip (SOC) platform [4], which contains abundant hardware resource and powerful processing capacity. The general neural network architecture on the FPGA SOC platform can perform forward and backward algorithms in deep neural networks (DNN) with high performance and easily be adjusted according to the type and scale of the neural networks.

📄 PDF Abstract BibTeX arXiv:1711.05860

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingBIG-bench Machine Learning

Similar Papers 제목 키워드 기반

FINN-L: Library Extensions and Design Trade-off Analysis for Variable Precision LSTM Networks on FPGAs

2018-07-11 · Vladimir Rybalkin, Alessandro Pappalardo, Muhammad Mohsin Ghaffar, Giulio Gambardella 외

It is well known that many types of artificial neural networks, including recurrent networks, can achieve a high classification accuracy even with low-precision weights and activations. The reduction in precision general…

Optical Character RecognitionOptical Character Recognition (OCR)Quantization

2L-3W: 2-Level 3-Way Hardware-Software Co-Verification for the Mapping of Deep Learning Architecture (DLA) onto FPGA Boards

2019-11-14 · Tolulope A. Odetola, Katie M. Groves, Syed Rafay Hasan

FPGAs have become a popular choice for deploying deep learning architectures (DLA). There are many researchers that have explored the deployment and mapping of DLA on FPGA. However, there has been a growing need to do de…

An Efficient Hardware-Oriented Dropout Algorithm

2019-11-14 · Yoeng Jye Yeoh, Takashi Morie, Hakaru Tamukoh

This paper proposes a hardware-oriented dropout algorithm, which is efficient for field programmable gate array (FPGA) implementation. In deep neural networks (DNNs), overfitting occurs when networks are overtrained and …

Model-Architecture Co-Design for High Performance Temporal GNN Inference on FPGA

2022-03-10 · Hongkuan Zhou, Bingyi Zhang, Rajgopal Kannan, Viktor Prasanna 외

Temporal Graph Neural Networks (TGNNs) are powerful models to capture temporal, structural, and contextual information on temporal graphs. The generated temporal node embeddings outperform other methods in many downstrea…

Knowledge Distillation

AutoML for Multilayer Perceptron and FPGA Co-design

2020-09-14 · Philip Colangelo, Oren Segal, Alex Speicher, Martin Margala

State-of-the-art Neural Network Architectures (NNAs) are challenging to design and implement efficiently in hardware. In the past couple of years, this has led to an explosion in research and development of automatic Neu…

AutoMLGPUNeural Architecture Search