Skip to content

Batch version of 3 layer neural network implemented using CUDA in C++

License

Notifications You must be signed in to change notification settings

rnjtsh/Neural-Network-using-CUDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network-using-CUDA

Batch version of 3 layer neural network has been implemented using CUDA in C++. The weight updates of the nodes in each layer in forward and back propagation have been parallelized to reduce the main overhead of batch update. The model predicts cat vs non cat images. The network takes flattened image matrices as input. The dataset used is CIFAR-10 and preprocessing has been done using python.

About

Batch version of 3 layer neural network implemented using CUDA in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages