Git Product home page Git Product logo

fashionmnist's Introduction

Fashion Mnist Image classification

For this experiment, I am going to use the Fashion MNIST dataset that consists of Zalando’s article images which is a set of 28x28 greyscale images of clothes, a drop-in replacement for the MNIST dataset. This is how the dataset looks like:
Mnist fashion data sample

Getting Started

These instructions will get you a copy of the project up and running on your local machine .

Prerequisites

  • python3.6 installed (app tested on3.6 only)
  • Have virtualenv installed on your machine
  • create virtual environment conda create --name adver or virtualenv adver --python python3
  • activate virtual env conda activate adver or source path_to_virtualenv/adver/bin/activate

Installing

There is 2 releases that one can install

  • First relase use crossEntropyLoss + Hyperparameter tuning
    git clone -b v1.0 https://github.com/EmnamoR/AdverFashionMnist.git
  • Second release uses Triplet Loss/ CrossEntropyLoss + Hyperparameter tuning
    git clone -b v1.2 https://github.com/EmnamoR/AdverFashionMnist.git

pip install -r requirements.txt

Run


To run this app

pythton train.py

Documentation

please find the full documentation of v1.1 release: here
please find the full documentation of v1.3 release(triplet loss release): here

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.