python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why does my variational autoencoder only produce positive values?
I copied this example to build a variational autoencoder (VAE). The example uses images, but I use it for a signal that contains negative values. After training, the autoencoder only reconstructs the ...
jfn
Votes: 0
Answers: 1
Why does my autoencoder generate the Anomalous image instead of the anomaly-free image?
I really need help with this, I am working on an anomaly detector project using Autoencoder, the first part of the project is to build an autoencoder trained only on non anomalous images so when it is...
Asky
Votes: 0
Answers: 0
VAE reconstruction loss (MSE) not decreasing, but KL Divergence is
I've been trying to create an LSTM VAE to reconstruct multivariate time-series data on Tensorflow. To start off I attempted to adapt (changed to Functional API, changed layers) the approach taken here...
Lucas Correia
Votes: 0
Answers: 1
How to convert nested array to grayscale images?
I want to take the WM-811k dataset (https://www.kaggle.com/code/ashishpatel26/wm-811k-wafermap/notebook) and autoencode the normal wafers to test how an autoencoder could pick out anomalous wafers.
I'...
Mark McGown
Votes: 0
Answers: 1