Reader small image

You're reading from  AWS Certified Machine Learning - Specialty (MLS-C01) Certification Guide - Second Edition

Product typeBook
Published inFeb 2024
PublisherPackt
ISBN-139781835082201
Edition2nd Edition
Right arrow
Authors (2):
Somanath Nanda
Somanath Nanda
author image
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.
Read more about Somanath Nanda

Weslley Moura
Weslley Moura
author image
Weslley Moura

Weslley Moura has been developing data products for the past decade. At his recent roles, he has been influencing data strategy and leading data teams into the urban logistics and blockchain industries.
Read more about Weslley Moura

View More author details
Right arrow

Preface

The AWS Machine Learning Specialty certification exam tests your competency to perform machine learning (ML) on AWS infrastructure. This book covers the entire exam syllabus in depth using practical examples to help you with your real-world ML projects on AWS.

Starting with an introduction to ML on AWS, you will learn the fundamentals of ML and explore important AWS services for artificial intelligence (AI). You will then see how to store and process data for ML using several AWS services, such as S3 and EMR.

You will also learn how to prepare data for ML and discover different techniques for data manipulation and transformation for different types of variables. The book covers the handling of missing data and outliers and takes you through various ML tasks, such as classification, regression, clustering, forecasting, anomaly detection, text mining, and image processing, along with their specific ML algorithms, that you need to know in order to pass the exam. Finally, you will explore model evaluation, optimization, and deployment and get to grips with deploying models in a production environment and monitoring them.

By the end of the book, you will have gained knowledge of all the key fields of ML and the solutions that AWS has released for each of them, along with the tools, methods, and techniques commonly used in each domain of AWS ML. This book is not only intended to support you in the AWS Machine Learning Specialty certification exam but also to make your ML professional journey a lot easier.

Who This Book Is for

This book is designed for both students and professionals preparing for the AWS Certified Machine Learning Specialty exam or enhance their understanding of machine learning, with a specific emphasis on AWS. Familiarity with machine learning basics and AWS services is recommended to fully benefit from this book.

What This Book Covers

Chapter 1, Machine Learning Fundamentals, covers some ML definitions, different types of modeling approaches, and all the steps necessary to build an ML product.

Chapter 2, AWS Services for Data Storage, teaches you about the AWS services used to store data for ML. You will learn about the many different S3 storage classes and when to use each of them. You will also learn how to handle data encryption and how to secure your data at rest and in transit. Finally, you will learn about other types of data store services that are also worth knowing for the exam.

Chapter 3, AWS Services for Data Migration and Processing, teaches you about the AWS services used to process data for ML. You will learn how to deal with batch and real-time processing, how to directly query data on Amazon S3, and how to create big data applications on EMR.

Chapter 4, Data Preparation and Transformation, deals with categorical and numerical features and applying different techniques to transform your data, such as one-hot encoding, binary encoding, ordinal encoding, binning, and text transformations. You will also learn how to handle missing values and outliers in your data, two important topics for building good ML models.

Chapter 5, Data Understanding and Visualization, teaches you how to select the most appropriate data visualization technique according to different variable types and business needs. You will also learn about AWS services for visualizing data.

Chapter 6, Applying Machine Learning Algorithms, covers different types of ML tasks, such as classification, regression, clustering, forecasting, anomaly detection, text mining, and image processing. Each of these tasks has specific algorithms that you should know about to pass the exam. You will also learn how ensemble models work and how to deal with the curse of dimensionality.

Chapter 7, Evaluating and Optimizing Models, teaches you how to select model metrics to evaluate model results. You will also learn how to optimize your model by tuning its hyperparameters.

Chapter 8, AWS Application Services for AI/ML, covers details of the various AI/ML applications offered by AWS that you need to know about to pass the exam.

Chapter 9, Amazon SageMaker Modeling, teaches you how to spin up notebooks to work with exploratory data analysis and how to train your models on Amazon SageMaker. You will learn where and how your training data should be stored in order to make it accessible through SageMaker and explore the different data formats that you can use.

Chapter 10, Model Deployment, teaches you about several AWS model deployment options. You will review SageMaker deployment options, creating alternative pipelines with Lambda functions, working with Step Functions, configuring auto scaling, and securing SageMaker applications.

How to Use This Book

This AWS Certified Machine Learning Specialty study guide explains each concept from the exam syllabus using realistic examples and comprehensive theoretical notes. The book is your go-to resource for acing the AWS Certified Machine Learning Specialty exam with confidence.

Online Practice Resources

With this book, you will unlock unlimited access to our online exam-prep platform (Figure 0.1). This is your place to practice everything you learn in the book.

How to access the resources

To learn how to access the online resources, refer to Chapter 11, Accessing the Online Practice Resources at the end of this book.

Figure 0.1 – Online exam-prep platform on a desktop device

Figure 0.1 – Online exam-prep platform on a desktop device

Sharpen your knowledge of MLS-C01 concepts with multiple sets of mock exams, interactive flashcards, and exam tips accessible from all modern web browsers.

Download the Color Images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://packt.link/ky8E8.

Conventions Used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “You will use the detect_labels API from Amazon Rekognition in the code.”

A block of code is set as follows:

from sagemaker.predictor import Predictor
predictor = Predictor(endpoint_name='your-endpoint-name', sagemaker_session=sagemaker_session)
predictor.predict('input_data')

Any command-line input or output is written as follows:

sh-4.2$ cd ~/SageMaker/ sh-4.2$ git clone https://github.com/PacktPublishing/ AWS-Certified-Machine-Learning-Specialty-MLS-C01- Certification-Guide-Second-Edition.git

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: “In CloudWatch, each Lambda function will have a log group and, inside that log group, many log streams.

Tips or important notes

Appear like this.

Get in Touch

Feedback from our readers is always welcome.

General feedback: If you have questions about any aspect of this book, mention the book title in the subject of your message and email us at customercare@packt.com.

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packtpub.com/support/errata, selecting your book, clicking on the Errata Submission Form link, and entering the details. We ensure that all valid errata are promptly updated in the GitHub repository, with the relevant information available in the Readme.md file. You can access the GitHub repository: https://packt.link/QFk6t.

Piracy: If you come across any illegal copies of our works in any form on the Internet, we would be grateful if you would provide us with the location address or website name. Please contact us at copyright@packt.com with a link to the material.

If you are interested in becoming an author: If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.

Share Your Thoughts

Once you’ve read AWS Certified Machine Learning - Specialty (MLS-C01) Certification Guide, Second Edition, we’d love to hear your thoughts! Please click here to go straight to the Amazon review page for this book and share your feedback.

Your review is important to us and the tech community and will help us make sure we’re delivering excellent quality content.

Download a Free PDF Copy of This Book

Thanks for purchasing this book!

Do you like to read on the go but are unable to carry your print books everywhere?

Is your eBook purchase not compatible with the device of your choice?

Don’t worry, now with every Packt book you get a DRM-free PDF version of that book at no cost.

Read anywhere, any place, on any device. Search, copy, and paste code from your favorite technical books directly into your application.

The perks don’t stop there, you can get exclusive access to discounts, newsletters, and great free content in your inbox daily.

Follow these simple steps to get the benefits:

  1. Scan the QR code or visit the link below:
https://packt.link/free-ebook/9781835082201

https://packt.link/free-ebook/9781835082201

  1. Submit your proof of purchase.
  2. That’s it! You’ll send your free PDF and other benefits to your email directly.
lock icon
The rest of the chapter is locked
You have been reading a chapter from
AWS Certified Machine Learning - Specialty (MLS-C01) Certification Guide - Second Edition
Published in: Feb 2024Publisher: PacktISBN-13: 9781835082201
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime

Authors (2)

author image
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.
Read more about Somanath Nanda

author image
Weslley Moura

Weslley Moura has been developing data products for the past decade. At his recent roles, he has been influencing data strategy and leading data teams into the urban logistics and blockchain industries.
Read more about Weslley Moura