GitHub - XuranH/Autoencoder
github.com › XuranH › AutoencoderThe algorithm of autoencoder is composed by two parts: encoder and decoder. The encoder consists in compressing the inputs into a lower-dimensions space (so-called latent-space) and then the decoder attempts to reconstruct the original data based one the lower-dimensions space. The model of autoencoder is a special type of neural network where ...