August 2023
Intermediate to advanced
360 pages
10h 23m
English
Evolutionary and genetic algorithms have been around for several decades. Computationally, evolutionary methods for machine learning are not nearly as powerful as deep learning. However, evolutionary methods can provide us with unique tools to assist in a wide variety of optimization patterns, from hyperparameter tuning to network architectures. But before we discuss these patterns, we need to introduce evolutionary and genetic algorithms.
In chapter 1, we introduce the concept of using evolutionary methods for optimizing deep learning systems. Since the deep learning optimization methods we cover in this book fall under automated machine learning, we also introduce AutoML with evolution.
Chapter 2 then introduces life ...