Calculation of hybrid multi-layered perceptron neural network output using matrix multiplication

After some studies on the HMLP neural network output equation, it was found out that parts of the equation resemble matrix multiplication operation. Therefore, an approach to calculate the output equation of the HMLP using matrix multiplication method was proposed. The proposed approach was simulate...

全面介绍

Saved in:
书目详细资料
Main Authors: Siti Maryam, Sharun, Mohd Yusoff, Mashor, Ehkan, Phaklen, Lee, Yee Ann
格式: Conference or Workshop Item
语言:English
出版: 2017
主题:
在线阅读:http://eprints.unisza.edu.my/1682/1/FH03-FRIT-17-08229.jpg
http://eprints.unisza.edu.my/1682/
标签: 添加标签
没有标签, 成为第一个标记此记录!
实物特征
总结:After some studies on the HMLP neural network output equation, it was found out that parts of the equation resemble matrix multiplication operation. Therefore, an approach to calculate the output equation of the HMLP using matrix multiplication method was proposed. The proposed approach was simulated and compared with another approach to calculate HMLP output using loops. The result proved that the output of the HMLP calculated using matrix multiplication method is the same as when being calculated using looping method. When comparing the processing time of both methods, the matrix multiplication method is faster than looping method for HMLP with more nodes. However, looping method calculated the output faster for HMLP with less nodes. This paper presents part of an ongoing study with the goal to develop an architecture for implementing the HMLP on FPGA