About 18,600 results
Open links in new tab
  1. Image generation using autoencoder vs. variational autoencoder

    Sep 17, 2021 · I think that the autoencoder (AE) generates the same new images every time we run the model because it maps the input image to a single point in the latent space. On the …

  2. python - LSTM Autoencoder - Stack Overflow

    Jun 20, 2017 · I'm trying to build a LSTM autoencoder with the goal of getting a fixed sized vector from a sequence, which represents the sequence as good as possible. This autoencoder …

  3. python - Reducing Losses of Autoencoder - Stack Overflow

    May 26, 2020 · Because you are forcing the encoder to represent an information of higher dimension with an information with lower dimension. So the lower the latent dimension is, the …

  4. How is a linear autoencoder equal to PCA? - Stack Overflow

    Mar 5, 2017 · Autoencoder: Is the decoder the mirrored version of the encoder? 2. Accessing reduced dimensionality of ...

  5. how to improve the accuracy of autoencoder? - Stack Overflow

    Feb 12, 2019 · I have an autoencoder and I checked the accuracy of my model with different solutions like changing the number of conv layer and increase them, add or remove Batch …

  6. What is an autoencoder? - Data Science Stack Exchange

    Aug 17, 2020 · The autoencoder then works by storing inputs in terms of where they lie on the linear image of . Observe that absent the non-linear activation functions, an autoencoder …

  7. Inverse of keras.Flatten for building autoencoder

    My goal is to build a convolutional autoencoder that encodes input image to flat vector of size (10,1). I followed the example from keras documentation and modified it for my purposes. …

  8. python 2.7 - keras autoencoder vs PCA - Stack Overflow

    I am playing with a toy example to understand PCA vs keras autoencoder I have the following code for understanding PCA: import numpy as np import matplotlib.pyplot as plt from …

  9. How UNET is different from simple autoencoders? - Stack Overflow

    Aug 4, 2022 · UNET architecture is like first half encoder and second half decoder . There are different variations of autoencoders like sparse , variational etc. They all compress and …

  10. What is the difference between an autoencoder and an encoder …

    Jun 18, 2019 · The Wikipedia page for Autoencoder, mentions, The simplest way to perform the copying task perfectly would be to duplicate the signal. Instead, autoencoders are typically …

Refresh