22
CSCI 447/547 MACHINE LEARNING Python and AWS

CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

Page 1: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

CSCI 447/547 MACHINE LEARNING

Python and AWS

Page 2: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Outline

Data

Buckets

Processing

Running an ML Algorithm

Creating a Notebook

Editing the Notebook

Python

Output

Evaluating Results

Page 3: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Getting Started in AWS

Page 4: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Services

Page 5: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 6: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 7: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 8: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 9: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 10: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 11: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 12: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 13: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 14: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 15: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 16: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 17: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 18: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Machine Learning – Easy Path

Page 19: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Jupyter Notebook Tutorial

Notebook Tutorial

Anaconda Download

Page 20: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Creating a Notebook in AWS

Go to SageMaker Console

Create notebook

You will need an IAM role

Go to IAM Console

Mine shows all kinds of errors – ignore these

Click role on left

Accept defaults (for now)

Fine the “arn…” at top – select and copy this

This goes into the role in the notebook page

Page 22: CSCI 447/547 Machine Learning · Lightsail ECR ECS EKS Lambda Batch Elastic Beanstalk Storage EFS FSx S3 Glacier Storage Gateway Machine Learning Amazon SageMaker Amazon Comprehend

Summary

Data

Buckets

Processing

Creating a Notebook

Editing the Notebook

Python

Running an ML Algorithm

Output

Evaluating Results