Skip to content

vicennial/Parallel-Computing-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel-Computing-Project

The report can be found here.

Instructions to run

In the code directory, open a terminal window and run the following command(s):
Iris Dataset :nvcc -std=c++14 chknniris.cpp -lcublas && ./a.out
MNIST Dataset :nvcc -std=c++14 chknnmnist.cpp -lcublas && ./a.out

About

Parallel Training of a Back-Propagation Neural Network Using CUDA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors