/aiml-lab

AI & Machine Learning Lab

Primary LanguageJupyter Notebook

AI & Machine Learning Lab

Welcome to the AWS immersion day lab environment.

Pre-requisite

We will be running the labs in the us-east-1 (N. Virginia) region.

Please ensure the SageMaker stack is created, if not run it manually:

aws cloudformation create-stack \
  --region us-east-1 \
  --stack-name SageMaker \
  --template-body file://sagemaker-lab.json \
  --capabilities CAPABILITY_NAMED_IAM

This stack will output

  • Amazon SageMaker ExecutionRole for running your SageMaker notebooks.
  • Amazon SageMaker S3 Bucket for storing the models and artefacts.

Labs

Each lab has a read-me to get started.

  • Lab 1 AI Services
  • Lab 2 Introduction to Amazon SageMaker
  • Lab 3 Face Recognition