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: articles/machine-learning/data-science-virtual-machine/use-geo-ai-dsvm.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Using the Geo Artificial Intelligence Data Science Virtual Machine - Azure | Microsoft Docs
3
3
description: Learn how to use the Geo AI Data Science Virtual Machine to analyze data and build models based on geospatial data.
4
-
keywords: deep learning, AI, data science tools, data science virtual machine, Geospatial analytics
4
+
keywords: deep learning, AI, data science tools, data science virtual machine, geospatial analytics
5
5
services: machine-learning
6
6
documentationcenter: ''
7
7
author: vijetajo
@@ -23,7 +23,7 @@ ms.author: vijetaj
23
23
24
24
# Using the Geo Artificial Intelligence Data Science Virtual Machine
25
25
26
-
Use the Geo AI Data Science VM to fetch data for analysis, perform data wrangling, and build models for AI applications that consume geospatial information. After you've provisioned your Geo AI Data Science VM and signed in to ArcGIS Pro through your ArcGIS account, you can start interacting with ArcGIS desktop and ArcGis online. You can also access ArcGIS from Python interfaces and an R language bridge that's preconfigured on the Geo-Data Science VM. To build rich AI applications, combine the Geo-Data Science VM with the machine-learning and deep-learning frameworks and other data science software that are available on it.
26
+
Use the Geo AI Data Science VM to fetch data for analysis, perform data wrangling, and build models for AI applications that consume geospatial information. After you've provisioned your Geo AI Data Science VM and signed in to ArcGIS Pro through your ArcGIS account, you can start interacting with ArcGIS desktop and ArcGIs online. You can also access ArcGIS from Python interfaces and an R language bridge that's preconfigured on the Geo-Data Science VM. To build rich AI applications, combine the Geo-Data Science VM with the machine-learning and deep-learning frameworks and other data science software that are available on it.
27
27
28
28
29
29
## Configuration details
@@ -41,11 +41,11 @@ The R bridge to ArcGIS is installed as an R library named [arcgisbinding](https:
41
41
In addition to the machine-learning and deep-learning framework-based samples from the base Data Science VM, a set of geospatial samples is also provided as part of the Geo AI Data Science VM. These samples can help you jump-start your development of AI applications by using geospatial data and the ArcGIS software:
42
42
43
43
44
-
1.[Getting stated with geospatial analytics with Python](https://github.com/Azure/DataScienceVM/blob/master/Notebooks/ArcGIS/Python%20walkthrough%20ArcGIS%20Data%20analysis%20and%20ML.ipynb): An introductory sample showing how to work with geospatial data through the Python interface to ArcGIS is provided by the [arcpy](https://pro.arcgis.com/en/pro-app/arcpy/main/arcgis-pro-arcpy-reference.htm) library. It also shows how to combine traditional machine learning with geospatial data and then visualize the result on a map in ArcGIS.
44
+
1.[Getting started with geospatial analytics with Python](https://github.com/Azure/DataScienceVM/blob/master/Notebooks/ArcGIS/Python%20walkthrough%20ArcGIS%20Data%20analysis%20and%20ML.ipynb): An introductory sample showing how to work with geospatial data through the Python interface to ArcGIS is provided by the [arcpy](https://pro.arcgis.com/en/pro-app/arcpy/main/arcgis-pro-arcpy-reference.htm) library. It also shows how to combine traditional machine learning with geospatial data and then visualize the result on a map in ArcGIS.
45
45
46
-
2.[Getting stated with Geospatial analytics with R](https://github.com/Azure/DataScienceVM/blob/master/Notebooks/ArcGIS/R%20walkthrough%20ArcGIS%20Data%20analysis%20and%20ML.ipynb): An introductory sample that shows how to work with geospatial data by using the R interface to ArcGIS that's provided by the [arcgisbinding](https://github.com/R-ArcGIS/r-bridge) library.
46
+
2.[Getting started with geospatial analytics with R](https://github.com/Azure/DataScienceVM/blob/master/Notebooks/ArcGIS/R%20walkthrough%20ArcGIS%20Data%20analysis%20and%20ML.ipynb): An introductory sample that shows how to work with geospatial data by using the R interface to ArcGIS that's provided by the [arcgisbinding](https://github.com/R-ArcGIS/r-bridge) library.
47
47
48
-
3.[Pixel-level land use classification](https://github.com/Azure/pixel_level_land_classification): A tutorial that illustrates how to create a deep neural network model that accepts an aerial image as input and returns a land-cover label. Examples of land-cover labels are *forested* and *water*. The model returns such a label for every pixel in the image. The model is built by using Microsoft's open-source [Cognitive Toolkit (CNTK)](https://www.microsoft.com/en-us/cognitive-toolkit/) deep learning framework.
48
+
3.[Pixel-level land use classification](https://github.com/Azure/pixel_level_land_classification): A tutorial that illustrates how to create a deep neural network model that accepts an aerial image as input and returns a land-cover label. Examples of land-cover labels are *forested* and *water*. The model returns such a label for every pixel in the image. The model is built by using the Microsoft open-source [Cognitive Toolkit (CNTK)](https://www.microsoft.com/en-us/cognitive-toolkit/) deep learning framework.
0 commit comments