Skip to content

dhy2000/CUDA-ResNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResNet on CUDA

Implementation of Residual Neural Network using CUDA. On testing with MNIST dataset for 15 epochs, accuracy of 91.33% was obtained with a GPU training time of about 109 seconds.

Architecture

All tests performed on an Nvidia GeForce GPU, running CUDA 10.0

Compiling and Execution

To compile just navigate to root and type make Executable can be run using ./ResNet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 77.7%
  • C 11.1%
  • C++ 10.8%
  • Makefile 0.4%