Skip to content

C++ implementation of gradient-descent and back-propagation algorithm. It can be used to learn any boolean logic

Notifications You must be signed in to change notification settings

hj2choi/neuralnet_cpp

Repository files navigation

Compile & Execution instructions

Compile (g++ version 4.8)

g++ main.cpp Net.cpp TrainingData.cpp -o main

Execution

./main

Successfully tested on Ubuntu environment

About

C++ implementation of gradient-descent and back-propagation algorithm. It can be used to learn any boolean logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages