123

126

123 -

netmath hack console

123 -

from keras.datasets import mnist

# loading the dataset
(X_train, y_train), (X_test, y_test) = mnist.load_data()
# let's print the shape of the dataset

123 -

3
3
1
2

Comments

Submit
0 Comments