Metadata-Version: 2.0
Name: neural
Version: 0.1.0
Summary: Simple neural network implementation in Python based on Andrew Ng's Machine Learning online course.
Home-page: https://github.com/pqn/neural
Author: Prem Nair
Author-email: prem.q.nair@gmail.com
License: BSD
Keywords: neural
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3

===============================
Neural
===============================

.. image:: https://badge.fury.io/py/neural.png
    :target: http://badge.fury.io/py/neural

.. image:: https://travis-ci.org/pqn/neural.png?branch=master
    :target: https://travis-ci.org/pqn/neural

.. image:: https://pypip.in/download/neural/badge.png
    :target: https://pypi.python.org/pypi//neural/
    :alt: Downloads

.. image:: https://requires.io/github/pqn/neural/requirements.png?branch=master
    :target: https://requires.io/github/pqn/neural/requirements/?branch=master
    :alt: Requirements Status

Simple neural network implementation in Python based on Andrew Ng's Machine Learning online course. Not intended/optimized for practical use, although it does work!

Features
--------

* Vectorization
* Multilabel classification
* Multiple hidden layers
* Regularization

Documentation
-------------

http://neural.rtfd.org

License
-------

BSD



History
-------

0.1.0 (2014-04-18)
++++++++++++++++++

* First release on PyPI.

