si-cim / prototorch_models

Pre-packaged prototype-based machine learning models using ProtoTorch and PyTorch-Lightning.
MIT License
9 stars 4 forks source link

Feature: GTLVQ with Siamese and Image Variants #15

Closed ChristophRaab closed 2 years ago

ChristophRaab commented 2 years ago

This PR provides the GTLVQ as feature with the corrosponding examples.

The orthogonalization and tangent distance is provided in extra.py.

Best, Christoph

theblackfly commented 2 years ago

Thanks Chris!