Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Last active March 25, 2018 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/29edf2ab9fd826cc30a84898245c56af to your computer and use it in GitHub Desktop.
Save NMZivkovic/29edf2ab9fd826cc30a84898245c56af to your computer and use it in GitHub Desktop.
from keras.preprocessing import sequence
from keras.models import Sequential
from keras.layers import Dense, Dropout, Embedding, LSTM
from keras.datasets import imdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment