.bumpversion.cfg
.codacy.yml
.codecov.yml
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.md
RELEASE.md
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/glvq_iris.py
examples/gmlvq_tecator.py
examples/gtlvq_mnist.py
examples/lgmlvq_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/components/__init__.py
prototorch/components/components.py
prototorch/components/initializers.py
prototorch/datasets/__init__.py
prototorch/datasets/abstract.py
prototorch/datasets/iris.py
prototorch/datasets/spiral.py
prototorch/datasets/tecator.py
prototorch/functions/__init__.py
prototorch/functions/activations.py
prototorch/functions/competitions.py
prototorch/functions/distances.py
prototorch/functions/helper.py
prototorch/functions/initializers.py
prototorch/functions/losses.py
prototorch/functions/normalization.py
prototorch/functions/similarities.py
prototorch/modules/__init__.py
prototorch/modules/losses.py
prototorch/modules/models.py
prototorch/modules/prototypes.py
prototorch/utils/__init__.py
prototorch/utils/celluloid.py
prototorch/utils/colors.py
prototorch/utils/utils.py
tests/__init__.py
tests/test_datasets.py
tests/test_functions.py
tests/test_modules.py