File: README

package info (click to toggle)
libfann 2.1.0~beta%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,648 kB
  • ctags: 924
  • sloc: sh: 8,753; ansic: 5,994; cpp: 2,351; makefile: 507; perl: 243; python: 131; sed: 7
file content (40 lines) | stat: -rw-r--r-- 1,424 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Fast Artificial Neural Network Library (fann)

Fast Artificial Neural Network Library 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. Bindings to other programming languages 
and a GUI are also available.

A reference manual accompanies the library with examples and
recommendations on how to use the library.

The reference manual is available at: http://leenissen.dk/fann/html/index.html

A university report about the implementation of version 1.0 is also
available, please see: 
http://prdownloads.sourceforge.net/fann/fann_doc_complete_1.0.pdf?download

An article about how to use the library is available at: doc/fann_en.pdf

For installation do the following:
type command: ./configure
type command: make
Now you would like to be root in order to install
type command: su
type command: make install
type command: exit
Now you are not root anymore, and you can test the library.
type command: cd examples
type command: make runtest

For further installation instructions see: INSTALL

For example programs please see:
examples/simple_train.c
examples/simple_test.c

For more information and downloads, please go to:
http://fann.sourceforge.net/