Skip to content

Simple demonstration of CUDA on a simple multilayer perceptron and cuDNN library introduction

Notifications You must be signed in to change notification settings

Wicwik/cuda-paralpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA introduction to neural networks and cuDNN library

1. Basics

  • CUDA simple add kernel implementation
  • CUDA C++ Jupyter Notebook integration

2. Simple CUDA MLP

  • example implemetation of simple neural net
  • simple cuda matrix implemetation
  • layers: linear
  • activations: relu, leaky_relu, sigmoid
  • loss: BCE Cost

3. cuDNN

  • example implementation of using cuDNN library
  • convolution example implementation

About

Simple demonstration of CUDA on a simple multilayer perceptron and cuDNN library introduction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published