/parallel_neural_network

A basic implementation of a parallel neural network using CUDA/C++ that was used to compare training times between serial and GPGPU codes

Primary LanguageCuda

Parallel Neural Network

A basic implementation of a parallel neural network in CUDA that will be used to compare training times between parallel and serial code