CHANGES.md
LICENSE.txt
MANIFEST.in
README.md
setup.py
train_model.py
Hebel.egg-info/PKG-INFO
Hebel.egg-info/SOURCES.txt
Hebel.egg-info/dependency_links.txt
Hebel.egg-info/not-zip-safe
Hebel.egg-info/requires.txt
Hebel.egg-info/top_level.txt
examples/mnist_neural_net_deep.yml
examples/mnist_neural_net_shallow.yml
hebel/__init__.py
hebel/config.py
hebel/cross_validation.py
hebel/data_providers.py
hebel/monitors.py
hebel/optimizers.py
hebel/parameter_updaters.py
hebel/schedulers.py
hebel/version.py
hebel/layers/__init__.py
hebel/layers/dummy_layer.py
hebel/layers/hidden_layer.py
hebel/layers/input_dropout.py
hebel/layers/linear_regression_layer.py
hebel/layers/logistic_layer.py
hebel/layers/multitask_top_layer.py
hebel/layers/softmax_layer.py
hebel/layers/top_layer.py
hebel/models/__init__.py
hebel/models/logistic_regression.py
hebel/models/model.py
hebel/models/multitask_neural_net.py
hebel/models/neural_net.py
hebel/models/neural_net_regression.py
hebel/pycuda_ops/__init__.py
hebel/pycuda_ops/cublas.py
hebel/pycuda_ops/cuda.py
hebel/pycuda_ops/cudadrv.py
hebel/pycuda_ops/cudart.py
hebel/pycuda_ops/elementwise.py
hebel/pycuda_ops/linalg.py
hebel/pycuda_ops/matrix.py
hebel/pycuda_ops/reductions.py
hebel/pycuda_ops/softmax.py
hebel/pycuda_ops/utils.py
hebel/utils/__init__.py
hebel/utils/call_check.py
hebel/utils/environ.py
hebel/utils/exc.py
hebel/utils/math.py
hebel/utils/plotting.py
hebel/utils/serial.py
hebel/utils/string_utils.py