Vaepy
Vaepy is a Python library designed for variational autoencoders (VAEs). VAEs are a class of generative models that learn a probabilistic mapping from a latent space to a data space. They consist of an encoder that maps input data to a distribution in the latent space and a decoder that samples from this distribution to reconstruct the data. Vaepy provides tools and building blocks for constructing, training, and evaluating VAEs.
The library aims to simplify the implementation of VAEs by offering pre-built components for common VAE architectures,
Vaepy can also facilitate hyperparameter tuning and model evaluation, providing metrics to assess the quality of