AWS Sagemaker

?
R
Bash

Managed machine learning platform for building, training, and deploying AI models at scale on AWS infrastructure. Simplifies ML workflows and model management.

1AWS Sagemaker Studio
2=================
31. Open Studio
4https://eu-west-1.console.aws.amazon.com/sagemaker/home?region=eu-west-1#/studio/open/d-vm4jhg8krkki/skywalker-ml
5
62. File > New > Terminal
7
83. git clone https://github.com/awslabs/amazon-sagemaker-examples.git
9
104. https://aws.amazon.com/blogs/machine-learning/bring-your-own-model-for-amazon-sagemaker-labeling-workflows-with-active-learning/ 
11ground_truth_labeling_jobs/bring_your_own_model_for_sagemaker_labeling_workflows_with_active_learning >>> is an end-to-end example that shows how to bring your custom training, inference logic and active learning to the Amazon SageMaker ecosystem.
12
134.1Artifacts 
14- An input manifest file using the UCI News Dataset with 20% of the data labeled
15- A CreateLabelingJob request
16
17
18
19
20
21
22

Created on 8/18/2020