-
We need to understand the backend architecture so that we can be confident about it.
-Model1: GAN
We have generator & discriminator.
Based on the user's choice it learns & improves upon.
It…
-
Thank you for this interesting paper. However, as I go through the paper and code, there is something that I am not very sure about. Based on my understanding, followings are the normalized Hermite …
-
I am trying to run this code on Python 2.7. Is this a big mistake?
Here's some issues I encountered:
1. tf.mul() should now be tf.multiply()
2. tf_sub() should now be tf.subtract()
3. sigmoid_c…
-
Hello I was trying your library for my master dissertation. My dataset contains 128x128 images and I need to adapt the code to run some of your model archictures.
I successfully did this with VAE but…
-
![image](https://user-images.githubusercontent.com/15103103/56949596-ed61f680-6b65-11e9-8384-1e2a9bc09ea0.png)
the reconstruction loss is very high as you can see in the image, but I don't know why
-
In the last three months, i have tried several examples in R or python, with a number of versions of mxnet. Very often, the examples throw errors of one kind or another when you run them 'as is'.
D…
-
**Electricity Consumption**
https://nbviewer.jupyter.org/github/cs109-energy/cs109-energy.github.io/blob/master/iPython/Exploratory%20Analysis.ipynb
https://machinelearningmastery.com/how-to-load-an…
-
I am very interested in this PCA-like AutoEncoder algorithm, and I try to apply it to extract features from voice embedding. I follow the guidance in `Introduction_PCAAE.ipynb`. I change the input dat…
-
I've been trying to use the conv_autoencoder.py with the new Keras API, but I'm running into some problems.
I adapted the build() method to take the input_shape argument, which results in a Theano err…
-
i tried saving after the supervised training and restore the model , it gave an error of Attempting to use uninitialized value autoencoder_variables/biases3_2. Almost the same thing happen when i try …