Skip to content

Commit cf2761b

Browse files
committed
redid readme for rename
1 parent d6c1c46 commit cf2761b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

readme.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Purpose
2-
This tutorial demonstrates how to easily establish the architectural stack for doing data science and machine learning projects on AWS, then deploy the machine learning model for real-time prediction. Primarily, it will cover using Sagemaker to train, evaluate, and deploy deep learning models developed in MXNet. This tutorial also includes the old content, which covers training and evaluating in Deep Learning AMI, then deploying in both Lambda and Batch.
2+
This tutorial demonstrates how to establish the architectural stack for training machine learning models on AWS, then deploy the machine learning model for real-time prediction. Primarily, it will cover using Sagemaker to train, evaluate, and deploy deep learning models developed in MXNet. This tutorial also includes the old content, which covers training and evaluating in EC2's Deep Learning AMI, then deploying in both Lambda and Batch.
33

44

55
## Prerequisites
@@ -8,12 +8,13 @@ This tutorial demonstrates how to easily establish the architectural stack for d
88
- Basic knowledge of Data Scient methodologies, specifically [CRISP-DM](https://en.wikipedia.org/wiki/Cross-industry_standard_process_for_data_mining)
99

1010
## Recommended Sequence - [Sagemaker](sagemaker/)
11+
### 1. Managed process using AWS Sagemaker
1112
1. Start with [part0_instructions.md](sagemaker/part0_instructions.md), found in folder ['sagemaker'](sagemaker/)
1213

13-
## Recommended Sequence - [Pre-Sagemaker](pre-sagemaker/)
14-
1. CRISP-DM Parts 3-5, found in folder 'pre-sagemaker/crispdm345-training'
15-
2. CRISP-DM 6 on AWS Lambda, found in folder 'pre-sagemaker/crispdm6-pred-lambda'
16-
3. CRISP-DM 6 on AWS Batch, found in folder 'pre-sagemaker/crispdm6-pred-batch'
14+
### 2. Custom Process with EC2, Lambda, and Batch
15+
1. CRISP-DM Parts 3-5, found in folder 'ec2-lambda-batch/crispdm345-training'
16+
2. CRISP-DM 6 on AWS Lambda, found in folder 'ec2-lambda-batch/crispdm6-pred-lambda'
17+
3. CRISP-DM 6 on AWS Batch, found in folder 'ec2-lambda-batch/crispdm6-pred-batch'
1718

1819

1920
## Details

0 commit comments

Comments
 (0)