Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 902 Bytes

File metadata and controls

25 lines (18 loc) · 902 Bytes

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.