Skip to main content

Fast Artificial Neural Network Library (fann) bindings.

Project description

fann2
=====

Python bindings for Fast Artificial Neural Networks 2.2.0 (FANN 2.2.0).


DESCRIPTION
===========

This is a python binding for Fast Artificial Neural Network Library (FANN 2.2.0) that implements multilayer
artificial neural networks with support for both fully connected
and sparsely connected networks. It includes a framework for easy
handling of training data sets. It is easy to use, versatile, well
documented, and fast.

FANN 2.2.0 source:
http://sourceforge.net/projects/fann/files/fann/2.2.0/FANN-2.2.0-Source.zip/download


INSTALLATION
============

You can install fann2 from pypi, using either pip or easy_install:

```
$ pip install fann2
```
or
```
$ easy_install fann2
```


USAGE
=====
Just

```
>> from fann2 import libfann
```

and then create libfann.neural_net and libfann.training_data objects

```
>> ann = libfann.neural_net()
>> train_data = libfann.training_data()
```

Look at the examples at the FANN documentation and its
C++ bindings for further reference.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fann2-1.0.0.tar.gz (110.5 kB view details)

Uploaded Source

File details

Details for the file fann2-1.0.0.tar.gz.

File metadata

  • Download URL: fann2-1.0.0.tar.gz
  • Upload date:
  • Size: 110.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fann2-1.0.0.tar.gz
Algorithm Hash digest
SHA256 4b7e0ba43b1ec797246973b8a1bdc0cd1cbaf8050d1e3981bb43f51b13bebe50
MD5 b0db8db52ced14067c7ec143a269fb8b
BLAKE2b-256 58bd9809dfa6865243fbe8e2d3e10a924327c99467c2d5c8f5bfa1dee8b7dabe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page