Created
May 6, 2020 11:12
-
-
Save Praveenk8051/0a6f5ea9b7cac69d945c7e5e9dc9f7e3 to your computer and use it in GitHub Desktop.
Label Encode MNIST
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
Y_train = to_categorical(Y_train, num_classes = 10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment