Advances in Systems Analysis, Software Engineering, and High Performance Computing(2022)
Univ Belgrade
被引用1|浏览9
摘要
This paper presents an implementation of Perceptron algorithm using DataFlow approach. DataFlow is a new paradigm that is suitable for solving BigData problems in applications. The iterative nature of the algorithm and a large training set make it suitable for implementing on DataFlow accelerators. Also we discuss differences between ControlFlow paradigm, which is based on the von Neumann architecture, and the DataFlow paradigm, which is based on the Feynman architecture and relies on reconfigurable FPGA chips. We compare these paradigms through aspects such as speed, power dissipation and size. We provide the implementation of Perceptron algorithm using DataFlow hardware accelerator. Results show that DataFlow implementation of Perceptron algorithm is 6 times faster than the implementation on the single core Intel CPU.