Skip to content

nagyistoce/VisualNeuralNetwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisualNeuralNetwork

Simple visual presentation of an artificial neural network C# / WinForms

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

About

Simple visual presentation of a artificial neural network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%