How AWS Describes SageMaker:
"Amazon SageMaker provides a fully managed service for data science and machine learning workflows. One of the most important capabilities of Amazon SageMaker is its ability to run fully managed training jobs to train machine learning models." Source 1
The Estimator Object
S3 Storage
AWS SageMaker instance types
Note AWS Sagemaker instances are now separated from EC2 instances, and can differ by region. It is has accelerated computing options more commonly known as GPUs such as ml.p2.xlarge.
See the full list of AWS Sagemaker instances here Source 2
There's a comprehensive table of instance type, vCPU count, GPU, Mem (GiB), GPU Mem (GiB), a simple description of Network Performance.
Optimization Bring your data to AWS
Optimization Bring your data to AWS
Previously all file has to be stored in S3 now you can use Amazon's distributed systems.
"Training machine learning models requires providing the training datasets to the training job. Until now, when using Amazon S3 as the training datasource in File input mode, all training data had to be downloaded from Amazon S3 to the EBS volumes attached to the training instances at the start of the training job. A distributed file system such as Amazon FSx for Lustre or EFS can speed up machine learning training by eliminating the need for this download step."
Amazon FSx for Lustre or Amazon Elastic File System (EFS) Source 1
Can train as well as deploy model
Fully managed serverless. You can train as well as deploy a model. Be sure to know that you can choose the instance type for each : train or deploy and each can utilize the same or a difference compute instance type
Get SageMaker AWS AI Certified
The certificate exam is not easy and requires study as well as actual years of experience. But SageMaker is a relatively new technology so may be the standard isn't too hard yet. Src 3.
Sources:
2. https://aws.amazon.com/sagemaker/pricing/instance-types/
3. https://aws.amazon.com/certification/certified-machine-learning-specialty/
3. https://aws.amazon.com/certification/certified-machine-learning-specialty/
No comments:
Post a Comment