Concept
Variational AutoEncoder Encoder
If we have mean and symmetric covariance matrix C in 2D they are defined as: =
=
In Variational AutoEncoder is assumed that there is no correlation between these dimensions. This means that encoder needs to map each input to mean and variance vectors. So, as the result image will be encoded into two vectors:
- mu - the mean point distribution.
- log_var - the logarithm of the variance of each dimensions. In order to encode image into a specific point we can use this formula:
0
1
Updated 2020-10-15
Tags
Data Science