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.
- Basic knowledge of cloud computing basics
- Basic experience with Python
- Basic knowledge of Data Scient methodologies, specifically CRISP-DM
- Start with part0_instructions.md, found in folder 'sagemaker'
- CRISP-DM Parts 3-5, found in folder 'ec2-lambda-batch/crispdm345-training'
- CRISP-DM 6 on AWS Lambda, found in folder 'ec2-lambda-batch/crispdm6-pred-lambda'
- CRISP-DM 6 on AWS Batch, found in folder 'ec2-lambda-batch/crispdm6-pred-batch''
Author: Jake Chen ([email protected])