Files
TensorFlow-2.x-Tutorials/05-FashionMNIST
Jackie Loong 3aeeb350c8 update name
2019-08-10 17:37:11 +10:00
..
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00
2019-08-10 17:37:11 +10:00

Linear Regression

Fashion-MNIST image classification with a fully-connected network subclassed from tf.keras.Model

Fashion-MNIST is one of the datasets available in tf.keras.datasets:

from tf.keras.datasets import fashion_mnist

HowTO

python mnist_fit.py