Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Automated Machine Learning

You're reading from  Automated Machine Learning

Product type Book
Published in Feb 2021
Publisher Packt
ISBN-13 9781800567689
Pages 312 pages
Edition 1st Edition
Languages
Author (1):
Adnan Masood Adnan Masood
Profile icon Adnan Masood

Table of Contents (15) Chapters

Preface Section 1: Introduction to Automated Machine Learning
Chapter 1: A Lap around Automated Machine Learning Chapter 2: Automated Machine Learning, Algorithms, and Techniques Chapter 3: Automated Machine Learning with Open Source Tools and Libraries Section 2: AutoML with Cloud Platforms
Chapter 4: Getting Started with Azure Machine Learning Chapter 5: Automated Machine Learning with Microsoft Azure Chapter 6: Machine Learning with AWS Chapter 7: Doing Automated Machine Learning with Amazon SageMaker Autopilot Chapter 8: Machine Learning with Google Cloud Platform Chapter 9: Automated Machine Learning with GCP Section 3: Applied Automated Machine Learning
Chapter 10: AutoML in the Enterprise Other Books You May Enjoy

Automated ML

"How many members of a certain demographic group does it take to perform a specified task?"

"A finite number: one to perform the task and the remainder to act in a manner stereotypical of the group in question." <insert your light bulb joke here>

This is meta humor – the finest type of humor for ensuing hilarity for those who are quantitatively inclined. Similarly, automated ML is a class of meta learning, also known as learning to learn – the idea that you can apply the automation principles to themselves to make the process of gaining insights even faster and more elegant.

Automated ML is the approach and underlying technology of applying certain automation techniques to accelerate the model's development life cycle. Automated ML enables citizen data scientists and domain experts to train ML models, and helps them build optimal solutions to ML problems. It provides a higher level of abstraction for finding out what the best model is, or an ensemble of models suitable for a specific problem. It assists data scientists by automating the mundane and repetitive tasks of feature engineering, including architecture search and hyperparameter optimization. The following diagram represents the ecosystem of automated ML:

Figure 1.2 – Automated ML ecosystem

Figure 1.2 – Automated ML ecosystem

These three key areas – feature engineering, architecture search, and hyperparameter optimization – hold the most promise for the democratization of AI and ML. Some automated feature engineering techniques that are finding domain-specific usable features in datasets include expand/reduce, hierarchically organizing transformations, meta learning, and reinforcement learning. For architectural search (also known as neural architecture search), evolutionary algorithms, local search, meta learning, reinforcement learning, transfer learning, network morphism, and continuous optimization are employed.

Last, but not least, we have hyperparameter optimization, which is the art and science of finding the right type of parameters outside the model. A variety of techniques are used here, including Bayesian optimization, evolutionary algorithms, Lipchitz functions, local search, meta learning, particle swarm optimization, random search, and transfer learning, to name a few.

In the next section, we will provide a detailed overview of these three key areas of automated ML. You will see some examples of them, alongside code, in the upcoming chapters. Now, let's discuss how automated ML really works in detail by covering feature engineering, architecture search, and hyperparameter optimization.

You have been reading a chapter from
Automated Machine Learning
Published in: Feb 2021 Publisher: Packt ISBN-13: 9781800567689
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.
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}