I am working on the MNIST dataset. How I can reduce 50% of this data?
(x_train, y_train), (x_test, y_test) = keras.datasets.mnist.load_data()
I am working on the MNIST dataset. How I can reduce 50% of this data?
(x_train, y_train), (x_test, y_test) = keras.datasets.mnist.load_data()