neural

Simple neural network implementation in Python based on Andrew Ng's Machine Learning online course.


Keywords
neural
License
BSD-3-Clause
Install
pip install neural==0.1.0

Documentation

Neural

https://badge.fury.io/py/neural.png https://travis-ci.org/pqn/neural.png?branch=master Downloads 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