Skip to content

Parallelizing Neural Networks - Course project for High Performance Scientific Computing

Notifications You must be signed in to change notification settings

akhandait/CudaNeuralNets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallelizing Neural Networks

Development Environment

C++11

CUDA 9.0

Usage

Compile and run the train.cu file:

nvcc --std=c++11 train.cu -o train
./train

To execute only on the CPU, change the last argument of the Train() function in train.cu to true.

About

Parallelizing Neural Networks - Course project for High Performance Scientific Computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published