Giter VIP home page Giter VIP logo

fann2's Introduction

README

fann2

Python bindings for Fast Artificial Neural Networks 2.2.0 (FANN >= 2.2.0). These are the original python bindings included with FANN 2.1.0 beta and updated to include support for python 2.6-3.4.

DESCRIPTION

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

FANN 2.2.0 source

INSTALLATION

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

pypi

$ pip install fann2

or

$ easy_install fann2

pkgsrc

Source installation

Get and install pkgsrc. See pkgsrc documentation. for platform-specific information.

cd ${PKGSRCDIR}/devel/py-fann2

bmake install

From binaries

Get and install pkgsrc. See pkgsrc quickstart. for platform-specific information.

pkgin -y install py-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 in the FANN documentation and its C++ bindings for further reference.

LICENSE

As with the original python bindings, this package is distributed under the terms of the GNU Lesser General Public License, Version 2.1. See LICENSE for full terms and conditions.

LINKS

fann2 on pypi.

py-fann2 in pkgsrc.

FANN.

pkgsrc.

CONTACT

Send us your patches and pull requests! We will release as often as these changes are received and integrated. There's no reason to have countless branches of this package. Consider this the official one and that it's being maintained!

The pkgsrc package is maintained by us as well. We are active users of FANN and fann2. If you don't have or want a github account, send your patches for this package or the pkgsrc version to [email protected].

fann2's People

Contributors

climbsrocks avatar futurelinkopensource avatar ksuszka avatar tty02-fl avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.