Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 603 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 603 Bytes

ML intro with Tensorflow + Jupyter

This docker and tutorial is a quick introduction to machine learning and tensorflow. We will be using linear regression, neural networks, and convolutional networks to train on the MNIST dataset.

How to use along with Docker

  1. Install docker: https://docs.docker.com/engine/installation/
  2. Pull docker from repository
docker pull jnwei13/tf_jupyter_intro
  1. Run the docker
docker run -p 8888:8888 -it jnwei/tf_jupyter_intro
  1. Jupyter notebook should be visible at localhost/8888 (type that address into a web browser)