Neural Network Program

From wiki.visual-prolog.com

Revision as of 09: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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.