variational autoencoder
A type of autoencoder that leverages the discrepancy between inputs and outputs to generate modified versions of the inputs.
Plain English Explanation
A type of autoencoder that leverages the discrepancy between inputs and outputs to generate modified versions of the inputs. Variational autoencoders are useful for generative AI. VAEs are based on variational inference: a technique for estimating the parameters of a probability model.
How is it used?
Practitioners refer to variational autoencoder when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.