Hyperparameter Tuning with Python
eBook - ePub

Hyperparameter Tuning with Python

Boost your machine learning model's performance via hyperparameter tuning

  1. 306 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Hyperparameter Tuning with Python

Boost your machine learning model's performance via hyperparameter tuning

Book details
Table of contents
Citations

About This Book

Take your machine learning models to the next level by learning how to leverage hyperparameter tuning, allowing you to control the model's finest details

Key Features

  • Gain a deep understanding of how hyperparameter tuning works
  • Explore exhaustive search, heuristic search, and Bayesian and multi-fidelity optimization methods
  • Learn which method should be used to solve a specific situation or problem

Book Description

Hyperparameters are an important element in building useful machine learning models. This book curates numerous hyperparameter tuning methods for Python, one of the most popular coding languages for machine learning. Alongside in-depth explanations of how each method works, you will use a decision map that can help you identify the best tuning method for your requirements.

You'll start with an introduction to hyperparameter tuning and understand why it's important. Next, you'll learn the best methods for hyperparameter tuning for a variety of use cases and specific algorithm types. This book will not only cover the usual grid or random search but also other powerful underdog methods. Individual chapters are also dedicated to the three main groups of hyperparameter tuning methods: exhaustive search, heuristic search, Bayesian optimization, and multi-fidelity optimization. Later, you will learn about top frameworks like Scikit, Hyperopt, Optuna, NNI, and DEAP to implement hyperparameter tuning. Finally, you will cover hyperparameters of popular algorithms and best practices that will help you efficiently tune your hyperparameter.

By the end of this book, you will have the skills you need to take full control over your machine learning models and get the best models for the best results.

What you will learn

  • Discover hyperparameter space and types of hyperparameter distributions
  • Explore manual, grid, and random search, and the pros and cons of each
  • Understand powerful underdog methods along with best practices
  • Explore the hyperparameters of popular algorithms
  • Discover how to tune hyperparameters in different frameworks and libraries
  • Deep dive into top frameworks such as Scikit, Hyperopt, Optuna, NNI, and DEAP
  • Get to grips with best practices that you can apply to your machine learning models right away

Who this book is for

This book is for data scientists and ML engineers who are working with Python and want to further boost their ML model's performance by using the appropriate hyperparameter tuning method. Although a basic understanding of machine learning and how to code in Python is needed, no prior knowledge of hyperparameter tuning in Python is required.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Hyperparameter Tuning with Python by Louis Owen in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Science General. We have over one million books available in our catalogue for you to explore.

Information

Year
2022
ISBN
9781803241944
Edition
1

Table of contents

  1. Hyperparameter Tuning with Python
  2. Contributors
  3. Preface
  4. Section 1:The Methods
  5. Chapter 1: Evaluating Machine Learning Models
  6. Chapter 2: Introducing Hyperparameter Tuning
  7. Chapter 3: Exploring Exhaustive Search
  8. Chapter 4: Exploring Bayesian Optimization
  9. Chapter 5: Exploring Heuristic Search
  10. Chapter 6: Exploring Multi-Fidelity Optimization
  11. Section 2:The Implementation
  12. Chapter 7: Hyperparameter Tuning via Scikit
  13. Chapter 8: Hyperparameter Tuning via Hyperopt
  14. Chapter 9: Hyperparameter Tuning via Optuna
  15. Chapter 10: Advanced Hyperparameter Tuning with DEAP and Microsoft NNI
  16. Section 3:Putting Things into Practice
  17. Chapter 11: Understanding the Hyperparameters of Popular Algorithms
  18. Chapter 12: Introducing Hyperparameter Tuning Decision Map
  19. Chapter 13: Tracking Hyperparameter Tuning Experiments
  20. Chapter 14: Conclusions and Next Steps
  21. Other Books You May Enjoy