Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 434 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 434 Bytes

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