Skip to content
forked from itdxer/neupy

NeuPy is a Python library for Artificial Neural Networks and Deep Learning.

License

Notifications You must be signed in to change notification settings

einsteinjava/neupy

 
 

Repository files navigation

Travis Dependency Status License

NeuPy v0.5.1

NeuPy is a Python library for Artificial Neural Networks. NeuPy supports many different types of Neural Networks from a simple perceptron to deep learning models.

https://github.com/itdxer/neupy/raw/master/site/_static/img/mnist-solution-code.png

Installation

$ pip install neupy

User Guide

Links

Articles

Examples

Convolutional Neural Networks

Reinforcement Learning

Recurrent Neural Networks

Autoencoders

Boltzmann Machine

MLP Neural Networks

Competitive Neural Networks

Neural Networks with Radial Basis Functions

Memory based Neural Networks

Dependencies

  • Python 2.7, 3.4, 3.5, 3.6
  • Theano == 0.8.2
  • NumPy >= 1.9.0
  • SciPy >= 0.19.0
  • Matplotlib >= 1.4.0
  • graphviz == 0.5.1

About

NeuPy is a Python library for Artificial Neural Networks and Deep Learning.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%