.bumpversion.cfg
.codecov.yml
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.md
RELEASE.md
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/img/ProtoFlow-logo-inverse.png
docs/source/_static/img/ProtoFlow-logo.png
docs/source/_static/img/horizontal-lockup.png
examples/glvq_iris.py
examples/glvq_iris_keras.py
examples/knn_iris.py
examples/liramlvq_tecator.py
examples/lvqmln_iris.py
examples/lvqmln_mnist.py
protoflow/__init__.py
protoflow.egg-info/PKG-INFO
protoflow.egg-info/SOURCES.txt
protoflow.egg-info/dependency_links.txt
protoflow.egg-info/requires.txt
protoflow.egg-info/top_level.txt
protoflow/applications/__init__.py
protoflow/applications/deeplvq.py
protoflow/applications/glvq.py
protoflow/applications/gmlvq.py
protoflow/applications/lvqmln.py
protoflow/applications/network.py
protoflow/callbacks/__init__.py
protoflow/callbacks/callbacks.py
protoflow/callbacks/visualization.py
protoflow/datasets/__init__.py
protoflow/datasets/flc1.py
protoflow/datasets/tecator.py
protoflow/datasets/whisky.py
protoflow/functions/__init__.py
protoflow/functions/activations.py
protoflow/functions/competitions.py
protoflow/functions/distances.py
protoflow/functions/linalg.py
protoflow/functions/normalization.py
protoflow/functions/products.py
protoflow/layers/__init__.py
protoflow/layers/competitions.py
protoflow/layers/products.py
protoflow/layers/prototypes.py
protoflow/modules/__init__.py
protoflow/modules/constraints.py
protoflow/modules/initializers.py
protoflow/modules/losses.py
protoflow/modules/metrics.py
protoflow/modules/regularizers.py
protoflow/utils/__init__.py
protoflow/utils/celluloid.py
protoflow/utils/colors.py
protoflow/utils/confusion_matrix.py
protoflow/utils/data.py
protoflow/utils/utils.py
tests/__init__.py
tests/test_applications.py
tests/test_datasets.py
tests/test_functions.py
tests/test_layers.py
tests/test_modules.py
tests/test_utils.py