Skip to content

Commit 2d1a15b

Browse files
Merge pull request #2449 from Esri/fix_deep_learning_guides_links
fixed broken links in 3 guides
2 parents c0adaed + bdc6ed4 commit 2d1a15b

3 files changed

Lines changed: 11 additions & 15 deletions

File tree

guide/14-deep-learning/add_model_using_model_extension.ipynb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -608,22 +608,20 @@
608608
"cell_type": "markdown",
609609
"metadata": {},
610610
"source": [
611-
"From here, we can continue with the usual workflow of using an `arcgis.learn` deep learning model. Refer to the [Detecting Swimming Pools using Deep Learning sample](https://developers.arcgis.com/python/sample-notebooks/detecting-swimming-pools-using-satellite-image-and-deep-learning/) sample notebook to see the workflow for an **object detection** model and the [Land Cover Classification using Satellite Imagery and Deep Learning](https://developers.arcgis.com/python/sample-notebooks/land-cover-classification-using-unet/) sample notebook for the workflow for a **pixel classification** model."
611+
"From here, we can continue with the usual workflow of using an `arcgis.learn` deep learning model. Refer to the [Detecting Swimming Pools using Deep Learning sample](https://developers.arcgis.com/python/samples/detecting-swimming-pools-using-satellite-image-and-deep-learning/) sample notebook to see the workflow for an **object detection** model and the [Land Cover Classification using Satellite Imagery and Deep Learning](https://developers.arcgis.com/python/samples/land-cover-classification-using-unet/) sample notebook for the workflow for a **pixel classification** model."
612612
]
613613
},
614614
{
615-
"cell_type": "code",
616-
"execution_count": null,
615+
"cell_type": "markdown",
617616
"metadata": {},
618-
"outputs": [],
619617
"source": []
620618
}
621619
],
622620
"metadata": {
623621
"kernelspec": {
624-
"display_name": "Python [conda env:conda-new] *",
622+
"display_name": "Python 3 (ipykernel)",
625623
"language": "python",
626-
"name": "conda-env-conda-new-py"
624+
"name": "python3"
627625
},
628626
"language_info": {
629627
"codemirror_mode": {
@@ -635,7 +633,7 @@
635633
"name": "python",
636634
"nbconvert_exporter": "python",
637635
"pygments_lexer": "ipython3",
638-
"version": "3.11.11"
636+
"version": "3.12.11"
639637
},
640638
"toc": {
641639
"base_numbering": 1,

guide/14-deep-learning/how-named-entity-recognition-works.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Named Entity Extraction Workflow with `arcgis.learn`"
7+
"# Named Entity Extraction Workflow with arcgis.learn"
88
]
99
},
1010
{
@@ -91,7 +91,7 @@
9191
"- Refer to the section [Install deep learning dependencies of arcgis.learn module](https://developers.arcgis.com/python/guide/install-and-set-up/#Install-deep-learning-dependencies) for detailed explanation about deep learning dependencies.\n",
9292
"- **Labeled data**: For `EntityRecognizer` to learn, it needs to see examples that have been labeled for all the custom categories that the model is expected to extract. Head to the **Data preparation** section to see the supported formats for training data.\n",
9393
"\n",
94-
"- If you wish to try this workflow, you can find a sample notebook along with the necessary labeled training and test datasets over [here](https://developers.arcgis.com/python/sample-notebooks/information-extraction-from-madison-city-crime-incident-reports-using-deep-learning#Publishing-the-results-as-feature-layer)."
94+
"- If you wish to try this workflow, you can find a sample notebook along with the necessary labeled training and test datasets over [here](https://developers.arcgis.com/python/samples/information-extraction-from-madison-city-crime-incident-reports-using-deep-learning#Publishing-the-results-as-feature-layer)."
9595
]
9696
},
9797
{
@@ -1482,7 +1482,7 @@
14821482
"name": "python",
14831483
"nbconvert_exporter": "python",
14841484
"pygments_lexer": "ipython3",
1485-
"version": "3.11.0"
1485+
"version": "3.12.11"
14861486
}
14871487
},
14881488
"nbformat": 4,

guide/14-deep-learning/use_mmdetection_with_arcgis_learn.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@
109109
"cell_type": "code",
110110
"execution_count": 1,
111111
"id": "30813304",
112-
"metadata": {
113-
"scrolled": false
114-
},
112+
"metadata": {},
115113
"outputs": [
116114
{
117115
"data": {
@@ -212,7 +210,7 @@
212210
"id": "22976ebb",
213211
"metadata": {},
214212
"source": [
215-
"For more information about the API, visit the [API reference for MMDetection](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#mmdetection). For a detailed object detection workflow, refer to a sample [notebook](https://developers.arcgis.com/python/sample-notebooks/detecting-and-categorizing-brick-kilns-from-satellite-imagery/)."
213+
"For more information about the API, visit the [API reference for MMDetection](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#mmdetection). For a detailed object detection workflow, refer to a [sample notebook](https://developers.arcgis.com/python/samples/detecting-and-categorizing-brick-kilns-from-satellite-imagery/)."
216214
]
217215
},
218216
{
@@ -248,7 +246,7 @@
248246
"name": "python",
249247
"nbconvert_exporter": "python",
250248
"pygments_lexer": "ipython3",
251-
"version": "3.9.17"
249+
"version": "3.12.11"
252250
},
253251
"toc": {
254252
"base_numbering": 1,

0 commit comments

Comments
 (0)