Skip to content

Instantly share code, notes, and snippets.

@hadifar
Last active December 6, 2018 07:09
Show Gist options
  • Select an option

  • Save hadifar/8d5d1db43f4203cf84a77e8c7c82dde8 to your computer and use it in GitHub Desktop.

Select an option

Save hadifar/8d5d1db43f4203cf84a77e8c7c82dde8 to your computer and use it in GitHub Desktop.
from tensorflow import keras
(x_train, y_train), (x_test, y_test) = keras.datasets.imdb.load_data(num_words=10000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment