FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

huangzehao/SimpleNeuralNetwork: A simple neural network implement in c++ · GitHub

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

2 Test neural netwrok

    g++ ./neural-net.cpp -o neural-net
    ./neural-net

And you will get the result!

About

A simple neural network implement in c++

Resources

Stars

132 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL