Building Autoencoders in Keras
blog.keras.io › building-autoencoders-in-kerasMay 14, 2016 · The encoder and decoder will be chosen to be parametric functions (typically neural networks), and to be differentiable with respect to the distance function, so the parameters of the encoding/decoding functions can be optimize to minimize the reconstruction loss, using Stochastic Gradient Descent.