Metadata-Version: 1.0
Name: dana
Version: 0.4.1
Summary: Distributed (Asynchronous) Numerical Adaptive computing framework
Home-page: http://dana.loria.fr
Author: Nicolas P. Rougier
Author-email: Nicolas.Rougier@loria.fr
License: BSD
Description: 
        DANA (Distributed (asynchronous) Numerical and Adaptive computing) is a python
        computing framework based on numpy and scipy libraries whose primary goals
        relate to computational neuroscience and artificial neural networks. However,
        this framework can be used in several different areas like physic simulations,
        cellular automata or image processing.
        
        The computational paradigm supporting the DANA framework is grounded on the
        notion of a unit that is a set of arbitrary values that can vary along time
        under the influence of other units and learning. Each unit can be linked to any
        other unit (including itself) using a weighted link and a group is a structured
        set of such homogeneous units.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
