Skip to content

Small intro to machine learning with Tensorflow + Jupyter

Notifications You must be signed in to change notification settings

jnwei-zz/tf_jupyter_intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Small intro to machine learning with Tensorflow + Jupyter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published