Neural network simulation (character recognition) using mathematica / Khairul Anuar Muhammmad

In this project Backpropogation technique has been chosen to train data and to test the data. This technique is selected because it is the most common technique in Artificiai Neural Network simuïation. The studies that had been carried out ïn this project is to simulate neural network using BPN (Bac...

全面介紹

Saved in:
書目詳細資料
主要作者: Muhammmad, Khairul Anuar
格式: Thesis
語言:English
出版: 1998
在線閱讀:https://ir.uitm.edu.my/id/eprint/103198/1/103198.pdf
https://ir.uitm.edu.my/id/eprint/103198/
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:In this project Backpropogation technique has been chosen to train data and to test the data. This technique is selected because it is the most common technique in Artificiai Neural Network simuïation. The studies that had been carried out ïn this project is to simulate neural network using BPN (Backpropagation network) to recognize the capital letters and numbers. The BPN is a iayered, feedforward that is fully interconnected by layers. There is no feedback connections and no connections that bypass one tayer to go directly to a later ïayer. Because it is so powerful, the backpropagation network has become an industry Standard. Among the advantages of backprop are its abiiity to store rmmbers of pattems far in excess of its built-in vector dimensionality. The network sometimes may fait when trying to solve real problems, where it fail to converge after a large number of training set. When this phenomenon occurs, changes has to be made by adjusting the weight initiahzation, learning rate, and adding extra parameter such as momentum.