Coder Social home page Coder Social logo

mwanjajoel / clothia Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 130 KB

Simple machine learning model built using Tensorflow that classifies images of clothes. It uses the Fashion MNIST dataset

Jupyter Notebook 100.00%
machine-learning mnist tensorflow

clothia's People

Contributors

mwanjajoel avatar

Stargazers

 avatar  avatar

Watchers

 avatar

clothia's Issues

Creating a validation dataset

When splitting the dataset it is always advisable to split it into train, validation, and test set. That is if you are not using cross-validation. I do not want to go into the details of cross-validation since it's your first project but you will meet it along the way.
Your dataset is very huge (60k images). You can create a small validation set (it could be about >=5k images). This one helps you monitor the performance of the model during training i.e if the model is overfitting or underfitting. This information will let you know when to halt the training process.

More information about the validation set can be found here https://machinelearningmastery.com/difference-test-validation-datasets/
https://www.kdnuggets.com/2017/11/create-good-validation-set.html

Train the model for more epochs

You trained your model for only 5 epochs and it exhibited a good performance (accuracy kept on increasing and the loss kept on decreasing). This shows a great training process. It would be interesting to see what happens when you gradually increase the number of training epochs because your results indicate that you have not yet reached the model's optimal performance.

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.