Skip to content

Commit bb60140

Browse files
committed
edit pass: use-geo-ai-dsvm
1 parent 38e8dc8 commit bb60140

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/data-science-virtual-machine/use-geo-ai-dsvm.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using the Geo Artificial Intelligence Data Science Virtual Machine - Azure | Microsoft Docs
33
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
55
services: machine-learning
66
documentationcenter: ''
77
author: vijetajo
@@ -23,7 +23,7 @@ ms.author: vijetaj
2323

2424
# Using the Geo Artificial Intelligence Data Science Virtual Machine
2525

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.
2727

2828

2929
## Configuration details
@@ -41,11 +41,11 @@ The R bridge to ArcGIS is installed as an R library named [arcgisbinding](https:
4141
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:
4242

4343

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.
4545

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.
4747

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.
4949

5050

5151
## Next steps

0 commit comments

Comments
 (0)