Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version ändert die Create_array-Funktionen an, dass die Schicht-Arrayparameter const ist (d. h. nur Eingabe), fügt eine dokumentierte C++ Wrapper und Beispiel C++-Programm, und viele weitere Änderungen hinzugefügt.
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

Diese Version beinhaltet eine automatische Aufbau und die Ausbildung von ANN's mit dem Cascade2 Algorithmus. Es enthält auch viele neue Funktionen und Aktivierung eine flexiblere Verwendung der Aktivierung Funktionen. Ein neues Dateiformat eingeführt, dass das Abspeichern und Laden ist von ANNs einfacher. Diese Version sollte es einfacher, die FANN Bibliothek nutzen und leichter zu guten Ergebnissen mit der Bibliothek zu erhalten.
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

Diese Veröffentlichung fügt RPROP, Quickprop, Batch-und Weiterbildung zusätzlich zu den aktuellen inkrementellen Ausbildung. Mehr Aktivierung Funktionen wurden hinzugefügt und Shortcut-Verbindungen aktiviert wurden.
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

Diese Veröffentlichung fügt PHP und Python-Bindings, MSVC + +-Projekt-Dateien und DEB / RPM-Pakete. Ein umfangreiches Handbuch ist hinzugefügt, sowie einige neue Features und Funktionen Aktivierung.
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

Einige verfügen über Verbesserungen und Änderungen aufgrund der Zusammenarbeit mit Evan Nemerson, der die Bibliothek, um PHP portiert.
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