I am unable to figure out the use of the parameters ‘rho’ and ‘mu’ obtained from the advi method. Is it possible to predict the actual normal distribution from it?
Yes - “mu” is the mean of the normal approximation while “rho” is passed through a softmax function to get the standard deviation of the normal. It’s converted using this function
1 Like