dANN 0.1-alpha-RC2 (Java) review

Download
by rbytes.net on

dANN is a library to help create artificial neural networks within other programs

License: Other/Proprietary License
File size: 38K
Developer: Jeffrey Phillips Freeman
0 stars award from rbytes.net

dANN is a library to help create artificial neural networks within other programs. It is currently written in Java, C++, and C#. However C++ and C# versions can only be obtained through the SVN at the moment. Also they are not properly documented and cleaned up, although they work.

Our intentions are two fold. First, to provide a powerful interface for programs to include artificial neural network technology into their code. Second, To act as a testing ground for research and development of new AI concepts. We hope to provide bleeding edge AI technology both in house and out in our library. However, we will keep the simplified base classes for flexiblity and simplicity.

dANN is currently in the alpha stage so there is no stable release as of yet.
Ive included a package of examples. Right now it only contains one example, an exclusive OR switch (called an XOR).

However, in the future there will be more examples added. If you use the examples dont forget to make sure you have the library in the classpath when you do.

If you need any help installing, compiling, or patching this software in any way at all please feel free to send me, the author, an e-mail at jeffreyfreeman@syncleus.com or join us on irc on the server irc.freenode.org in channel #dANN I am user tty1, or IM me at AIM: debeomorium, Yahoo: debeomorium, ICQ: 10171249. Im more then happy to help with support in any way i can. My name is Jeff Freeman.

What's New in This Release:
The fundamental structure of the library was completely changed.
The JavaDocs were updated.

dANN 0.1-alpha-RC2 (Java) keywords