keras/examples
2015-11-09 00:29:14 +01:00
..
addition_rnn.py Fix python 3 compatibility 2015-10-31 18:16:48 +03:00
babi_rnn.py Update all examples with new API 2015-10-04 18:44:49 -07:00
cifar10_cnn.py Bug fixes: 2015-10-12 15:09:25 +08:00
imdb_bidirectional_lstm.py fix https://github.com/fchollet/keras/pull/970#issuecomment-154886091 2015-11-09 00:29:14 +01:00
imdb_cnn_lstm.py Whitespace / style fixes only 2015-10-24 20:39:06 -07:00
imdb_cnn.py Incorporate image_shape and filter_shape in convs 2015-10-05 13:02:31 -07:00
imdb_lstm.py fix Embedding config property to include new input_length property, add input_length to all examples with Embedding layer 2015-10-09 16:35:48 -04:00
kaggle_otto_nn.py Add shape inference to Graph containers 2015-10-05 12:01:24 -07:00
lstm_text_generation.py Update all examples with new API 2015-10-04 18:44:49 -07:00
mnist_cnn.py Update all examples with new API 2015-10-04 18:44:49 -07:00
mnist_irnn.py Update all examples with new API 2015-10-04 18:44:49 -07:00
mnist_mlp.py Update all examples with new API 2015-10-04 18:44:49 -07:00
mnist_transfer_cnn.py added possibility to freeze layers during training 2015-10-23 13:53:26 +02:00
reuters_mlp.py Update all examples with new API 2015-10-04 18:44:49 -07:00
skipgram_word_embeddings.py Update all examples with new API 2015-10-04 18:44:49 -07:00