• Complain

Tanay Agrawal - Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient

Here you can read online Tanay Agrawal - Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. publisher: Apress, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Tanay Agrawal Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient
  • Book:
    Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Tanay Agrawal: author's other books


Who wrote Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient? Find out the surname, the name of the author of the book and a list of all author's works by series.

Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Book cover of Hyperparameter Optimization in Machine Learning Tanay Agrawal - photo 1
Book cover of Hyperparameter Optimization in Machine Learning
Tanay Agrawal
Hyperparameter Optimization in Machine Learning
Make Your Machine Learning and Deep Learning Models More Efficient
1st ed.
Logo of the publisher Tanay Agrawal Bangalore Karnataka India Any source - photo 2
Logo of the publisher
Tanay Agrawal
Bangalore, Karnataka, India

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at https://www.apress.com/978-1-4842-6578-9 . For more detailed information, please visit https://www.apress.com/source-code .

ISBN 978-1-4842-6578-9 e-ISBN 978-1-4842-6579-6
https://doi.org/10.1007/978-1-4842-6579-6
Tanay Agrawal 2021
Apress Standard
The use of general descriptive names registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Distributed to the book trade worldwide by Springer Science+Business Media New York, 1 New York Plaza, Suite 4600, New York, NY 10004-1562, USA. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com, or visit https://www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation.

This book is dedicated to my parents and my grandparents.

Foreword 1

I have to admit that tweaking parameters by hand was something that I really enjoyed when I trained my first ML models. I would change a parameter, run my training script, and wait to see if the evaluation score improved. One of those guilty pleasures.

But as I spent more time in the ML world, I understood that there are other, more impactful areas where I could spend my time. I realized that I could (and should) outsource parameter tweaking somewhere.

I learned about random search and started using it in my projects. At some point, I felt I could do better than random search and started reading about more advanced hyperparameter optimization algorithms and libraries.

A lot of articles I found where pretty shallow and basic, but I remember reading this deep, hands-on yet easy-to-follow article about Hyperopt, one of the most popular HPO libraries. It was written by Tanay Agrawal. That article probably still is one of the more valuable articles Ive ever read on the subject. I mentioned it in one of my blog posts and this is how we met.

When Tanay told me that he was writing a book about hyperparameter optimization, without hesitation, I proposed to review it. I am not going to lie, I really wanted to read it before anyone else! To my surprise, Tanay agreed and I was able to give a few notes here and there.

This book truly is a deep dive into the theory and practice of hyperparameter optimization. I really like how it explains theory deeply but not in an overly complex way. The practical examples are centered on the libraries and frameworks that are heavily used today, which makes this book current and, most importantly, useful.

I recommend this book to any ML practitioner who wants to go beyond the basics and learn the why, how, and what of hyperparameter optimization.

Jakub Czakon

Senior Data Scientist

Neptune.ai

Foreword 2

In this book, Tanay takes you on an interactive journeyin the most literal sense, as each line of code can be run in a notebookof the depths of hyperparameters. It helps anyone to quickly get started on tuning and improving their deep learning project with any library they choose to use.

The author mindfully covers the inner workings of hyperparameters in ML models in a thorough but accessible fashion, which will allow you to understand and build upon them using different libraries. The book also demystifies the blackest of the black box: hyperparameter optimization in automated machine learning.

Its a friendly guide to a complicated subject, and yet its full of cutting-edge gems that even advanced practitioners will love.

Akruti Acharya

Data Scientist

Curl HG

Introduction

Choosing the right hyperparameters when building a machine learning model is one of the biggest problems faced by data science practitioners. This book is a guide to hyperparameter optimization (HPO). It starts from the very basic definition of hyperparameter and takes you all the way to building your own AutoML script using advance HPO techniques. This book is intended for both students and data science professionals.

The book consists of five chapters. Chapter discuss Bayesian optimization, related libraries, and AutoML.

The intent of this book is for readers to gain an understanding of the HPO concepts in an intuitive as well as practical manner, with code implementation provided for each section. I hope you enjoy it.

Acknowledgments

I would like to thank Kailash Ahirwar (CTO, MateLabs) for being a great mentor. A big thanks to teams from both MateLabs and Curl HG for their constant support. I am grateful to Akruti Acharya and Jakub Czakon for their insightful inputs while writing this book. I would also like to thank Paankhi Agrawal, Sahil Sharma, Dr. H.-Y. Amanieu, Anubhav Kesari, Abhishek Kumar, Amog Chandrashekar, and others. This book wouldnt have been possible without all the love and encouragement from my family.

Table of Contents
About the Author
Tanay Agrawal
is a deep learning engineer and researcher who graduated in 2019 with a - photo 3

is a deep learning engineer and researcher who graduated in 2019 with a bachelor of technology from SMVDU, J&K. He is currently working at Curl Hg on SARA, an OCR platform. He is also advisor to Witooth Dental Services and Technologies. He started his career at MateLabs working on an AutoML Platform, Mateverse. He has worked extensively on hyperparameter optimization. He has also delivered talks on hyperparameter optimization at conferences including PyData, Delhi and PyCon, India.

About the Technical Reviewer
Manohar Swamynathan
is a data science practitioner and an avid programmer with over 14 years of - photo 4

is a data science practitioner and an avid programmer, with over 14 years of experience in various data sciencerelated areas that include data warehousing, business intelligence (BI), analytical tool development, ad hoc analysis, predictive modeling, data science product development, consulting, formulating strategy, and executing analytics program. Hes had a career covering the life cycle of data across different domains such as US mortgage banking, retail/e-commerce, insurance, and industrial IoT. He has a bachelors degree with a specialization in physics, mathematics, and computers and a masters degree in project management. Hes currently living in Bengaluru, the Silicon Valley of India.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient»

Look at similar books to Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient»

Discussion, reviews of the book Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.