Download List

项目描述

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 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

此版本更改 create_array 函数,以指示图层的数组参数是 const (即输入只),添加一个有案可稽的 c + + 包装和示例 c + + 程序,并将添加许多更多变化。
标签: 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

此版本包括自动建设和人工神经网络算法使用Cascade2培训。它还包括许多新功能,激活和活化功能更灵活的使用。一个新的文件格式介绍,使储蓄和人工神经网络负荷容易。此版本应该更容易使用的范库和更容易得到图书馆良好的效果。
标签: 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

此版本增加了RPROP,Quickprop和批处理除了目前的增量训练。更多激活功能已经增加了快捷的连接已启用。
标签: 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

此版本增加了PHP和Python绑定,MSVC的+ +项目文件,并德布/ RPM包。广泛的参考手册的补充,以及一些新的特性和激活功能。
标签: 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

一些功能的增强和作为与埃文Nemerson,谁是移植到PHP的图书馆合作的结果的变化。
标签: 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