Skip to content

Barebones implementation of Neural Network in cpp with GPU acceleration using CUDA.

Notifications You must be signed in to change notification settings

mh07607/NeuralNetwork_cuda_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetwork_cuda_cpp

Barebones implementation of Neural Network in cpp with GPU acceleration using CUDA.

g++ MNIST_Solver.cpp -I .\eigen -o MNIST_Solver
.\MNIST_Solver.exe .\data

About

Barebones implementation of Neural Network in cpp with GPU acceleration using CUDA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published