Skip to content

mharthoorn/VisualNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisualNeuralNetwork

A simple but pluggable artificial neural network implementation in C# / WinForms, with a class structure that makes the concept a bit explanatory. The application has a visual representation of the path strengths:

For learning purposes only

// Create a network with 3 layers of 8 input, 7 hidden and 3 output neurons.
var network = NetworkBuilder.Build("MyNetwork", NetworkBuilder.Link, 8, 7, 3);

Graph

About

Simple visual presentation of a artificial neural network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages