Skip to content

Commit abc7c78

Browse files
committed
corrected a typo
1 parent 4032559 commit abc7c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/04_gis_analysts_data_scientists/damagedbuildings_assessment_using_feature_classifier.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"source": [
2626
"## Introduction\n",
2727
"\n",
28-
"This sample notebook demonstrates the use of deep learning capabilities in ArcGIS to perform feature categorization, which is very useful when you know the location of objects and would likt to classify them into a few classes. Specifically, we are going to perform automated damage assessment of homes after the devastating [Woolsey fires](https://en.wikipedia.org/wiki/Woolsey_Fire). This is a critical task in damage claim processing, and using deep learning can speed up the process and make it more efficient. The workflow consists of three major steps: (1) extract training data, (2) train a deep learning **feature classifier** model, (3) deploy the model for inference and create maps. "
28+
"This sample notebook demonstrates the use of deep learning capabilities in ArcGIS to perform feature categorization, which is very useful when you know the location of objects and would like to classify them into a few classes. Specifically, we are going to perform automated damage assessment of homes after the devastating [Woolsey fires](https://en.wikipedia.org/wiki/Woolsey_Fire). This is a critical task in damage claim processing, and using deep learning can speed up the process and make it more efficient. The workflow consists of three major steps: (1) extract training data, (2) train a deep learning **feature classifier** model, (3) deploy the model for inference and create maps. "
2929
]
3030
},
3131
{

0 commit comments

Comments
 (0)