I wanted to know if there is a way to use neural networks (deep neural networks or autoencoders) for a data gaussianization. I wonder how could the output data distribution be monitored and integrated in the cost function (minimize the reconstruction error and maximize gaussianity). Should there be some kind of sampling or is there another way ? I couldn't find any paper treating this kind of problems.
& thank you !
Let's assume:
Now if the desired output is a sample from Gaussian distribution and you run the back-propagation algorithm with cross entropy cost function, the network weight will be trained in such a way that the output distribution is as close as possible to normal distribution.