Concept
Variational AutoEncoder Encoder
If we have a mean and a symmetric covariance matrix in 2D, they are defined as:
In a Variational AutoEncoder, it is assumed that there is no correlation between these dimensions. This means that the encoder needs to map each input to mean and variance vectors. As a result, the image will be encoded into two vectors:
- mu () - the mean point distribution.
- log_var - the logarithm of the variance of each dimension.
In order to encode an image into a specific point, we can use this formula:
0
1
Updated 2026-05-08
Contributors are:
Who are from:
Tags
Data Science