Skip to content

yumaloop/mnist-notebook

Repository files navigation

Image classification on MNIST Dataset

Requirements

OS

  • Ubuntu 16.04 LTS

Language

  • Python >= 3.5.2

Library

  • Keras (2.2.4)
  • Keras-Applications (1.0.6)
  • Keras-Preprocessing (1.0.5)
  • tensorflow (1.12.0)
  • tensorflow-gpu (1.12.0)

Usage

  1. Clone this repo to your workspace.
$ git clone https://github.com/yumaloop/mnist-notebook.git
  1. Install python packages by using pip.
$ pip3 install -r requirements.txt
  1. Edit sample_notebook.ipynb with jupyter on localhost:8888.
$ jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published