-
In the code examples [here](https://blog.keras.io/building-autoencoders-in-keras.html), in the section titled "Sequence-to-sequence autoencoder," it reads:
> [...] first use a LSTM encoder to turn …
-
I am having a problem, not sure if its a Bug or my Learning Curve.
I am using the ATIS Dataset, provided here: https://github.com/Microsoft/CNTK/tree/master/Examples/LanguageUnderstanding/ATIS/Data…
-
Thanks everyone for the hard work. We really did a lot for a smooth beta release. With the repo being opened and more community help in-coming, it is a good time to figure out the roadmap to v0.2 rele…
-
I am using tensorflow 0.12 without GPU support. I was testing it with various models. My template structure is
```
#Load some data from file
graph=tf.Graph()
with graph.as_default():
#Build …
xisnu updated
5 years ago
-
Hi,
First of all, kudos for the PaddedBatchDataset op and all the tf.data.Dataset API.
Right now, all the examples in the batch are aligned at coordinate (0, 0, ...). I think it is very convenie…
-
SiaNet is great ! Thanks for your work.
Can you add a DEMO of LSTM for time series .
thanks!
-
Hello! Can you explain how to convert the convolution kernels to motifs in detail ? Although I have read the paper about DeepBind model , I cannot understand even find the responding contents.Thanks!
-
Hi,
I have one question regarding the inference/prediction method "getRecon" (RobustAutoencoder/model/l21RobustDeepAutoencoder.py or RobustAutoencoder/experiments/Outlier Detection/RDAE_tensorflow…
-
When we customize an RNN-based model or just set `use_lstm` to `True`, we need to pad zeros to sampled data, as the function `TFPolicyGraph._get_loss_inputs_dict` does.
However, when calculating th…
-
Hi everyone,
I recently updated Keras to version 2.0.4 and I saw a big drop in performance compared to Keras 1.2.2.
I'm basically trying to find a mapping between movie titles and movie plot su…