Book description
A vital guide to building the platforms and systems that bring deep learning models to production.In Designing Deep Learning Systems you will learn how to:
- Transfer your software development skills to deep learning systems
- Recognize and solve common engineering challenges for deep learning systems
- Understand the deep learning development cycle
- Automate training for models in TensorFlow and PyTorch
- Optimize dataset management, training, model serving and hyperparameter tuning
- Pick the right open-source project for your platform
Deep learning systems are the components and infrastructure essential to supporting a deep learning model in a production environment. Written especially for software engineers with minimal knowledge of deep learning’s design requirements, Designing Deep Learning Systems is full of hands-on examples that will help you transfer your software development skills to creating these deep learning platforms. You’ll learn how to build automated and scalable services for core tasks like dataset management, model training/serving, and hyperparameter tuning. This book is the perfect way to step into an exciting—and lucrative—career as a deep learning engineer.
About the Technology
To be practically usable, a deep learning model must be built into a software platform. As a software engineer, you need a deep understanding of deep learning to create such a system. Th is book gives you that depth.
About the Book
Designing Deep Learning Systems: A software engineer's guide teaches you everything you need to design and implement a production-ready deep learning platform. First, it presents the big picture of a deep learning system from the developer’s perspective, including its major components and how they are connected. Then, it carefully guides you through the engineering methods you’ll need to build your own maintainable, efficient, and scalable deep learning platforms.
What's Inside
- The deep learning development cycle
- Automate training in TensorFlow and PyTorch
- Dataset management, model serving, and hyperparameter tuning
- A hands-on deep learning lab
About the Reader
For software developers and engineering-minded data scientists. Examples in Java and Python.
About the Authors
Chi Wang is a principal software developer in the Salesforce Einstein group. Donald Szeto was the co-founder and CTO of PredictionIO.
Quotes
Read it once to get the big picture and then return to it again and again when building systems, designing components, and making crucial choices to satisfy all the teams that use them.
- From the Foreword by Silvio Savarese and Caiming Xiong, Salesforce
Written by true industry experts. Their insights are invaluable for software engineers looking to design and implement maintainable platforms for DL model development that meet the highest standards of efficiency and scalability.
- Simon Chan, Firsthand Alliance
Invaluable and timely insights for teams expanding their DL systems. This book anticipates the needs of a diverse set of organizations, and its content can be easily tailored to your current situation or your personal interests.
- Weiping Peng, Airbnb
Table of contents
- Inside front cover
- Designing Deep Learning Systems
- Copyright
- contents
- front matter
- 1 An introduction to deep learning systems
- 2 Dataset management service
-
3 Model training service
- 3.1 Model training service: Design overview
- 3.2 Deep learning training code pattern
-
3.3 A sample model training service
- 3.3.1 Play with the service
- 3.3.2 Service design overview
- 3.3.3 Training service API
- 3.3.4 Launching a new training job
- 3.3.5 Updating and fetching job status
- 3.3.6 The intent classification model training code
- 3.3.7 Training job management
- 3.3.8 Troubleshooting metrics
- 3.3.9 Supporting new algorithm or new version
- 3.4 Kubeflow training operators: An open source approach
- 3.5 When to use the public cloud
- Summary
- 4 Distributed training
- 5 Hyperparameter optimization service
- 6 Model serving design
- 7 Model serving in practice
- 8 Metadata and artifact store
- 9 Workflow orchestration
- 10 Path to production
- Appendix A. A “hello world” deep learning system
- Appendix B. Survey of existing solutions
- Appendix C. Creating an HPO service with Kubeflow Katib
- index
- Inside back cover
Product information
- Title: Designing Deep Learning Systems
- Author(s):
- Release date: August 2023
- Publisher(s): Manning Publications
- ISBN: 9781633439863
You might also like
book
Math and Architectures of Deep Learning
Shine a spotlight into the deep learning “black box”. This comprehensive and detailed guide reveals the …
book
Inside Deep Learning
Journey through the theory and practice of modern deep learning, and apply innovative techniques to solve …
book
Machine Learning Production Systems
Using machine learning for products, services, and critical business processes is quite different from using ML …
book
Deep Learning at Scale
Bringing a deep-learning project into production at scale is quite challenging. To successfully scale your project, …