Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

NeuralNetwork

This is a C++ implement of Neural Network.

1 Gernerate training data to slove XOR problem

    g++ ./TrainingSamples.cpp -o TrainingSamples
    ./TrainingSamples > out.txt

2 Test neural netwrok

    g++ ./neuralnet.cpp -o neuralnet
    ./neuralnet

And you will get the result!

About

Neural Network in C++

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages