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
snippet: Train a model using SequenceToSequence class of arcgis.learn.text module to translate the non-standard and erroneous address to their standard and correct form.
691
+
description: Train a model using SequenceToSequence class of arcgis.learn.text module to translate the non-standard and erroneous address to their standard and correct form.
snippet: As content publishers, you may be required to keep certain web layers upto date. As new data arrives, you may have to append new features, update existing features etc.
708
+
description: As content publishers, you may be required to keep certain web layers upto date. As new data arrives, you may have to append new features, update existing features etc.
snippet: This sample shows how ArcGIS API for Python can be used to train a deep learning edge detection model to extract parcels from satellite imagery.
716
+
description: This sample shows how ArcGIS API for Python can be used to train a deep learning edge detection model to extract parcels from satellite imagery.
snippet: Landsat-8 multispectral imagery is used in the current study as it covers a wavelength ranging from 0.43 to 12.51 micrometers, and hence suitable for coastal and aerosol studies.
743
+
description: Landsat-8 multispectral imagery is used in the current study as it covers a wavelength ranging from 0.43 to 12.51 micrometers, and hence suitable for coastal and aerosol studies.
snippet: In this notebook, we will pick a story map written in English language, and create another story map with the text translated to Spanish language using the arcgis.learn.text's TextTranslator class.
752
+
description: In this notebook, we will pick a story map written in English language, and create another story map with the text translated to Spanish language using the arcgis.learn.text's TextTranslator class.
Copy file name to clipboardExpand all lines: samples/04_gis_analysts_data_scientists/address-standardization-and-correction-with-sequencetosequence.ipynb
+27-3Lines changed: 27 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
{
2
2
"cells": [
3
+
{
4
+
"cell_type": "markdown",
5
+
"metadata": {},
6
+
"source": [
7
+
"# Address Standardization and Correction using SequenceToSequence model"
8
+
]
9
+
},
3
10
{
4
11
"cell_type": "markdown",
5
12
"metadata": {},
@@ -912,10 +919,14 @@
912
919
}
913
920
],
914
921
"metadata": {
922
+
"esriNotebookRuntime": {
923
+
"notebookRuntimeName": "ArcGIS Notebook Python 3 Advanced with GPU support",
Copy file name to clipboardExpand all lines: samples/04_gis_analysts_data_scientists/generating_rgb_imagery_from_digital_surface_model_using_pix2pix.ipynb
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1227,6 +1227,10 @@
1227
1227
}
1228
1228
],
1229
1229
"metadata": {
1230
+
"esriNotebookRuntime": {
1231
+
"notebookRuntimeName": "ArcGIS Notebook Python 3 Advanced with GPU support",
Copy file name to clipboardExpand all lines: samples/04_gis_analysts_data_scientists/land_parcel_extraction_using_edge_detection_deep_learning_model.ipynb
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1186,6 +1186,10 @@
1186
1186
}
1187
1187
],
1188
1188
"metadata": {
1189
+
"esriNotebookRuntime": {
1190
+
"notebookRuntimeName": "ArcGIS Notebook Python 3 Advanced with GPU support",
0 commit comments