Fashion MNIST with Keras

2 / 4

Import required modules

Import the required modules.

INSTRUCTIONS
  • Import Tensorflow, Keras, Numpy, Matplotlib, and Pyplot

    import tensorflow as tf
    from tensorflow import << your code goes here >>
    import << your code goes here >> as np
    %matplotlib inline
    import matplotlib as mpl
    import matplotlib.<< your code goes here >> as plt
    


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...