Télécharger la liste

Description du projet

Fast Artificial Neural Network Library is a neural network library that implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. C++, Perl, PHP, .NET, Python, Delphi, Octave, Pure Data, and Mathematica bindings are available. A reference manual accompanies the library with examples and recommendations on how to use the library. A graphical user interface is also available for the library.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-07 23:08
2.1.0

Cette version change les fonctions create_array pour indiquer que le paramètre de tableau de la couche est const (c.-à-d., entrée uniquement), ajoute un wrapper de C++ documentée et un programme C++ d'échantillons et ajoute plus de nombreux changements.
Tags: Major feature enhancements
This release changes the create_array functions to indicate that the layer's array parameter is const (i.e., input only), adds a documented C++ wrapper and sample C++ program, and adds many more changes.

2006-01-07 01:47
2.0.0

Cette version inclut de bâtiments automatiques et la formation d'Ann en utilisant l'algorithme Cascade2. Il comprend également de nombreuses nouvelles fonctions d'activation et une utilisation plus souple des fonctions d'activation. Un nouveau format de fichier est introduit qui rend sauvegarde et le chargement des RNA plus facile. Ce communiqué devrait rendre plus facile d'utiliser la bibliothèque FANN et plus faciles à obtenir de bons résultats avec la bibliothèque.
Tags: Major feature enhancements
This release includes automatic building and training of ANN's using the Cascade2 algorithm. It also includes many new activation functions and a more flexible use of activation functions. A new file format is introduced that makes saving and loading of ANNs easier. This release should make it easier to use the FANN library and easier to get good results with the library.

2004-10-10 05:10
1.2.0

Cette version ajoute RPROP, Quickprop, et la formation lot en plus de la formation supplémentaire en cours. Plus de fonctions d'activation ont été ajoutés et les connexions de raccourci ont été activées.
Tags: Major feature enhancements
This release adds RPROP, Quickprop, and batch training in
addition to the current incremental training. More activation
functions have been added and shortcut connections have
been enabled.

2004-03-31 23:09
1.1.0

Cette version ajoute les dossiers de projet PHP et Python, MSVC + +, et deb / packages RPM. Un manuel de référence complet est ajoutée, ainsi que de plusieurs nouvelles caractéristiques et fonctions d'activation.
Tags: Major feature enhancements
This release adds PHP and Python bindings, MSVC++ project files, and deb/RPM packages. An extensive reference manual is added, as well as several new features and activation functions.

2004-01-06 22:35
1.0.5

Quelques améliorations de fonctionnalités et modifications, comme résultat d'une collaboration avec Evan Nemerson, qui est le portage de la librairie pour PHP.
Tags: Minor feature enhancements
Some feature enhancements and changes as a result of collaboration with Evan Nemerson, who is porting the library to PHP.

Project Resources