Speeding up the training of neural networks with CUDA technology

  • Authors:
  • Daniel Salles Chevitarese;Dilza Szwarcman;Marley Vellasco

  • Affiliations:
  • Department of Electrical Engineering, Pontifical Catholic University, Gávea - Rio de Janeiro, Brazil;Department of Electrical Engineering, Pontifical Catholic University, Gávea - Rio de Janeiro, Brazil;Department of Electrical Engineering, Pontifical Catholic University, Gávea - Rio de Janeiro, Brazil

  • Venue:
  • ICAISC'12 Proceedings of the 11th international conference on Artificial Intelligence and Soft Computing - Volume Part I
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Training feed-forward neural networks can take a long time when there is a large amount of data to be used, even when training with more efficient algorithms like Levenberg-Marquardt. Parallel architectures have been a common solution in the area of high performance computing, since the technology used in current processors is reaching the limits of speed. An architecture that has been gaining popularity is the GPGPU (General-Purpose computing on Graphics Processing Units), which has received large investments from companies such as NVIDIA that introduced CUDA (Compute Unified Device Architecture) technology. This paper proposes a faster implementation of neural networks training with Levenberg-Marquardt algorithm using CUDA. The results obtained demonstrate that the whole training time can be almost 30 times shorter than code using Intel Math Library (MKL). A case study for classifying electrical company customers is presented.