You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
AWS Certified Machine Learning Specialty: MLS-C01 Certification Guide, published by Packt
Notifications You must be signed in to change notification settings
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to fileThis is the code repository for AWS Certified Machine Learning Specialty: MLS-C01 Certification Guide, published by Packt. The definitive guide to passing the MLS-C01 exam on the very first attempt
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter07.
The code will look like the following:
import sagemaker knn = sagemaker.estimator.Estimator((get_image_uri(boto3.Session().region_name, "knn"), get_execution_role(), train_instance_count=1, train_instance_type='ml.m5.2xlarge', output_path=output_path, sagemaker_session=sagemaker.Session()) knn.set_hyperparameters(**hyperparams)
Following is what you need for this book: This AWS book is for professionals and students who want to prepare for and pass the AWS Certified Machine Learning Specialty exam or gain deeper knowledge of machine learning with a special focus on AWS. Beginner-level knowledge of machine learning and AWS services is necessary before getting started with this book.
With the following software and hardware list you can run all code files present in the book (Chapter 1-9).
Chapter | Software required | OS required |
---|---|---|
1-9 | AWS Account | Windows, Mac OS X, and Linux (Any) |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
Somanath Nanda Somanath has 10 years of working experience in IT industry which includes Prod development, Devops, Design and architect products from end to end. He has also worked at AWS as a Big Data Engineer for about 2 years.
Weslley Moura Weslley Moura has 17 years of working experience in Information Technology (last 9 years working on data teams and last 5 years working as a lead data scientist). He has been working in a variety of industries, such as financial, telecommunications, healthcare and logistics. In 2019, he was a nominee for data scientist of the year by The European DatSci & AI Awards.
AWS Certified Machine Learning Specialty: MLS-C01 Certification Guide, published by Packt