Project - Fashion MNIST

2 / 22

End to End ML Project - Fashion MNIST - Importing Libraries

To start with the code, we would need some libraries. Please import the same into the environment, as per instructions mentioned below in Instructions box.

INSTRUCTIONS

Please import the required libraries as mentioned below:

numpy as np
pandas as pd
gzip
matplotlib
matplotlib's pyplot as plt

Please include the below line as it is.

%matplotlib inline

Please complete the code to import these libraries.

See Answer

No hints are availble for this assesment


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

Loading comments...