Examples-of-Deep-Learning-Python Some useful examples of Deep Learning (.py files) are given as follows: Example 1 CNN (Keras with CIFAR-10) (source link: https://keras.io/examples/cifar10_cnn/) Example 2 RNN (performing Addition) (source link: https://keras.io/examples/addition_rnn/) Example 3 LSTM (Keras with IMDB) (source link: https://github.com/keras-team/keras/blob/master/examples/imdb_lstm.py) Example 4 Pretrained Word Embeddings (Keras with GloVe) (source link: https://github.com/keras-team/keras/blob/master/examples/pretrained_word_embeddings.py)