Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Edits to text
  • Loading branch information
derekkoehl committed May 25, 2021
1 parent 05ebf20 commit 818fa95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chapter-3/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Chapter-3: Train model using SageMaker
The objectives you complete during the course of this chapter introduce you to the process of implementing the SageMaker model training tool. You will engage in this process by completing the following objectives:
Create a neural network to detect high latitude dust events by reviewing and executing the HLD SageMaker codebase.
Implement the attributes required by the HLD SageMaker codebase.
Review and execute the code needed to set up the HLD SageMaker
1) create a neural network to detect high latitude dust events by reviewing and executing the HLD SageMaker codebase;
2) implement the attributes required by the HLD SageMaker codebase; and
3) review and execute the code needed to set up the HLD SageMaker.

As with chapter 2, a subset of High Latitude Dust data is pre-prepared and uploaded into a s3 bucket (impact-datashare). The details can be found here. Once again, the code contains details on the necessary import elements and specifies which variables need to be assigned predetermined values. Note that the image_url function must be used to create a valid url, if the shapefile generation was not done in Aqua, TrueColor.
As with chapter 2, a subset of high latitude dust data is pre-prepared and uploaded into an S3 bucket (impact-datashare). The details can be found here. Once again, the code contains details on the necessary import elements and specifies which variables need to be assigned predetermined values. Note that if the shapefile generation was not done in Aqua, TrueColor, the image_url function must be used to create a valid url.

The code again assumes the notebookAccessRole role that was created using the Amazon Web Services Cloud Development Kit (AWS CDK). Note the specific constant variables that are required for this process as well as the specific values returned.

Expand Down

0 comments on commit 818fa95

Please sign in to comment.