Skip to content

NelsonTorres/gpu

Repository files navigation

[In construction]

CUDA C neural network implementation with RPROP

currently network runs only one hidden layer (needs improvement using templates)

To execute after compilation

./gpu <neuron in hidden layer> <threads> <number of epochs>
  • blocks executed = #threads/1024 1
  • threads executed = #threads/#blocks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published