halllo / TensorFlow101

Resources for the TensorFlow Fundamentals with Microsoft Azure Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop: TensorFlow 101 with the Azure Machine Learning Service

About this Docker Image

This Docker Image has been created for the "TensorFlow 101 with the Azure Machine Learning service" workshop.

It's based on the official tensorflow docker image and adds the Azure Machine Learning SDK for Python, as well as the jupyter notebooks required for the workshop.

version description size
Latest build from the GitHub Repo
Demos and exercises, used at the at the PASS Camp 2018 (Dec 4th, 2018). - GitHub Release.
Demos and exercises, used at the at the MS Partner Training (Nov 23th, 2018). - GitHub Release.
Contains the first set of demos and exercises, used at the Softwerkskammer Jena Meetup. - GitHub Release.

Quickstart

Insert your Azure Subscription ID in the following Docker command and start your container.

docker run -it --rm \
    -p 8888:8888 -p 6006:6006 \
    -e "SUBSCRIPTION_ID=<subscription id>" \
    bytesmith/tensorflow101

Use your internet browser to open the juypter notebooks.

The URL is shown in the docker logs output, e.g. http://localhost:8888/?token=a84394577692cc3957c2b39f46f6aab02ff75b36341f8785

The workshop notebooks are located in the TensorFlow101 folder.

About the Workshop

Learn how to build intelligent algorithms into apps and websites. Use popular machine learning frameworks like Tensorflow, Keras, Scikit-learn or any other Python-based framework to build your machine learning model and train it locally or in the cloud.

The workshop starts with the machine learning basics and uses TensorFlow to explain the technical concepts behind algorithms like regressions, classifications and neural networks.

With the help of the Azure Machine Learning service it moves long running tasks to the cloud to build, train, and deploy your models without blocking you the resources of your local machine.

What is Azure Machine Learning service

The Azure Machine Learning service is a cloud service that you can use to develop and deploy machine learning models. Using the Azure Machine Learning service, you can track your models as you build, train, deploy, and manage them, all at the broad scale that the cloud provides.

About

Resources for the TensorFlow Fundamentals with Microsoft Azure Workshop

License:MIT License


Languages

Language:Python 55.3%Language:Jupyter Notebook 43.5%Language:Shell 1.0%Language:Batchfile 0.1%Language:Dockerfile 0.1%