User:l403

From Wikipedia, the free encyclopedia
  • WIP

dANN
Original author(s)???Jeffrey Phillips Freeman - Syncleus
Developer(s)open development
Stable release
1.x - build #152 / December 2, 2009 (2009-12-02)
Written in???Java, (C++ and C# compatible)
Operating systemPlatform independent
Size19MB
Typelibrary
LicenseOSCL Type C
WebsiteThe dANN Project website

dANN is a library of implementations of artificial intelligence. It's goal is to create a useful set of methods that can be used in conventional software development or as a base to research and further development of more sophisticated methods.[1]

The library extensively uses the approach of using artificial neural network for adaptive logic and data evaluation. As neural network show great adaptability to the data being input they are ideal for analysis of sophisticated data structures.[2] The flexibility of the computation model can be used for versatile applications like decision making. The dANN library separates the functionality into several categories. The graph theory contains various methods of path searching algorithms such as A*, Djikstra's, Bellman-Ford algorithm, Johnson's algorithm, Floyd-Warshall algorithm and the Hill Climbing Local Search algorithm.

  1. ^ The dANN project website - http://wiki.syncleus.com/index.php/DANN
  2. ^ Predictive non-linear modeling of complex data by ANN - http://www.ncbi.nlm.nih.gov/pubmed/11849962