Parametric Methods#

PyTorch Lightning-based parametric dimensionality reduction and neural network models.

Base classes.

  • Parametric - Base class for parametric methods with unified fit() API

Spectral methods.

Autoencoders and VAE.

Regression and specialized models.

Knowledge distillation.

  • Distiller - Knowledge distillation framework

Optimizer configuration.

  • optimizer - Optimizer configuration utilities