BoTorch · Bayesian Optimization in PyTorch
https://botorch.org/tutorials/vae_mnistVAE MNIST example: BO in a latent space ¶ In this tutorial, we use the MNIST dataset and some standard PyTorch examples to show a synthetic problem where the input to the objective function is a 28 x 28 image. The main idea is to train a variational auto-encoder (VAE) on the MNIST dataset and run Bayesian Optimization in the latent space.