Neural Network Program
From wiki.visual-prolog.com
Revision as of 08:28, 30 June 2008 by Thomas Linder Puls (talk | contribs) (New page: This article describes a little neural network program [http://discuss.visual-prolog.com]. The program nor the article can be considered finished. I hope that other persons interested in...)
This article describes a little neural network program [1]. The program nor the article can be considered finished. I hope that other persons interested in neural networks will help finishing it.
The program can:
- Build a network
- Save it to a file
- Load it from a file
- Calculate the network
But it cannot train the net, as I don't know how training works.