Metadata-Version: 1.1
Name: activation
Version: 0.1.0
Summary: activation function for machine learning
Home-page: https://github.com/deybvagm/activation
Author: Deyber Arley Valencia Gomez
Author-email: valencia.arley4@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: ===========
        activations
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/activation.svg
                :target: https://pypi.python.org/pypi/activation
        
        .. image:: https://img.shields.io/travis/deybvagm/activation.svg
                :target: https://travis-ci.org/deybvagm/activation
        
        .. image:: https://readthedocs.org/projects/activation/badge/?version=latest
                :target: https://activation.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        activation function for machine learning. This package only computes the sigmoid activation function on an scalar or a numpy array
        
        
        * Free software: MIT license
        * Documentation: https://activation.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-03-10)
        ------------------
        
        * First release on PyPI.
        
Keywords: activation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
