Skip to content

Latest commit

 

History

History
 
 

05-FashionMNIST

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