MANIFEST.in
README.rst
setup.cfg
setup.py
examples/__init__.py
neupy/__init__.py
neupy/environment.py
neupy/estimators.py
neupy/preprocessing.py
neupy/utils.py
neupy.egg-info/PKG-INFO
neupy.egg-info/SOURCES.txt
neupy.egg-info/dependency_links.txt
neupy.egg-info/entry_points.txt
neupy.egg-info/not-zip-safe
neupy.egg-info/requires.txt
neupy.egg-info/top_level.txt
neupy/algorithms/__init__.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/steps/__init__.py
neupy/algorithms/steps/base.py
neupy/algorithms/steps/delta_bar_delta.py
neupy/algorithms/steps/errdiff.py
neupy/algorithms/steps/leak_step.py
neupy/algorithms/steps/linear_search.py
neupy/algorithms/steps/search_then_converge.py
neupy/algorithms/steps/simple_step_minimization.py
neupy/algorithms/weights/__init__.py
neupy/algorithms/weights/base.py
neupy/algorithms/weights/weight_decay.py
neupy/algorithms/weights/weight_elimination.py
neupy/commands/__init__.py
neupy/commands/list.py
neupy/commands/main.py
neupy/commands/new.py
neupy/commands/new_project_template/cookiecutter.json
neupy/commands/new_project_template/{{cookiecutter.project_name}}/.gitignore
neupy/commands/new_project_template/{{cookiecutter.project_name}}/README.md
neupy/commands/new_project_template/{{cookiecutter.project_name}}/requirements.txt
neupy/commands/new_project_template/{{cookiecutter.project_name}}/data/.gitignore
neupy/commands/new_project_template/{{cookiecutter.project_name}}/notebook/drafts/.gitignore
neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/__init__.py
neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/predict.py
neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/utils.py
neupy/core/__init__.py
neupy/core/base.py
neupy/core/config.py
neupy/core/docs.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/output.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