GopiKishan14 / MNIST_dataset_classifier

Using Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MNIST_dataset_classifier

This repository implements a neural-net classifier on the classical MNIST data using Keras

About Dataset

The MNIST database contains 60,000 training images and 10,000 testing images taken from American Census Bureau employees and American high school students

About Model

Setup

Clone the repository

  git clone https://github.com/GopiKishan14/MNIST_dataset_classifier.git

Opening notebook on local host:

  cd MNIST_dataset_classifier
  jupyter-notebook

Training Model :-

Open model.ipynb

Predicting :-

Open predict.ipynb

Installing Dependencies :

  python 3.x
  Anaconda Navigator
  Numpy
  scipy
  matplotlib
  Tensorflow

Contributing

If you wish to contribute, feel free to open a PR Peace out!

About

Using Keras

License:MIT License


Languages

Language:Jupyter Notebook 100.0%