MANIFEST.in
README.rst
setup.cfg
setup.py
examples/__init__.py
examples/autoencoder/__init__.py
examples/autoencoder/conv_autoencoder.py
examples/autoencoder/denoising_autoencoder.py
examples/autoencoder/stacked_conv_autoencoders.py
neupy/__init__.py
neupy/environment.py
neupy/estimators.py
neupy/preprocessing.py
neupy/surgery.py
neupy/utils.py
neupy.egg-info/PKG-INFO
neupy.egg-info/SOURCES.txt
neupy.egg-info/dependency_links.txt
neupy.egg-info/not-zip-safe
neupy.egg-info/requires.txt
neupy.egg-info/top_level.txt
neupy/algorithms/__init__.py
neupy/algorithms/rbm.py
neupy/algorithms/utils.py
neupy/algorithms/associative/__init__.py
neupy/algorithms/associative/base.py
neupy/algorithms/associative/hebb.py
neupy/algorithms/associative/instar.py
neupy/algorithms/associative/kohonen.py
neupy/algorithms/associative/oja.py
neupy/algorithms/competitive/__init__.py
neupy/algorithms/competitive/art.py
neupy/algorithms/competitive/sofm.py
neupy/algorithms/ensemble/__init__.py
neupy/algorithms/ensemble/base.py
neupy/algorithms/ensemble/dan.py
neupy/algorithms/ensemble/mixture_of_experts.py
neupy/algorithms/gd/__init__.py
neupy/algorithms/gd/adadelta.py
neupy/algorithms/gd/adagrad.py
neupy/algorithms/gd/adam.py
neupy/algorithms/gd/adamax.py
neupy/algorithms/gd/base.py
neupy/algorithms/gd/conjgrad.py
neupy/algorithms/gd/hessdiag.py
neupy/algorithms/gd/hessian.py
neupy/algorithms/gd/lev_marq.py
neupy/algorithms/gd/momentum.py
neupy/algorithms/gd/quasi_newton.py
neupy/algorithms/gd/quickprop.py
neupy/algorithms/gd/rmsprop.py
neupy/algorithms/gd/rprop.py
neupy/algorithms/linear/__init__.py
neupy/algorithms/linear/base.py
neupy/algorithms/linear/lms.py
neupy/algorithms/linear/modify_relaxation.py
neupy/algorithms/linear/perceptron.py
neupy/algorithms/memory/__init__.py
neupy/algorithms/memory/bam.py
neupy/algorithms/memory/base.py
neupy/algorithms/memory/cmac.py
neupy/algorithms/memory/discrete_hopfield_network.py
neupy/algorithms/memory/utils.py
neupy/algorithms/rbfn/__init__.py
neupy/algorithms/rbfn/grnn.py
neupy/algorithms/rbfn/pnn.py
neupy/algorithms/rbfn/rbf_kmeans.py
neupy/algorithms/rbfn/utils.py
neupy/algorithms/regularization/__init__.py
neupy/algorithms/regularization/base.py
neupy/algorithms/regularization/weight_decay.py
neupy/algorithms/regularization/weight_elimination.py
neupy/algorithms/step_update/__init__.py
neupy/algorithms/step_update/base.py
neupy/algorithms/step_update/delta_bar_delta.py
neupy/algorithms/step_update/errdiff.py
neupy/algorithms/step_update/leak_step.py
neupy/algorithms/step_update/linear_search.py
neupy/algorithms/step_update/search_then_converge.py
neupy/algorithms/step_update/simple_step_minimization.py
neupy/core/__init__.py
neupy/core/base.py
neupy/core/config.py
neupy/core/docs.py
neupy/core/init.py
neupy/core/properties.py
neupy/datasets/__init__.py
neupy/datasets/reber.py
neupy/helpers/__init__.py
neupy/helpers/logs.py
neupy/helpers/progressbar.py
neupy/helpers/sms.py
neupy/helpers/table.py
neupy/helpers/terminal.py
neupy/layers/__init__.py
neupy/layers/activations.py
neupy/layers/base.py
neupy/layers/connections.py
neupy/layers/convolutions.py
neupy/layers/normalization.py
neupy/layers/stochastic.py
neupy/layers/transformations.py
neupy/layers/utils.py
neupy/network/__init__.py
neupy/network/base.py
neupy/network/constructor.py
neupy/network/errors.py
neupy/network/learning.py
neupy/network/summary_info.py
neupy/network/utils.py
neupy/optimizations/__init__.py
neupy/optimizations/golden_search.py
neupy/optimizations/wolfe.py
neupy/plots/__init__.py
neupy/plots/error_plot.py
neupy/plots/hinton.py
requirements/development.txt
requirements/main.txt
requirements/test.txt
requirements/travis.txt