Fashion-MNIST with tf.Keras — The TensorFlow Blog
blog.tensorflow.org › 2018 › 04Apr 24, 2018 · Fashion-MNIST can be used as drop-in replacement for the original MNIST dataset (10 categories of handwritten digits). It shares the same image size (28x28) and structure of training (60,000) and testing (10,000) splits. It’s great for writing “hello world” tutorials for deep learning. Keras is popular and well-regarded high-level deep ...