Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 937 Bytes

File metadata and controls

37 lines (26 loc) · 937 Bytes

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