Skip to content

AaronNBrock/mnist-examples

Repository files navigation

MNIST-examples

A few examples of Machine Learning using the MNIST dataset.

Setup

  1. Install Anaconda or Miniconda
  2. Create tensorflow v1 environment
conda env create -f environment-tf1.yml
  1. Activate the environment
conda activate tensorflow-v1
  1. Start Jupyter Notebook
jupyter notebook
  1. Open open up the notebook of choice (start with MNIST-Simple.ipynb).

Note: You may be get a warning along the lines of "Kernal not found, select kernal." if so, just select tensorflow-v1 from the dropdown. (or, navigate to Kernal > Change kernal > Python [conda env:tensorflow-v1)

About

A few examples of Machine Learning using the MNIST dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published