keras/examples
Yad Faeq 98b289630a Word embdedding example updated (#3417)
* Added Convolution1D instead of Conv1D, which is depreceated

* updated rest of the example using Conv1D

* Python3 fails to decode utf-8 data, thus using encoding='latin-1'

* added condition for Encoding line 65-67

* Conv1D reverted back to the way it was
2016-08-08 10:59:31 -07:00
..
addition_rnn.py Spellcheck source files (#2907) 2016-06-06 13:29:25 -07:00
antirectifier.py Normalize layer imports in examples 2016-05-11 18:45:37 -07:00
babi_memnn.py Add download error suggestion for babi_rnn.py and babi_memnn.py. (#2752) 2016-05-19 10:20:36 -07:00
babi_rnn.py Add download error suggestion for babi_rnn.py and babi_memnn.py. (#2752) 2016-05-19 10:20:36 -07:00
cifar10_cnn.py Normalize layer imports in examples 2016-05-11 18:45:37 -07:00
conv_filter_visualization.py Keras 1.0 preview. 2016-03-31 11:35:27 -07:00
deep_dream.py Fix initial variable in Evaluator. (#2955) 2016-06-12 14:50:56 -07:00
imdb_bidirectional_lstm.py Refresh IMDB dataset 2016-07-27 17:30:04 -07:00
imdb_cnn_lstm.py Refresh IMDB dataset 2016-07-27 17:30:04 -07:00
imdb_cnn.py Update docs. 2016-07-31 17:45:32 -07:00
imdb_lstm.py Update docs. 2016-07-31 17:45:32 -07:00
inception_v3.py correct inception_v3 network (#2472) 2016-04-22 10:38:19 -07:00
lstm_benchmark.py Style fixes 2016-05-05 11:17:25 -07:00
lstm_text_generation.py Fix up a few example 2016-07-16 17:47:52 -07:00
mnist_cnn.py Normalize layer imports in examples 2016-05-11 18:45:37 -07:00
mnist_irnn.py Fixed typo (#2770) 2016-05-21 10:12:45 -07:00
mnist_mlp.py revert unnecessary changes in example script 2016-08-03 11:11:35 -07:00
mnist_siamese_graph.py fixed shape typo (#2679) 2016-05-09 22:17:12 -07:00
mnist_sklearn_wrapper.py Normalize layer imports in examples 2016-05-11 18:45:37 -07:00
mnist_transfer_cnn.py Normalize layer imports in examples 2016-05-11 18:45:37 -07:00
neural_style_transfer.py update examples/neural_style_transfer.py (#3347) 2016-07-29 12:00:37 -07:00
pretrained_word_embeddings.py Word embdedding example updated (#3417) 2016-08-08 10:59:31 -07:00
resnet_50.py Further style fixes in example 2016-08-03 11:54:15 -07:00
reuters_mlp.py Normalize layer imports in examples 2016-05-11 18:45:37 -07:00
stateful_lstm.py use of period fixed, default period set to 1000 (#3312) 2016-07-25 20:41:22 -07:00
variational_autoencoder_deconv.py Style fixes 2016-07-25 10:42:37 -07:00
variational_autoencoder.py Correct the reconstruction loss (#3383) 2016-08-02 21:45:31 -07:00