NxNet - A neural network manager


NxNet is a freely available back propagation neural net manager.  NxNet allows the user to configure and construct a neural net of any size or complexity, train the net and then query the trained net with new data.  NxNet supports single case and batch queries.

NxNet implements heuristic settings first suggested by Robert A. Jacobs, University  of Massachusetts (Neural Networks, Vol 1, 1988).  These generally result in faster learning times.

NxNet is written in C# and requires Microsoft .Net Framework 2.  NxNet has been written to integrate with Microsoft Excel and Microsoft Access data sources.

An excellent explanation about neural networks can be found at the here and here.

Some interesting applications for neural networks can be found here and here.

NxNet is in development and can be downloaded here.  Feature requests and support requests should be made via the project home page.
NxNet screen shot

Support This Project