Skip to content

muneebtator/SimpleNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

SimpleNeuralNetwork

This is a C++ implement of simple neural network. It's based on video Neural Net in C++ Tutorial by David Miller.

Test in Ubuntu

  1. Gernerate training data to slove XOR problem
 g++ ./makeTrainingSamples.cpp -o makeTrainingSamples ./makeTrainingSamples > out.txt 
  1. Test neural netwrok
 g++ ./neural-net.cpp -o neural-net ./neural-net 

About

A simple neural network implement in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%