Skip to content

alephramos/neupy

 
 

Repository files navigation

Travis Dependency Status License

NeuPy v0.6.0

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

Jupyter Notebooks

Examples

Convolutional Neural Networks

Image classification

Reinforcement Learning

Recurrent Neural Networks

Autoencoders

Boltzmann Machine

MLP Neural Networks

Regression
Image classification
Visualizations
Classification

Competitive Neural Networks

SOFM Clustering
SOFM Data topology learning
Explore SOFM features
SOFM Visualizations
LVQ

Neural Networks with Radial Basis Functions

Memory based Neural Networks

Dependencies

  • Python 2.7, 3.4, 3.5, 3.6
  • Theano == 0.9.0
  • 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.8%
  • Other 0.2%