pkgsrc-wip/py-neupy/PLIST

310 lines
14 KiB
Plaintext

@comment $NetBSD$
bin/neupy
${PYSITELIB}/examples/__init__.py
${PYSITELIB}/examples/__init__.pyc
${PYSITELIB}/examples/__init__.pyo
${PYSITELIB}/examples/boston_price_prediction.py
${PYSITELIB}/examples/boston_price_prediction.pyc
${PYSITELIB}/examples/boston_price_prediction.pyo
${PYSITELIB}/examples/gradient_descent_optimizations.py
${PYSITELIB}/examples/gradient_descent_optimizations.pyc
${PYSITELIB}/examples/gradient_descent_optimizations.pyo
${PYSITELIB}/examples/hamming_network.py
${PYSITELIB}/examples/hamming_network.pyc
${PYSITELIB}/examples/hamming_network.pyo
${PYSITELIB}/examples/plots.py
${PYSITELIB}/examples/plots.pyc
${PYSITELIB}/examples/plots.pyo
${PYSITELIB}/examples/sofm.py
${PYSITELIB}/examples/sofm.pyc
${PYSITELIB}/examples/sofm.pyo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/neupy/__init__.py
${PYSITELIB}/neupy/__init__.pyc
${PYSITELIB}/neupy/__init__.pyo
${PYSITELIB}/neupy/algorithms/__init__.py
${PYSITELIB}/neupy/algorithms/__init__.pyc
${PYSITELIB}/neupy/algorithms/__init__.pyo
${PYSITELIB}/neupy/algorithms/associative/__init__.py
${PYSITELIB}/neupy/algorithms/associative/__init__.pyc
${PYSITELIB}/neupy/algorithms/associative/__init__.pyo
${PYSITELIB}/neupy/algorithms/associative/base.py
${PYSITELIB}/neupy/algorithms/associative/base.pyc
${PYSITELIB}/neupy/algorithms/associative/base.pyo
${PYSITELIB}/neupy/algorithms/associative/hebb.py
${PYSITELIB}/neupy/algorithms/associative/hebb.pyc
${PYSITELIB}/neupy/algorithms/associative/hebb.pyo
${PYSITELIB}/neupy/algorithms/associative/instar.py
${PYSITELIB}/neupy/algorithms/associative/instar.pyc
${PYSITELIB}/neupy/algorithms/associative/instar.pyo
${PYSITELIB}/neupy/algorithms/associative/kohonen.py
${PYSITELIB}/neupy/algorithms/associative/kohonen.pyc
${PYSITELIB}/neupy/algorithms/associative/kohonen.pyo
${PYSITELIB}/neupy/algorithms/associative/oja.py
${PYSITELIB}/neupy/algorithms/associative/oja.pyc
${PYSITELIB}/neupy/algorithms/associative/oja.pyo
${PYSITELIB}/neupy/algorithms/backprop/__init__.py
${PYSITELIB}/neupy/algorithms/backprop/__init__.pyc
${PYSITELIB}/neupy/algorithms/backprop/__init__.pyo
${PYSITELIB}/neupy/algorithms/backprop/backpropagation.py
${PYSITELIB}/neupy/algorithms/backprop/backpropagation.pyc
${PYSITELIB}/neupy/algorithms/backprop/backpropagation.pyo
${PYSITELIB}/neupy/algorithms/backprop/conjugate_gradient.py
${PYSITELIB}/neupy/algorithms/backprop/conjugate_gradient.pyc
${PYSITELIB}/neupy/algorithms/backprop/conjugate_gradient.pyo
${PYSITELIB}/neupy/algorithms/backprop/gradient_descent.py
${PYSITELIB}/neupy/algorithms/backprop/gradient_descent.pyc
${PYSITELIB}/neupy/algorithms/backprop/gradient_descent.pyo
${PYSITELIB}/neupy/algorithms/backprop/hessian_diagonal.py
${PYSITELIB}/neupy/algorithms/backprop/hessian_diagonal.pyc
${PYSITELIB}/neupy/algorithms/backprop/hessian_diagonal.pyo
${PYSITELIB}/neupy/algorithms/backprop/levenberg_marquardt.py
${PYSITELIB}/neupy/algorithms/backprop/levenberg_marquardt.pyc
${PYSITELIB}/neupy/algorithms/backprop/levenberg_marquardt.pyo
${PYSITELIB}/neupy/algorithms/backprop/momentum.py
${PYSITELIB}/neupy/algorithms/backprop/momentum.pyc
${PYSITELIB}/neupy/algorithms/backprop/momentum.pyo
${PYSITELIB}/neupy/algorithms/backprop/quasi_newton.py
${PYSITELIB}/neupy/algorithms/backprop/quasi_newton.pyc
${PYSITELIB}/neupy/algorithms/backprop/quasi_newton.pyo
${PYSITELIB}/neupy/algorithms/backprop/quickprop.py
${PYSITELIB}/neupy/algorithms/backprop/quickprop.pyc
${PYSITELIB}/neupy/algorithms/backprop/quickprop.pyo
${PYSITELIB}/neupy/algorithms/backprop/rprop.py
${PYSITELIB}/neupy/algorithms/backprop/rprop.pyc
${PYSITELIB}/neupy/algorithms/backprop/rprop.pyo
${PYSITELIB}/neupy/algorithms/basics/__init__.py
${PYSITELIB}/neupy/algorithms/basics/__init__.pyc
${PYSITELIB}/neupy/algorithms/basics/__init__.pyo
${PYSITELIB}/neupy/algorithms/basics/base.py
${PYSITELIB}/neupy/algorithms/basics/base.pyc
${PYSITELIB}/neupy/algorithms/basics/base.pyo
${PYSITELIB}/neupy/algorithms/basics/lms.py
${PYSITELIB}/neupy/algorithms/basics/lms.pyc
${PYSITELIB}/neupy/algorithms/basics/lms.pyo
${PYSITELIB}/neupy/algorithms/basics/modify_relaxation.py
${PYSITELIB}/neupy/algorithms/basics/modify_relaxation.pyc
${PYSITELIB}/neupy/algorithms/basics/modify_relaxation.pyo
${PYSITELIB}/neupy/algorithms/basics/perceptron.py
${PYSITELIB}/neupy/algorithms/basics/perceptron.pyc
${PYSITELIB}/neupy/algorithms/basics/perceptron.pyo
${PYSITELIB}/neupy/algorithms/competitive/__init__.py
${PYSITELIB}/neupy/algorithms/competitive/__init__.pyc
${PYSITELIB}/neupy/algorithms/competitive/__init__.pyo
${PYSITELIB}/neupy/algorithms/competitive/art.py
${PYSITELIB}/neupy/algorithms/competitive/art.pyc
${PYSITELIB}/neupy/algorithms/competitive/art.pyo
${PYSITELIB}/neupy/algorithms/competitive/sofm.py
${PYSITELIB}/neupy/algorithms/competitive/sofm.pyc
${PYSITELIB}/neupy/algorithms/competitive/sofm.pyo
${PYSITELIB}/neupy/algorithms/feedforward.py
${PYSITELIB}/neupy/algorithms/feedforward.pyc
${PYSITELIB}/neupy/algorithms/feedforward.pyo
${PYSITELIB}/neupy/algorithms/memory/__init__.py
${PYSITELIB}/neupy/algorithms/memory/__init__.pyc
${PYSITELIB}/neupy/algorithms/memory/__init__.pyo
${PYSITELIB}/neupy/algorithms/memory/bam.py
${PYSITELIB}/neupy/algorithms/memory/bam.pyc
${PYSITELIB}/neupy/algorithms/memory/bam.pyo
${PYSITELIB}/neupy/algorithms/memory/base.py
${PYSITELIB}/neupy/algorithms/memory/base.pyc
${PYSITELIB}/neupy/algorithms/memory/base.pyo
${PYSITELIB}/neupy/algorithms/memory/cmac.py
${PYSITELIB}/neupy/algorithms/memory/cmac.pyc
${PYSITELIB}/neupy/algorithms/memory/cmac.pyo
${PYSITELIB}/neupy/algorithms/memory/discrete_hopfield_network.py
${PYSITELIB}/neupy/algorithms/memory/discrete_hopfield_network.pyc
${PYSITELIB}/neupy/algorithms/memory/discrete_hopfield_network.pyo
${PYSITELIB}/neupy/algorithms/memory/utils.py
${PYSITELIB}/neupy/algorithms/memory/utils.pyc
${PYSITELIB}/neupy/algorithms/memory/utils.pyo
${PYSITELIB}/neupy/algorithms/rbfn/__init__.py
${PYSITELIB}/neupy/algorithms/rbfn/__init__.pyc
${PYSITELIB}/neupy/algorithms/rbfn/__init__.pyo
${PYSITELIB}/neupy/algorithms/rbfn/grnn.py
${PYSITELIB}/neupy/algorithms/rbfn/grnn.pyc
${PYSITELIB}/neupy/algorithms/rbfn/grnn.pyo
${PYSITELIB}/neupy/algorithms/rbfn/pnn.py
${PYSITELIB}/neupy/algorithms/rbfn/pnn.pyc
${PYSITELIB}/neupy/algorithms/rbfn/pnn.pyo
${PYSITELIB}/neupy/algorithms/rbfn/rbf_kmeans.py
${PYSITELIB}/neupy/algorithms/rbfn/rbf_kmeans.pyc
${PYSITELIB}/neupy/algorithms/rbfn/rbf_kmeans.pyo
${PYSITELIB}/neupy/algorithms/rbfn/utils.py
${PYSITELIB}/neupy/algorithms/rbfn/utils.pyc
${PYSITELIB}/neupy/algorithms/rbfn/utils.pyo
${PYSITELIB}/neupy/algorithms/steps/__init__.py
${PYSITELIB}/neupy/algorithms/steps/__init__.pyc
${PYSITELIB}/neupy/algorithms/steps/__init__.pyo
${PYSITELIB}/neupy/algorithms/steps/base.py
${PYSITELIB}/neupy/algorithms/steps/base.pyc
${PYSITELIB}/neupy/algorithms/steps/base.pyo
${PYSITELIB}/neupy/algorithms/steps/delta_bar_delta.py
${PYSITELIB}/neupy/algorithms/steps/delta_bar_delta.pyc
${PYSITELIB}/neupy/algorithms/steps/delta_bar_delta.pyo
${PYSITELIB}/neupy/algorithms/steps/error_difference_update.py
${PYSITELIB}/neupy/algorithms/steps/error_difference_update.pyc
${PYSITELIB}/neupy/algorithms/steps/error_difference_update.pyo
${PYSITELIB}/neupy/algorithms/steps/leak_step.py
${PYSITELIB}/neupy/algorithms/steps/leak_step.pyc
${PYSITELIB}/neupy/algorithms/steps/leak_step.pyo
${PYSITELIB}/neupy/algorithms/steps/linear_search.py
${PYSITELIB}/neupy/algorithms/steps/linear_search.pyc
${PYSITELIB}/neupy/algorithms/steps/linear_search.pyo
${PYSITELIB}/neupy/algorithms/steps/search_then_converge.py
${PYSITELIB}/neupy/algorithms/steps/search_then_converge.pyc
${PYSITELIB}/neupy/algorithms/steps/search_then_converge.pyo
${PYSITELIB}/neupy/algorithms/steps/simple_step_minimization.py
${PYSITELIB}/neupy/algorithms/steps/simple_step_minimization.pyc
${PYSITELIB}/neupy/algorithms/steps/simple_step_minimization.pyo
${PYSITELIB}/neupy/algorithms/steps/wolfe_search.py
${PYSITELIB}/neupy/algorithms/steps/wolfe_search.pyc
${PYSITELIB}/neupy/algorithms/steps/wolfe_search.pyo
${PYSITELIB}/neupy/algorithms/utils.py
${PYSITELIB}/neupy/algorithms/utils.pyc
${PYSITELIB}/neupy/algorithms/utils.pyo
${PYSITELIB}/neupy/algorithms/weights/__init__.py
${PYSITELIB}/neupy/algorithms/weights/__init__.pyc
${PYSITELIB}/neupy/algorithms/weights/__init__.pyo
${PYSITELIB}/neupy/algorithms/weights/base.py
${PYSITELIB}/neupy/algorithms/weights/base.pyc
${PYSITELIB}/neupy/algorithms/weights/base.pyo
${PYSITELIB}/neupy/algorithms/weights/weight_decay.py
${PYSITELIB}/neupy/algorithms/weights/weight_decay.pyc
${PYSITELIB}/neupy/algorithms/weights/weight_decay.pyo
${PYSITELIB}/neupy/algorithms/weights/weight_elimination.py
${PYSITELIB}/neupy/algorithms/weights/weight_elimination.pyc
${PYSITELIB}/neupy/algorithms/weights/weight_elimination.pyo
${PYSITELIB}/neupy/commands/__init__.py
${PYSITELIB}/neupy/commands/__init__.pyc
${PYSITELIB}/neupy/commands/__init__.pyo
${PYSITELIB}/neupy/commands/list.py
${PYSITELIB}/neupy/commands/list.pyc
${PYSITELIB}/neupy/commands/list.pyo
${PYSITELIB}/neupy/commands/main.py
${PYSITELIB}/neupy/commands/main.pyc
${PYSITELIB}/neupy/commands/main.pyo
${PYSITELIB}/neupy/commands/new.py
${PYSITELIB}/neupy/commands/new.pyc
${PYSITELIB}/neupy/commands/new.pyo
${PYSITELIB}/neupy/commands/new_project_template/cookiecutter.json
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/.gitignore
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/README.md
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/data/.gitignore
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/notebook/drafts/.gitignore
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/requirements.txt
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/__init__.py
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/__init__.pyc
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/__init__.pyo
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/predict.py
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/predict.pyc
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/predict.pyo
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/utils.py
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/utils.pyc
${PYSITELIB}/neupy/commands/new_project_template/{{cookiecutter.project_name}}/src/utils.pyo
${PYSITELIB}/neupy/core/__init__.py
${PYSITELIB}/neupy/core/__init__.pyc
${PYSITELIB}/neupy/core/__init__.pyo
${PYSITELIB}/neupy/core/base.py
${PYSITELIB}/neupy/core/base.pyc
${PYSITELIB}/neupy/core/base.pyo
${PYSITELIB}/neupy/core/config.py
${PYSITELIB}/neupy/core/config.pyc
${PYSITELIB}/neupy/core/config.pyo
${PYSITELIB}/neupy/core/docs.py
${PYSITELIB}/neupy/core/docs.pyc
${PYSITELIB}/neupy/core/docs.pyo
${PYSITELIB}/neupy/core/properties.py
${PYSITELIB}/neupy/core/properties.pyc
${PYSITELIB}/neupy/core/properties.pyo
${PYSITELIB}/neupy/datasets/__init__.py
${PYSITELIB}/neupy/datasets/__init__.pyc
${PYSITELIB}/neupy/datasets/__init__.pyo
${PYSITELIB}/neupy/datasets/reber.py
${PYSITELIB}/neupy/datasets/reber.pyc
${PYSITELIB}/neupy/datasets/reber.pyo
${PYSITELIB}/neupy/ensemble/__init__.py
${PYSITELIB}/neupy/ensemble/__init__.pyc
${PYSITELIB}/neupy/ensemble/__init__.pyo
${PYSITELIB}/neupy/ensemble/base.py
${PYSITELIB}/neupy/ensemble/base.pyc
${PYSITELIB}/neupy/ensemble/base.pyo
${PYSITELIB}/neupy/ensemble/dan.py
${PYSITELIB}/neupy/ensemble/dan.pyc
${PYSITELIB}/neupy/ensemble/dan.pyo
${PYSITELIB}/neupy/ensemble/mixture_of_experts.py
${PYSITELIB}/neupy/ensemble/mixture_of_experts.pyc
${PYSITELIB}/neupy/ensemble/mixture_of_experts.pyo
${PYSITELIB}/neupy/functions/__init__.py
${PYSITELIB}/neupy/functions/__init__.pyc
${PYSITELIB}/neupy/functions/__init__.pyo
${PYSITELIB}/neupy/functions/activations.py
${PYSITELIB}/neupy/functions/activations.pyc
${PYSITELIB}/neupy/functions/activations.pyo
${PYSITELIB}/neupy/functions/base.py
${PYSITELIB}/neupy/functions/base.pyc
${PYSITELIB}/neupy/functions/base.pyo
${PYSITELIB}/neupy/functions/errors.py
${PYSITELIB}/neupy/functions/errors.pyc
${PYSITELIB}/neupy/functions/errors.pyo
${PYSITELIB}/neupy/helpers/__init__.py
${PYSITELIB}/neupy/helpers/__init__.pyc
${PYSITELIB}/neupy/helpers/__init__.pyo
${PYSITELIB}/neupy/helpers/base.py
${PYSITELIB}/neupy/helpers/base.pyc
${PYSITELIB}/neupy/helpers/base.pyo
${PYSITELIB}/neupy/helpers/logs.py
${PYSITELIB}/neupy/helpers/logs.pyc
${PYSITELIB}/neupy/helpers/logs.pyo
${PYSITELIB}/neupy/helpers/sms.py
${PYSITELIB}/neupy/helpers/sms.pyc
${PYSITELIB}/neupy/helpers/sms.pyo
${PYSITELIB}/neupy/layers/__init__.py
${PYSITELIB}/neupy/layers/__init__.pyc
${PYSITELIB}/neupy/layers/__init__.pyo
${PYSITELIB}/neupy/layers/base.py
${PYSITELIB}/neupy/layers/base.pyc
${PYSITELIB}/neupy/layers/base.pyo
${PYSITELIB}/neupy/layers/layers.py
${PYSITELIB}/neupy/layers/layers.pyc
${PYSITELIB}/neupy/layers/layers.pyo
${PYSITELIB}/neupy/layers/output.py
${PYSITELIB}/neupy/layers/output.pyc
${PYSITELIB}/neupy/layers/output.pyo
${PYSITELIB}/neupy/layers/utils.py
${PYSITELIB}/neupy/layers/utils.pyc
${PYSITELIB}/neupy/layers/utils.pyo
${PYSITELIB}/neupy/network/__init__.py
${PYSITELIB}/neupy/network/__init__.pyc
${PYSITELIB}/neupy/network/__init__.pyo
${PYSITELIB}/neupy/network/base.py
${PYSITELIB}/neupy/network/base.pyc
${PYSITELIB}/neupy/network/base.pyo
${PYSITELIB}/neupy/network/connections.py
${PYSITELIB}/neupy/network/connections.pyc
${PYSITELIB}/neupy/network/connections.pyo
${PYSITELIB}/neupy/network/learning.py
${PYSITELIB}/neupy/network/learning.pyc
${PYSITELIB}/neupy/network/learning.pyo
${PYSITELIB}/neupy/network/types.py
${PYSITELIB}/neupy/network/types.pyc
${PYSITELIB}/neupy/network/types.pyo
${PYSITELIB}/neupy/network/utils.py
${PYSITELIB}/neupy/network/utils.pyc
${PYSITELIB}/neupy/network/utils.pyo
${PYSITELIB}/neupy/plots/__init__.py
${PYSITELIB}/neupy/plots/__init__.pyc
${PYSITELIB}/neupy/plots/__init__.pyo
${PYSITELIB}/neupy/plots/hinton.py
${PYSITELIB}/neupy/plots/hinton.pyc
${PYSITELIB}/neupy/plots/hinton.pyo
${PYSITELIB}/neupy/utils.py
${PYSITELIB}/neupy/utils.pyc
${PYSITELIB}/neupy/utils.pyo