Code Monkey home page Code Monkey logo

cnn-fashion-mnist's Introduction

cnn-fashion-mnist

This project is the final team project for the 2019 Digital Talent Scholarship with the theme Machine Learning. We used Fashion MNIST as the processed dataset in CNN modeling.

Fashion MNIST is a dataset belonging to Tensorflow. The dataset has been divided into training data, amounting to 60000, and testing data, amounting to 10000. I will display an example image of the data below.

Fashion MNIST example

This project features classification modeling with big data, so the neural network model is considered a suitable solution. We implement a neural network in the form of CNN. This is because CNN is quite good as a learning model with data in the form of images. This image below display how our model represented. The model we built 1-convolutional layer of CNN with 100 epochs, 128 batch size, learning rate is 0.001, and use adam optimizer.

CNN model

After we do the learning and testing, we can make a conclusion that, for Fashion MNIST dataset, the accuracy score we get is 98.38% for the training data and 92.78% for the testing data.

Model Accuracy & Loss

We wanted to know more about how well our model predict the data class. You can see the result in the form of precision-recall from classification report for each class. Besides that, we presented the number of wrong prediction from our CNN model. The documentations are showed below. Based on the pictures, we can see that our model predict data from Class 1 mostly accurate than others. So that, the precision & recall have highest values.

Classification Report Wrong Prediction
Classification report Wrong prediction

Feels free to contacts me on linkedin!

cnn-fashion-mnist's People

Contributors

sensagudya avatar

Watchers

James Cloos avatar  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.