Download List

Descripción del Proyecto

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.

System Requirements

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

Esta versión cambia las funciones create_array para indicar que el parámetro de la matriz de la capa es const (es decir, entrada sólo), agrega un contenedor de C++ documentada y programa de ejemplo de C++ y muchos más cambios.
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

Esta versión incluye la construcción automática y la formación de RNA, utilizando el algoritmo de Cascade2. También incluye muchas funciones de activación nueva y un uso más flexible de las funciones de activación. Un nuevo formato de archivo, se indica que hace que el ahorro y la carga de RNA más fácil. Este comunicado debería ser más fácil utilizar la biblioteca de FANN y más fácil de obtener buenos resultados con la biblioteca.
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

Esta versión incluye el RPROP, Quickprop, y la formación de proceso por lotes, además de la formación elemental en curso. Más funciones de activación se han añadido y las conexiones de acceso se han habilitado.
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

Esta versión incluye PHP y enlaces de Python, MSVC + + archivos de proyecto, y deb / paquetes RPM. Un extenso manual de referencia, se añade, así como varias nuevas características y funciones de activación.
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

Algunas de las mejoras de características y cambios como resultado de la colaboración con Evan Nemerson, que es el llevar la biblioteca a 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