From d017369fd85df237a0509c51a3f11345cc479722 Mon Sep 17 00:00:00 2001 From: Nick Acosta <30478672+PubChimps@users.noreply.github.com> Date: Mon, 24 Sep 2018 16:35:09 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9818b2..44d5ec0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 6. [Predict With Model](#predict) -## Provision IBM Cloud Services +## Provision IBM Clud Services Sign into IBM Cloud to see the welcome page below. New services are provisioned by selecting “Catalog.” Search for and select “Watson Studio.” From 700c55057e247e464c7240891e1cc0cab7b3f74f Mon Sep 17 00:00:00 2001 From: Nick Acosta <30478672+PubChimps@users.noreply.github.com> Date: Mon, 24 Sep 2018 16:55:43 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 67 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44d5ec0..7a9b180 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,70 @@ - - -# DLaaSWorkshop +--- +#Front matter (metadata). Note: Make sure to update this file's folder name if the pattern's name or url changes. + +draft: false +type: howto +title: Introduction to Deep Learning as a Service +subtitle: 'Training and Serving Deep Learning models in the cloud' +abstract: 'Training and Serving Deep Learning models in the cloud' +excerpt: 'Training and Serving Deep Learning models in the cloud' +keywords: 'Watson, Watson Studio, Machine Learning, deep learning, GPU, tensorflow' +authors: + - name: Nick Acosta + email: nacosta@ibm.com +# translators: [] +completed_date: '2018-09-24' +last_updated: '2018-09-24' +pwg: +- "watson machine learning" +pta: +- "cognitive, data, and analytics" +related_links: # OPTIONAL - Note: zero or more related links + - title: IBM Machine Learning + url: https://github.com/watson-developer-cloud/unity-sdk + description: Check out the official repo for the Watson SDK for Unity. + - title: IBM Watson Studio + url: https://assetstore.unity.com/packages/tools/ai/ibm-watson-sdk-for-unity-108831 + description: View the IBM Watson SDK in the Unity Asset Store. +# related_content: # OPTIONAL - Note: zero or more related content +# - type: pattern|article|tutorial|cast|presentation +# slug: +# series: [] +primary_tag: "machine-learning" +tags: +- artificial-intelligence +- deep-learning +services: +- watson-studio +- machine-leaning +- cloud-object-storage +components: +- cloud-ibm +# runtimes: [] + +--- + +introduction +write introduction + + +## Learning objectives + +After completing this tutorial, you should be able to: + +* Build simple neural network models both via a user interface and deep learning frameworks +* Train multiple models quickly using GPUs + +## Prerequisites + +To follow this tutorial, you will need: + +* An [IBM Cloud Account](https://console.bluemix.net/registration/). + +## Estimated time + +It should take you approximately 60-120 minutes to complete the tutorial. + +# DLaaS Introduction # Table of Contents 1. [Provision IBM Cloud Services](#provision) 2. [Create Watson Studio Project / Connect Services](#create)