You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai/about-ai-tools.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.workload:
15
15
16
16
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.
17
17
18
-
Get started with deep learning using [Microsoft Cognitive Toolkit (CNTK)](http://www.microsoft.com/en-us/cognitive-toolkit), [Google TensorFlow](https://www.tensorflow.org), or other deep-learning frameworks today.
18
+
Get started with deep learning using [Microsoft Cognitive Toolkit (CNTK)](/cognitive-toolkit/), [Google TensorFlow](https://www.tensorflow.org), or other deep-learning frameworks today.
19
19
20
20
## Develop, debug, and deploy deep learning models and AI solutions
21
21
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.
@@ -40,4 +40,4 @@ This extension makes it easy to train models on your local computer or you can s
40
40
Currently this extension supports Windows 64-bit operating systems.
41
41
42
42
## Support
43
-
Support for this extension is provided on our [GitHub Issue Tracker](http://github.com/Microsoft/vs-tools-for-ai/issues). You can submit a bug report or feature suggestion and participate in discussions.
43
+
Support for this extension is provided on our [GitHub Issue Tracker](https://github.com/Microsoft/vs-tools-for-ai/issues). You can submit a bug report or feature suggestion and participate in discussions.
Copy file name to clipboardExpand all lines: docs/ai/create-project-gallery.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ ms.workload:
12
12
---
13
13
# Create an AI project from the Azure Machine Learning Gallery in Visual Studio
14
14
15
-
Azure Machine Learning is integrated with Visual Studio Tools for AI. You can use it to submit machine learning jobs to remote compute targets like Azure virtual machines, Spark clusters, and more. Learn more about [Azure Machine Learning Experimentation](https://docs.microsoft.com/azure/machine-learning/preview/experimentation-service-configuration)
15
+
Azure Machine Learning is integrated with Visual Studio Tools for AI. You can use it to submit machine learning jobs to remote compute targets like Azure virtual machines, Spark clusters, and more.
16
16
17
17
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.
18
18
19
19
> [!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)
20
+
> Azure Machine Learning Workbench must be installed. To install it please see the [Azure Machine Learning installation quickstart](/azure/machine-learning/preview/quickstart-installation)
21
21
22
22
1. Launch Visual Studio. Open the **Server Explorer** by opening the **AI Tools** menu and choosing **Select Cluster**
23
23
@@ -53,4 +53,4 @@ Once you've [installed Visual Studio Tools for AI](installation.md), it's easy t
53
53
54
54
7. Run in a Docker container or on your local machine
0 commit comments