Fashion-MNIST data is one of the famous problems being solved by the deep neural networks. Here we use the dataset from keras.datasets api and solve the multi-class classification problem using TensorFlow.
There is no need to download the dataset externally as we can import the dataset from keras dataset's api.
Following are the Python libraries used in project:
- tensorflow
- keras api
- numpy
- pandas
- matplotlib
- sklearn