keras/examples
2016-03-11 17:29:17 -08:00
..
addition_rnn.py Cleanup examples 2015-12-08 18:49:14 -08:00
antirectifier.py Fix example docstring 2016-01-07 22:24:40 -08:00
babi_memnn.py Move data_utils to utils.data_utils. 2016-03-06 17:31:57 -08:00
babi_rnn.py Move data_utils to utils.data_utils. 2016-03-06 17:31:57 -08:00
cifar10_cnn.py Improve real time data augmentation, cifar10 ex 2016-01-19 13:43:41 -08:00
conv_filter_visualization.py Merge branch 'master' of https://github.com/fchollet/keras 2016-01-29 10:47:08 -08:00
deep_dream.py Added os import so that check for weights file runs. 2016-03-11 12:57:14 -05:00
imdb_bidirectional_lstm.py Remove class_mode, add support for acc in Graph 2016-03-11 17:29:17 -08:00
imdb_cnn_lstm.py Minor typos in example commands 2016-01-29 15:31:53 -06:00
imdb_cnn.py Remove class_mode, add support for acc in Graph 2016-03-11 17:29:17 -08:00
imdb_lstm.py Remove class_mode, add support for acc in Graph 2016-03-11 17:29:17 -08:00
kaggle_otto_nn.py Cleanup examples 2015-12-08 18:49:14 -08:00
lstm_text_generation.py Move data_utils to utils.data_utils. 2016-03-06 17:31:57 -08:00
mnist_cnn.py Cleanup examples 2015-12-08 18:49:14 -08:00
mnist_irnn.py Cleanup examples 2015-12-08 18:49:14 -08:00
mnist_mlp.py Cleanup examples 2015-12-08 18:49:14 -08:00
mnist_siamese_graph.py TF fixes and style fixes 2016-02-06 13:49:57 -08:00
mnist_transfer_cnn.py Minor typos in example commands 2016-01-29 15:31:53 -06:00
neural_style_transfer.py Neural style transfer: remove input preprocessing. 2016-03-04 14:10:45 -08:00
reuters_mlp.py Cleanup examples 2015-12-08 18:49:14 -08:00
stateful_lstm.py Fix stateful LSTM example 2016-02-26 10:45:12 -08:00