Last active
December 6, 2018 07:09
-
-
Save hadifar/8d5d1db43f4203cf84a77e8c7c82dde8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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