Skip to content

Commit 828108b

Browse files
committed
Updates to items_metadata and minor fixes
Updates to items_metadata and minor fixes for v184
1 parent c9d8cfe commit 828108b

File tree

4 files changed

+116
-7
lines changed

4 files changed

+116
-7
lines changed

guide/14-deep-learning/how-sequencetosequence-works.ipynb

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# How SequenceToSequence works"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
@@ -838,9 +845,9 @@
838845
],
839846
"metadata": {
840847
"kernelspec": {
841-
"display_name": "deep-learning",
848+
"display_name": "Python 3",
842849
"language": "python",
843-
"name": "deep-learning"
850+
"name": "python3"
844851
},
845852
"language_info": {
846853
"codemirror_mode": {
@@ -852,7 +859,20 @@
852859
"name": "python",
853860
"nbconvert_exporter": "python",
854861
"pygments_lexer": "ipython3",
855-
"version": "3.7.9"
862+
"version": "3.8.3"
863+
},
864+
"toc": {
865+
"base_numbering": 1,
866+
"nav_menu": {},
867+
"number_sections": true,
868+
"sideBar": true,
869+
"skip_h1_title": false,
870+
"title_cell": "Table of Contents",
871+
"title_sidebar": "Contents",
872+
"toc_cell": false,
873+
"toc_position": {},
874+
"toc_section_display": true,
875+
"toc_window_display": false
856876
}
857877
},
858878
"nbformat": 4,

items_metadata.yaml

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,76 @@ samples:
683683
licenseInfo: ""
684684
runtime: advanced_gpu
685685
tags: ["Data Science", "GIS", "Building", "Classification", "Deep Learning"]
686-
686+
- title: Address Standardization and Correction using SequenceToSequence model
687+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=e8e2b0ac54584d079420b35b011d3d50
688+
path: ./samples/04_gis_analysts_data_scientists/address-standardization-and-correction-with-sequencetosequence.ipynb
689+
thumbnail: ./static/thumbnails/address_standardization.jpg
690+
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.
692+
licenseInfo: ""
693+
runtime: advanced_gpu
694+
tags: ["Data Science", "GIS", "Text", "Classification", "Deep Learning"]
695+
- title: Using and updating GIS content
696+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=46a02bf3fe8546ec9ec4ffb230b94059
697+
path: ./samples/05_content_publishers/using_and_updating_GIS_content.ipynb
698+
thumbnail: ./static/thumbnails/default.png
699+
snippet: This sample shows you how to update the content of web maps and web scenes.
700+
description: This sample shows you how to update the content of web maps and web scenes.
701+
licenseInfo: ""
702+
tags: ["Data Science", "GIS", "Text", "Classification"]
703+
- title: Updating features in a feature layer
704+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=e8e2b0ac54584d079420b35b011d3d50
705+
path: ./samples/05_content_publishers/updating_features_in_a_feature_layer.ipynb
706+
thumbnail: ./static/thumbnails/default.png
707+
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.
709+
licenseInfo: ""
710+
tags: ["Data Science", "GIS", "Text", "Classification"]
711+
- title: Land Parcel Extraction using Edge Detection model
712+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=e164250b748240b5909159602dee826a
713+
path: ./samples/04_gis_analysts_data_scientists/land_parcel_extraction_using_edge_detection_deep_learning_model.ipynb
714+
thumbnail: ./static/thumbnails/default.png
715+
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.
717+
licenseInfo: ""
718+
runtime: advanced_gpu
719+
tags: ["Data Science", "GIS", "Edge Detection", "Land Parcel", "Deep Learning"]
720+
- title: Change Detection of Buildings from Satellite Imagery
721+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=d700b1713cbf404bad01d92dfca0c91b
722+
path: ./samples/04_gis_analysts_data_scientists/change_detection_of_buildings_from_satellite_imagery.ipynb
723+
thumbnail: ./static/thumbnails/default.png
724+
snippet: ChangeDetector is used to identify areas of persistent change between two different time periods using remotely sensed images.
725+
description: ChangeDetector is used to identify areas of persistent change between two different time periods using remotely sensed images.
726+
licenseInfo: ""
727+
runtime: advanced_gpu
728+
tags: ["Data Science", "GIS", "Change Detection", "Deep Learning"]
729+
- title: Generating rgb imagery from digital surface model using Pix2Pix
730+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=d2d58e9d0e624f4baddd983d8acea3da
731+
path: ./samples/04_gis_analysts_data_scientists/generating_rgb_imagery_from_digital_surface_model_using_pix2pix.ipynb
732+
thumbnail: ./static/thumbnails/default.png
733+
snippet: The aim of this notebook is to make use of arcgis.learn Pix2Pix model to translate or convert the gray-scale DSM to a RGB imagery.
734+
description: The aim of this notebook is to make use of arcgis.learn Pix2Pix model to translate or convert the gray-scale DSM to a RGB imagery.
735+
licenseInfo: ""
736+
runtime: advanced_gpu
737+
tags: ["Data Science", "GIS", "Image Translation", "Deep Learning"]
738+
- title: Coastline extraction using Landsat-8 multispectral imagery and band ratio technique
739+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=4d8d5789a5e045bbbd02a01903841439
740+
path: ./samples/04_gis_analysts_data_scientists/coastline_extraction-usa-landsat8_multispectral_imagery.ipynb
741+
thumbnail: ./static/thumbnails/default.png
742+
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.
744+
licenseInfo: ""
745+
runtime: advanced_gpu
746+
tags: ["Data Science", "GIS", "Coastline Extraction", "Imagery"]
747+
- title: Translating Story Map from one language to another using Deep Learning
748+
url: https://geosaurus.maps.arcgis.com/home/item.html?id=15a731751bad43c7abf7258b7aa90bac
749+
path: ./samples/04_gis_analysts_data_scientists/translating_story_map_from_one_language_to_another.ipynb
750+
thumbnail: ./static/thumbnails/default.png
751+
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.
753+
licenseInfo: ""
754+
runtime: advanced_gpu
755+
tags: ["Data Science", "GIS", "Story Map", "Text Translation", "Deep Learning"]
687756
guides: []
688757
labs:
689758
- title: Create Data

samples/04_gis_analysts_data_scientists/address-standardization-and-correction-with-sequencetosequence.ipynb

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Address Standardization and Correction using SequenceToSequence model"
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {},
@@ -913,9 +920,9 @@
913920
],
914921
"metadata": {
915922
"kernelspec": {
916-
"display_name": "deep-learning",
923+
"display_name": "Python 3",
917924
"language": "python",
918-
"name": "deep-learning"
925+
"name": "python3"
919926
},
920927
"language_info": {
921928
"codemirror_mode": {
@@ -927,7 +934,20 @@
927934
"name": "python",
928935
"nbconvert_exporter": "python",
929936
"pygments_lexer": "ipython3",
930-
"version": "3.7.9"
937+
"version": "3.8.3"
938+
},
939+
"toc": {
940+
"base_numbering": 1,
941+
"nav_menu": {},
942+
"number_sections": true,
943+
"sideBar": true,
944+
"skip_h1_title": false,
945+
"title_cell": "Table of Contents",
946+
"title_sidebar": "Contents",
947+
"toc_cell": false,
948+
"toc_position": {},
949+
"toc_section_display": true,
950+
"toc_window_display": false
931951
}
932952
},
933953
"nbformat": 4,
26.7 KB
Loading

0 commit comments

Comments
 (0)