Skip to content

Simple image classification of Fashion-MNIST dataset using TensorFlow mid level API

Notifications You must be signed in to change notification settings

pyradd/tf-Fashion-MNIST-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple neural network for classification using tensorflow mid-level API.

It is a very simple neural network with two hidden layers. The advantage of using mid level API is that it gives the flexibility to modify layers and at the same time, avoids the complication of defining each layers (weights, biases etc.) manually.

Data set

MNIST Fashion data set has been used.

Requirements

  • Tensorflow >= 1.6
  • Numpy
  • sklearn

acknowledgement

A portion of code is taken from http://miguelromao.me/2018/03/20/convolutional-neural-networks-for-the-mnist-dataset-tensorflowlayers-and-keras/ and thanks to sentdex for the detailed explanation.

About

Simple image classification of Fashion-MNIST dataset using TensorFlow mid level API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages