Giter Club home page Giter Club logo

four-keras-datasets's Introduction

Common 4 dataset in keras

This datasets are mnist, cifar10 and cifar100 and fashion mnist.

About datasets

Mnist

The MNIST database of handwritten digits, available from this page, has a training set of 60,000 examples,
and a test set of 10,000 examples. It is a subset of a larger set available from NIST. The digits have been
size-normalized and centered in a fixed-size image

Cifar10

The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class.
There are 50000 training images and 10000 test images.

The dataset is divided into five training batches and one test batch, each with 10000 images. The test
batch contains exactly 1000 randomly-selected images from each class. The training batches contain the
remaining images in random order, but some training batches may contain more images from one class than
another. Between them, the training batches contain exactly 5000 images from each class.

Cifar100

This dataset is just like the CIFAR-10, except it has 100 classes containing 600 images each.
There are 500 training images and 100 testing images per class. The 100 classes in the
CIFAR-100 are grouped into 20 superclasses. Each image comes with a "fine" label
(the class to which it belongs) and a "coarse" label (the superclass to which it belongs).
Here is the list of classes in the CIFAR-100:

Fashion mnist

Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set of 60,000 examples and a
test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes.
Zalando intends Fashion-MNIST to serve as a direct drop-in replacement for the original MNIST dataset for
benchmarking machine learning algorithms. It shares the same image size and structure of training and testing splits.

Usage of Streamlit

streamlit run stream.py

The result is as follows:

You can select the dataset you want to use by:

In mnist and fashion mnist datasets, we give you comfort in 2 different looks as follows:

Features

Deep Learning

  • we have deep neural network with keras in tensorflow

Installation

Install python and:

pip install -r requirements.txt

four-keras-datasets's People

Contributors

shoxa0707 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.