Skip to content

shadab127/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetwork

ANN code in c++

Instructions for use: include "Neuron.h","Layer.h" and "ANN.h"

For creating ANN use following constructor:

ANN ann(number of input, number of output, number of hidden layers, number of neurons per hidden layers, Alpha learning rate)

For training ANN pass input and expected output vector in ANN.Go():

vector Go(vector inputValues, vector desiredOutput)

For sample code run Brain.cpp which is configured for Xor operation.

About

ANN code in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages