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...

Full description

Saved in:
Bibliographic Details
Main Authors: Siti Maryam, Sharun, Mohd Yusoff, Mashor, Ehkan, Phaklen, Lee, Yee Ann
Format: Conference or Workshop Item
Language:English
Published: 2017
Subjects:
Online Access:http://eprints.unisza.edu.my/1682/1/FH03-FRIT-17-08229.jpg
http://eprints.unisza.edu.my/1682/
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary: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