Skip to content

reneincer/ArtificialNeuralNet

 
 

Repository files navigation

The code has only been unit tested - there is not yet a proof of concept!

Use at your own risk

Artificial Neural Net

An implementation of a simple feed-forward artificial neural network.

Wikipedia

In computer science and related fields, artificial neural networks are models 
inspired by animal central nervous systems (in particular the brain) that are 
capable of machine learning and pattern recognition. They are usually presented 
as systems of interconnected "neurons" that can compute values 
from inputs by feeding information through the network.

See article for more information.

Code Features

  • Conforms to the "Microsoft All Rules" static code analysis ruleset.
  • Conforms to the StyleCop 4.7 ruleset.

About

A C# implementation of a simple feed-forward artificial neural network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published