Skip to content

Backpropagation for neural network training using CUDA from scratch

License

Notifications You must be signed in to change notification settings

geromidg/backpropagation_cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Neural Training

This is an application that trains, runs and validates a neural network on GPU, given a dataset.
The training of the network is done using the backpropagation algorithm.
The parallelization is done using a mix of CUDA, Pthreads and OMP.

The program runs on a machine with CUDA 7+ installed.
To execute it, run:
$ make
$ ./parallel_neural_training