-
http://arxiv.org/abs/1603.09123
-
https://dx.doi.org/10.1186/s12859-015-0852-1
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
When I run the code from sparse autoencoder to sparse autoencoder, the visualization of output of the sparse encoder is wrong. And do does the deep autoencoder.
Refer to https://blog.keras.io/buildin…
-
Hello all,
This problem might be not so good to post here, but please help me.
I follow the examples from 'Building Autoencoders in Keras' (https://blog.keras.io/building-autoencoders-in-keras.htm…
-
I know that there is the AutoEncoder layer, however important concepts such as DBNs + RBMs are not implemented. Is keras intended to be a framework for purely supervised learning methods? If not, I co…
-
I am looking for methods that motivate activity to be sparse, and thinking `activity_regularizer` sould be one of the methods. However I failed to find any literature on it in Google.
Of course I mus…
-
-
Hi, I'm new to the area of deep learning, so please forgive if I get some terminology wrong.
I'm trying to train a Fully Convolution Network (FCN) to perform semantic segmentation. I am attempting to…
-
I am building a model using the Functional API and require a custom layer for a bias term. I have attempted to implement a custom layer called Bias which outputs a vector of length output_dim.
…