Skip to content
forked from isvlabs/aiml-lab

AI & Machine Learning Lab

ghBack/aiml-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AI & Machine Learning Lab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 82.8%
  • Python 10.1%
  • HTML 7.1%