Skip to content

Arnautt/Cuda-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cuda-neural-network

One layer neural network class in C++ from scratch, for illustration purpose only. It show how to improve algorithmic efficiency just by doing some matrix multiplication on GPU. We provide three different versions : one in C++, another one in CUDA C++ with naive implementation of matrix multiplication and the last one with better use of shared memory. The command line to compile the code is :

nvcc nn.cu main.cu -o nn.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published