Skip to content

MLP implementation in C++ with Nvidia GPU support

Notifications You must be signed in to change notification settings

kuku929/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Neural Network with GPU support

bare bones neural network library with CPU and GPU support.
Only Linux is supported for now.

Install

for both cpu and gpu, the following instructions apply
assuming you are building for gpu:

  1. make a build directory inside gpu/
mkdir gpu/build
cd gpu/build
  1. You can use whatever build system you want, for ninja:
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug
ninja
  1. a main executable should now be in your build/ directory

About

MLP implementation in C++ with Nvidia GPU support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published