Skip to content

st4rk-7/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages