aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/skflow/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/skflow/README.md')
-rw-r--r--tensorflow/examples/skflow/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/examples/skflow/README.md b/tensorflow/examples/skflow/README.md
index 756351c0b6..0d3d3cc1cf 100644
--- a/tensorflow/examples/skflow/README.md
+++ b/tensorflow/examples/skflow/README.md
@@ -33,6 +33,7 @@ Some examples use the `pandas` library for data processing (`sudo pip install pa
## Image classification
* [Convolutional Neural Networks on MNIST Data](mnist.py)
+* [Recurrent Neural Networks on MNIST Data](mnist_rnn.py)
* [Deep Residual Networks on MNIST Data](resnet.py)