Skip to content

ethancaballero/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Here is a neural network in C++ that can learn a function/classifier to get from input to output.
It uses some C++11 extensions, so I compiled it using:

clang++ -std=c++11 -stdlib=libc++ neuralnetwork.cpp -o neuralnetwork

The input for training values and testing values is currently set to xor and can be changed at the bottom of the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages