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. This tutorial, specifically, covers using Sagemaker to train, evaluat, and deploy deep learning models developed in MXNet. Older versions of this tutorial covers training and evaluating in 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 sagemaker/part0_instructions.md
- CRISP-DM Parts 3-5, found in folder 'crispdm345-training'
- CRISP-DM 6 on AWS Lambda, found in folder 'crispdm6-pred-lambda'
- CRISP-DM 6 on AWS Batch, found in folder 'crispdm6-pred-batch'
Author: Jake Chen ([email protected])