Skip to content

Commit 2e89cb3

Browse files
authored
Merge pull request #2 from MicrosoftDocs/master
Sync.
2 parents 38ac5ea + 2dcddb5 commit 2e89cb3

File tree

4,089 files changed

+32703
-45420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,089 files changed

+32703
-45420
lines changed

.openpublishing.publish.config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,8 @@
118118
"need_generate_pdf": false,
119119
"need_generate_intellisense": false,
120120
"enable_branch_build_custom_validation": true,
121-
"enable_pull_request_custom_validation": true
122-
}
121+
"enable_pull_request_custom_validation": true,
122+
"docs_build_engine": {
123+
"name": "docfx_v3"
124+
}
125+
}

.openpublishing.redirection.json

Lines changed: 2265 additions & 160 deletions
Large diffs are not rendered by default.

docs/_breadcrumb/toc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
topicHref: /visualstudio/code-quality/analyzing-application-quality-by-using-code-analysis-tools
2020
- name: Cross Platform
2121
tocHref: /visualstudio/cross-platform/
22-
topicHref: /visualstudio/cross-platform/index
22+
topicHref: /visualstudio/cross-platform/cross-platform-mobile-development-in-visual-studio
2323
- name: Data Tools
2424
tocHref: /visualstudio/data-tools/
2525
topicHref: /visualstudio/data-tools/index
@@ -47,7 +47,7 @@
4747
topicHref: /visualstudio/profiling/index
4848
- name: Testing
4949
tocHref: /visualstudio/test/
50-
topicHref: /visualstudio/test/improve-code-quality
50+
topicHref: /visualstudio/test/index
5151
- name: Workflow Designer
5252
tocHref: /visualstudio/workflow-designer/
5353
topicHref: /visualstudio/workflow-designer/developing-applications-with-the-workflow-designer
@@ -102,3 +102,6 @@
102102
- name: VSTO
103103
tocHref: /visualstudio/vsto/
104104
topicHref: /visualstudio/vsto/create-vsto-add-ins-for-office-by-using-visual-studio
105+
- name: Azure Development
106+
tocHref: /visualstudio/azure
107+
topicHref: /visualstudio/azure/index

docs/ai/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Auto-expanded node
33
items:
44
- name: Visual Studio Tools for AI
5-
href: index.yml
5+
href: overview.md
66
- name: Overview
77
href: about-ai-tools.md
88
- name: Installation

docs/ai/about-ai-tools.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ title: AI Tools for Visual Studio
33
titleSuffix: ""
44
description: Overview of AI Tools for Visual Studio
55
keywords: ai, visual studio
6-
author: lisawong19
7-
ms.author: liwong
8-
manager: routlaw
6+
author: jillre
7+
ms.author: jillfra
8+
manager: jillfra
9+
monikerRange: vs-2017
910
ms.date: 11/13/2017
1011
ms.topic: "conceptual"
1112
ms.workload:
@@ -15,7 +16,7 @@ ms.workload:
1516

1617
Visual Studio Tools for AI is an extension to build, test, and deploy Deep Learning / AI solutions. It seamlessly integrates with Azure Machine Learning for robust experimentation capabilities, including but not limited to submitting data preparation and model training jobs transparently to different compute targets. Additionally, it provides support for custom metrics and run history tracking, enabling data science reproducibility and auditing. Enterprise ready collaboration, allow to securely work on project with other people.
1718

18-
Get started with deep learning using [Microsoft Cognitive Toolkit (CNTK)](https://docs.microsoft.com/cognitive-toolkit/), [Google TensorFlow](https://www.tensorflow.org), or other deep-learning frameworks today.
19+
Get started with deep learning using [Microsoft Cognitive Toolkit (CNTK)](/cognitive-toolkit/), [Google TensorFlow](https://www.tensorflow.org), or other deep-learning frameworks today.
1920

2021
## Develop, debug, and deploy deep learning models and AI solutions
2122
Use the productivity features of Visual Studio to accelerate AI innovation today. Use built-in code editor features like syntax highlighting, IntelliSense, and text auto formatting. You can interactively test your deep learning application in your local environment using step-through debugging on local variables and models.

docs/ai/create-project-existing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Create an AI project from existing code
3-
author: lisawong19
4-
ms.author: liwong
5-
manager: routlaw
3+
author: jillre
4+
ms.author: jillfra
5+
manager: jillfra
6+
monikerRange: vs-2017
67
ms.date: 11/13/2017
78
ms.topic: conceptual
89
ms.workload:

docs/ai/create-project-gallery.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
title: Create a project
33
description: create project using sample from azure machine learning gallery
44
keywords: ai, visual studio, azure machine learning
5-
author: lisawong19
6-
ms.author: liwong
7-
manager: routlaw
5+
author: jillre
6+
ms.author: jillfra
7+
manager: jillfra
8+
monikerRange: vs-2017
89
ms.date: 11/13/2017
910
ms.topic: "conceptual"
1011
ms.workload:
@@ -17,7 +18,7 @@ Azure Machine Learning is integrated with Visual Studio Tools for AI. You can us
1718
Once you've [installed Visual Studio Tools for AI](installation.md), it's easy to create a new Python project using pre-made recipes in the Azure Machine Learning Sample Gallery.
1819

1920
> [!NOTE]
20-
> Azure Machine Learning Workbench must be installed. To install it please see the [Azure Machine Learning installation quickstart](https://docs.microsoft.com/azure/machine-learning/preview/quickstart-installation)
21+
> Azure Machine Learning Workbench must be installed. To install it please see the [Azure Machine Learning installation quickstart](/azure/machine-learning/preview/quickstart-installation)
2122
2223
1. Launch Visual Studio. Open the **Server Explorer** by opening the **AI Tools** menu and choosing **Select Cluster**
2324

docs/ai/create-project-repo.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Clone a repo
3-
author: lisawong19
4-
ms.author: liwong
5-
manager: routlaw
3+
author: jillre
4+
ms.author: jillfra
5+
manager: jillfra
6+
monikerRange: vs-2017
67
ms.date: 11/13/2017
78
ms.topic: conceptual
89
ms.workload:

docs/ai/create-project.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Create an AI project from a template
3-
author: lisawong19
4-
ms.author: liwong
5-
manager: routlaw
3+
author: jillre
4+
ms.author: jillfra
5+
manager: jillfra
6+
monikerRange: vs-2017
67
ms.date: 11/13/2017
78
ms.topic: conceptual
89
ms.workload:

docs/ai/index.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/ai/installation.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
title: Install AI Tools
33
description: Describes how to install AI Tools for Visual Studio
44
keywords: ai, visual studio
5-
author: lisawong19
6-
ms.author: liwong
7-
manager: routlaw
5+
author: jillre
6+
ms.author: jillfra
7+
manager: jillfra
8+
monikerRange: vs-2017
89
ms.date: 11/13/2017
910
ms.topic: "conceptual"
1011
ms.workload:
@@ -18,7 +19,7 @@ Visual Studio Tools for AI can be installed on Windows 64-bit operating systems.
1819

1920
This extension works with Visual Studio 2015 and Visual Studio 2017, Community edition or higher.
2021

21-
You can download the tools from the [Visual Studio Marketplace](https://aka.ms/vstoolsforai), or from within Visual Studio:
22+
You can download the tools from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.vstoolsai-vs2017), or from within Visual Studio:
2223

2324
1. Select **Tools** > **Extensions and Updates**.
2425

@@ -131,7 +132,7 @@ The [Microsoft Cognitive Toolkit](https://cntk.ai) is a unified deep-learning to
131132
> [!NOTE]
132133
> CNTK currently does not support macOS.
133134
134-
To install CNTK Python package, see [how to install CNTK](https://docs.microsoft.com/cognitive-toolkit/Setup-CNTK-on-your-machine).
135+
To install CNTK Python package, see [how to install CNTK](/cognitive-toolkit/Setup-CNTK-on-your-machine).
135136

136137
### TensorFlow
137138

docs/ai/job-details.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: View recent jobs
3-
author: lisawong19
4-
ms.author: liwong
5-
manager: routlaw
3+
author: jillre
4+
ms.author: jillfra
5+
manager: jillfra
6+
monikerRange: vs-2017
67
ms.date: 11/13/2017
78
ms.topic: conceptual
89
ms.workload:

docs/ai/manage-storage.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Browse storage to upload data
3-
author: lisawong19
4-
ms.author: liwong
5-
manager: routlaw
3+
author: jillre
4+
ms.author: jillfra
5+
manager: jillfra
6+
monikerRange: vs-2017
67
ms.date: 11/13/2017
78
ms.topic: conceptual
89
ms.workload:

docs/ai/monitor-gpu.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Monitor GPU utilization
3-
author: lisawong19
4-
ms.author: liwong
5-
manager: routlaw
3+
author: jillre
4+
ms.author: jillfra
5+
manager: jillfra
6+
monikerRange: vs-2017
67
ms.date: 11/13/2017
78
ms.topic: conceptual
89
ms.workload:

docs/ai/monitor-tensorboard.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Monitor with TensorBoard
3-
author: lisawong19
4-
ms.author: liwong
5-
manager: routlaw
3+
author: jillre
4+
ms.author: jillfra
5+
manager: jillfra
6+
monikerRange: vs-2017
67
ms.date: 11/13/2017
78
ms.topic: conceptual
89
ms.workload:

docs/ai/overview.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Overview of Visual Studio Tools for AI
3+
author: jillre
4+
ms.author: jillfra
5+
manager: jillfra
6+
monikerRange: vs-2017
7+
ms.date: 11/13/2017
8+
ms.topic: conceptual
9+
ms.workload:
10+
- "multiple"
11+
---
12+
# Overview of Visual Studio Tools for AI
13+
14+
Visual Studio Tools for AI is an integrated development environment (IDE) that you can use to build, test, and deploy deep learning solutions. Learn more about how to use AI Tools from the following tutorials and samples.
15+
16+
## Install the extension
17+
18+
See the [Install Visual Studio Tools for AI](installation.md) page to learn how to download and install the extension.
19+
20+
## 5-minute quickstart
21+
22+
Learn how to run deep learning solution with [TensorFlow and Python](tensorflow-local.md)
23+
24+
## Step-by-step tutorial
25+
26+
Learn how to build a deep learning solution from the [Train a TensorFlow model in the cloud](tensorflow-vm.md) tutorial.
27+
28+
## Samples
29+
30+
Browse samples in the [Samples repository](https://github.com/Microsoft/samples-for-ai) and the [Machine Learning gallery](https://gallery.cortanaintelligence.com/projects).
31+
32+
## Next steps
33+
34+
To learn even more about Visual Studio Tools for AI, including system requirements and support options, see the [About Visual Studio Tools for AI](about-ai-tools.md) page.
35+
36+
## See also
37+
[Visual Studio extensibility](/visualstudio/extensibility/?view=vs-2017)

docs/ai/tensorflow-local.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
title: Train a tensorflow model locally
33
description: Run a tensorflow model locally in AI Tools for Visual Studio
44
keywords: ai, visual studio, tensorflow, local
5-
author: lisawong19
6-
ms.author: liwong
7-
manager: routlaw
5+
author: jillre
6+
ms.author: jillfra
7+
manager: jillfra
8+
monikerRange: vs-2017
89
ms.date: 11/13/2017
910
ms.topic: quickstart
1011
ms.devlang: python

docs/ai/tensorflow-vm.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
title: Run a TensorFlow model in the cloud
33
description: run a tensorflow model in azure deep learning vm
44
keywords: ai, visual studio, deep learning virtual machine
5-
author: lisawong19
6-
ms.author: liwong
7-
manager: routlaw
5+
author: jillre
6+
ms.author: jillfra
7+
manager: jillfra
8+
monikerRange: vs-2017
89
ms.date: 11/13/2017
910
ms.topic: tutorial
1011
ms.devlang: python
@@ -13,7 +14,7 @@ ms.workload:
1314
---
1415
# Train a TensorFlow model in the cloud
1516

16-
In this tutorial, we will train a TensorFlow model using the [MNIST dataset](http://yann.lecun.com/exdb/mnist/) on an Azure [Deep Learning](https://docs.microsoft.com/azure/machine-learning/data-science-virtual-machine/deep-learning-dsvm-overview) virtual machine.
17+
In this tutorial, we will train a TensorFlow model using the [MNIST dataset](http://yann.lecun.com/exdb/mnist/) on an Azure [Deep Learning](/azure/machine-learning/data-science-virtual-machine/deep-learning-dsvm-overview) virtual machine.
1718

1819
The MNIST database has a training set of 60,000 examples, and a test set of 10,000 examples of handwritten digits.
1920

@@ -25,7 +26,7 @@ Before you begin, ensure you have the following installed and configured:
2526
> [!NOTE]
2627
> Set **OS type** to Linux.
2728
28-
Instructions for setting up Deep Learning Virtual Machine can be found [here](https://docs.microsoft.com/azure/machine-learning/data-science-virtual-machine/provision-deep-learning-dsvm).
29+
Instructions for setting up Deep Learning Virtual Machine can be found [here](/azure/machine-learning/data-science-virtual-machine/provision-deep-learning-dsvm).
2930

3031
### Remove comment in parens
3132

docs/ai/train-model.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
title: Submit a job to train model in Azure Batch AI
33
description: train model cloud
44
keywords: ai, visual studio, train model, cloud
5-
author: lisawong19
6-
ms.author: liwong
7-
manager: routlaw
5+
author: jillre
6+
ms.author: jillfra
7+
manager: jillfra
8+
monikerRange: vs-2017
89
ms.date: 11/13/2017
910
ms.topic: "conceptual"
1011
ms.workload:
1112
- "azure"
1213
---
1314
# Train AI models in Azure Batch AI
1415

15-
Batch AI is a managed service that enables data scientists and AI researchers to train AI and other machine learning models on clusters of Azure virtual machines, including VMs with GPU support. You describe the requirements of your job, where to find the inputs and store the outputs, and Batch AI handles the rest. [Learn more about Azure Batch AI](https://docs.microsoft.com/azure/batch-ai/overview)
16+
Batch AI is a managed service that enables data scientists and AI researchers to train AI and other machine learning models on clusters of Azure virtual machines, including VMs with GPU support. You describe the requirements of your job, where to find the inputs and store the outputs, and Batch AI handles the rest. [Learn more about Azure Batch AI](/azure/batch-ai/overview)
1617

1718
It's integrated with Visual Studio Tools for AI so you can dynamically scale out training models in Azure. Once you've [installed Visual Studio Tools for AI](installation.md), it's easy to create a new Python project using pre-made recipes in the Azure Machine Learning Sample Gallery.
1819

0 commit comments

Comments
 (0)