Name the three types of ML
What are the two types of supervised learning?
What are the two types of un-supervised learning?
What are the two types of reinforcment learning?
Name the 4 parts required for a training job
Where are training + inference instances for SageMaker built-in algorithms stored?
ECS containers
Define a hyperparameter
a value you set before the learning process
Name the two types of hyperparameter
What does the algorithm hyperparameter do?
Affects the speed and quality of the learning process
Which automatic tuning methods are included in SageMaker?
What does SageMaker do after the training job is created?
SM launches the ML instances and uses the training code and training data to train the model. The resulting artefacts are stored in the artefact S3 bucket.
What do you use to continuously monitor model quality?
SageMaker Model Monitor
Name the steps of model monitoring
Where do violations and metric notifications appear when continuously evaluating models?
CloudWatch
What are the four stages of the model improvement cycle?
What do you need to create if you create your own model?
A training and inference image and place them into an ECS registry.
What are the 3 steps required on the data before training?
What are the 5 steps of building and training your model?
What re the three steps of deploying your model on SageMaker Hosting Services?
How is you model available for inference requests through SageMaker?
SageMaker provides a HTTPS endpoint