From d5030b1f8cf345195bd90d9777e787946c57af67 Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Sat, 5 Nov 2016 15:30:33 -0700 Subject: [PATCH] Add conv_lstm to examples/README --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/README.md b/examples/README.md index 92be33a42..1d98c1554 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,6 +18,9 @@ Trains a simple deep CNN on the CIFAR10 small images dataset. [conv_filter_visualization.py](conv_filter_visualization.py) Visualization of the filters of VGG16, via gradient ascent in input space. +[conv_lstm.py](conv_lstm.py) +Demonstrates the use of a convolutional LSTM network. + [deep_dream.py](deep_dream.py) Deep Dreams in Keras.