GTC2013

Speeding Up the Training of Neural Networks with CUDA Technology

| 25 June, 2012

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.

Daniel Salles Chevitarese, Dilza Szwarcman and Marley Vellasco. Speeding Up the Training of Neural Networks with CUDA Technology. Artificial Intelligence and Soft Computing. Lecture Notes in Computer Science, Volume 7267/2012, pp 30-38, 2012. [doi: 10.1007/978-3-642-29347-4_4]

Tags: , , , , , ,

Category: Articles, Computer Science

  • http://www.facebook.com/martinpeniak Martin Peniak

    Great, looks interesting. Would the algorithm work on continuous time recurrent networks when the training needs to be done through time? Something to substitude backpropagation through time would be great :)

    Also, I would love to read the article, is there a free draft version please?

    • gpuscience

      Sorry, Martin, this is a book chapter. We could not find a “free” pdf. I would suggest contact corresponding author. They would be happy to provide you with a copy.