Giter Site home page Giter Site logo

indrapaul824 / mnist-fashion-recognizer Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 203 KB

In this project, I built a Fashion Recognizer model with CNN on the MNIST Fashion dataset.

Jupyter Notebook 100.00%
cnn plotting metrics mnist-fashion-datasets fashion-classifier deep-learning

mnist-fashion-recognizer's Introduction

MNIST Fashion Recognizer

In this project, I built a Fashion Recognizer model with CNN on the MNIST Fashion dataset.

The link to the dataset: https://www.kaggle.com/zalando-research/fashionmnist

Steps followed:

  1. Importing Libraries: Importing the required dependencies for the task
  2. Data Loading: Loading the data from local directory and storing it as a Pandas.DataFrame object
  3. Preprocessing: Converting and reshaping data for it to be used in model fitting
  4. Model building: Building a sequential model for CNN by using Conv2D, MaxPool2D and Flatted and finally making a fully connected neural network using Dense with relu as the activation function
  5. Model compiling and fitting: Compiling the model with adam optimizer, sparse_categorical_crossentropy as the loss and accuracy as the metric and then fitting the model with the training data and testing data for 10 epochs
  6. Model Evaluation: Evaluating the loss and accuracy graphs for training and testing data
  7. Model Performance: Checking the performance of our model by plotting various Images and printing their predicted labels
  8. Metrics: Plotting confusion matrix to check if the model is well-tuned for Fashion Image classification.

mnist-fashion-recognizer's People

Contributors

indrapaul824 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.