Showing posts with label data. Show all posts
Showing posts with label data. Show all posts

Sunday, December 9, 2018

Kuzushiji-MNIST exploring

Kuzushiji-MNIST exploring

Overview

Kuzushiji-MNIST is MNIST like data set based on classical Japanese letters.
The following image is part of the data set. As you can see, this is composed of visually complex letters.

sample_images

On this article, I’ll do simple introduction of Kuzushiji-MNIST and classification with Keras model.


Wednesday, September 6, 2017

Fashion-MNIST exploring

Overview


Fashion-MNIST is mnist-like image data set. Each data is 28x28 grayscale image associated with fashion. Literally, this is fashion version of mnist.

I'm thinking to use this data set on small experiment from now on. So, for the future, I checked what kind of data fashion-MNIST is.

On the article below, I explored from the viewpoint of Bayes.

Fashion-MNIST exploring using Keras and Edward

On the article, Fashion-MNIST exploring, I concisely explored Fashion-MNIST dataset. We can get access to the dataset from Keras and on this article, I'll try simple classification by Edward. I'll use Fashion-MNIST dataset. Fasion-MNIST is mnist like data set. You can think this as the fashion version of mnist.