.bumpversion.cfg
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
RELEASE.md
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/img/horizontal-lockup.png
examples/cbc_iris.py
examples/new_components.py
prototorch/__init__.py
prototorch.egg-info/PKG-INFO
prototorch.egg-info/SOURCES.txt
prototorch.egg-info/dependency_links.txt
prototorch.egg-info/not-zip-safe
prototorch.egg-info/requires.txt
prototorch.egg-info/top_level.txt
prototorch/core/__init__.py
prototorch/core/competitions.py
prototorch/core/components.py
prototorch/core/distances.py
prototorch/core/initializers.py
prototorch/core/losses.py
prototorch/core/pooling.py
prototorch/core/similarities.py
prototorch/core/transforms.py
prototorch/datasets/__init__.py
prototorch/datasets/abstract.py
prototorch/datasets/sklearn.py
prototorch/datasets/spiral.py
prototorch/datasets/tecator.py
prototorch/datasets/xor.py
prototorch/nn/__init__.py
prototorch/nn/activations.py
prototorch/nn/wrappers.py
prototorch/utils/__init__.py
prototorch/utils/colors.py
prototorch/utils/utils.py
tests/__init__.py
tests/test_core.py
tests/test_datasets.py
tests/test_utils.py