GPU implementation of neural networks

作者:

Highlights:

摘要

Graphics processing unit (GPU) is used for a faster artificial neural network. It is used to implement the matrix multiplication of a neural network to enhance the time performance of a text detection system. Preliminary results produced a 20-fold performance enhancement using an ATI RADEON 9700 PRO board. The parallelism of a GPU is fully utilized by accumulating a lot of input feature vectors and weight vectors, then converting the many inner-product operations into one matrix operation. Further research areas include benchmarking the performance with various hardware and GPU-aware learning algorithms.

论文关键词:Graphics processing unit(GPU),Neural network(NN),Multi-layer perceptron,Text detection

论文评审过程:Received 6 January 2004, Accepted 14 January 2004, Available online 12 April 2004.

论文官网地址:https://doi.org/10.1016/j.patcog.2004.01.013