Skip to content

curiousinspiration/SimpleFeedforwardNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Feedforward Neural Network

C++ code for a modular, simple, feed forward neural network library

Build

mkdir build

cd build

cmake -D GLOG_INCLUDE_DIR=~/Code/3rdParty/glog-0.3.5/glog-install/include/ \ -D GLOG_LIB_DIR=~/Code/3rdParty/glog-0.3.5/glog-install/lib/ \ -D GTEST_INCLUDE_DIR=~/Code/3rdParty/googletest-release-1.8.0/install/include/ \ -D GTEST_LIB_DIR=~/Code/3rdParty/googletest-release-1.8.0/install/lib/ ..

make

About

C++ code for a modular, simple, feed forward neural network library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published