recurrent-neural-networks
Here are 1,116 public repositories matching this topic...
-
Updated
Dec 17, 2019
Can you describe what modifications need to be done if I want to replace dynamic_rnn with tf.keras.RNN in many-to-one example as dynamic_rnn is deprecated now.
-
Updated
Feb 29, 2020 - Jupyter Notebook
-
Updated
Mar 14, 2020 - Jupyter Notebook
About https://github.com/sjchoi86/Tensorflow-101/blob/master/notebooks/mlp_mnist_simple.ipynb
Recently updated Tensorflow (1.4) will make the following error.
ValueError: Only call softmax_cross_entropy_with_logits with named arguments (labels=..., logits=..., ...)
Just simply adding named arguments will solve this issue.
cost = tf.reduce_mean(tf.nn.softmax_cross_entropy_with_logits(lo
There is an SRU implementation in tensorflow: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/rnn/python/ops/rnn_cell.py#L2735
I tried it but found it as fast as GRUCell.
Does anyone know why? or are there any good SRU implementation in tensorflow?
-
Updated
Jan 28, 2020 - Jupyter Notebook
-
Updated
Dec 27, 2019 - Python
-
Updated
Nov 17, 2019 - Python
-
Updated
Feb 2, 2020 - Python
-
Updated
Sep 12, 2019 - Python
-
Updated
Jul 4, 2018 - Jupyter Notebook
-
Updated
Jan 28, 2020 - Python
-
Updated
Feb 20, 2020 - Python
-
Updated
Feb 26, 2018
-
Updated
Mar 16, 2020 - Jupyter Notebook
-
Updated
Jan 29, 2020 - Python
-
Updated
Feb 8, 2020
-
Updated
Jun 25, 2019 - Python
-
Updated
Feb 24, 2020 - Python
As a green hand in Python and Theano, I want to know the command line to run the demo training the network according to the data set such as VCTK and generating the audio files. It is just a job of several line.
-
Updated
Apr 18, 2017 - Python
-
Updated
Mar 10, 2019 - Python
-
Updated
Jun 7, 2018 - Python
-
Updated
Jul 12, 2018 - Python
-
Updated
Feb 2, 2020 - Python
-
Updated
Mar 29, 2018 - Python
The latest version tensorflow is 1.0.0
rnn_cell was moved to tensorflow.contrib
i am beginner for tensorflow,can you update exmaple to the latest version of tensorflow ?
-
Updated
Jan 9, 2020 - Python
Improve this page
Add a description, image, and links to the recurrent-neural-networks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the recurrent-neural-networks topic, visit your repo's landing page and select "manage topics."


Is there an overview, how the config object for the constructors of the neural network are defined?
This would be interesting:
Thank you for the great work with this library, it is realy amazing!