Cantitate/Preț
Produs

Distributed Machine Learning Patterns

Autor Yuan Tang
en Limba Engleză Paperback – 17 ian 2024
Practical patterns for scaling machine learning from your laptop to a distributed cluster.

In Distributed Machine Learning Patterns you will learn how to:

  • Apply distributed systems patterns to build scalable and reliable machine learning projects
  • Construct machine learning pipelines with data ingestion, distributed training, model serving, and more
  • Automate machine learning tasks with Kubernetes, TensorFlow, Kubeflow, and Argo Workflows
  • Make trade offs between different patterns and approaches
  • Manage and monitor machine learning workloads at scale

Distributed Machine Learning Patterns teaches you how to scale machine learning models from your laptop to large distributed clusters. In it, youll learn how to apply established distributed systems patterns to machine learning projects, and explore new ML-specific patterns as well. Firmly rooted in the real world, this book demonstrates how to apply patterns using examples based in TensorFlow, Kubernetes, Kubeflow, and Argo Workflows. Real-world scenarios, hands-on projects, and clear, practical DevOps techniques let you easily launch, manage, and monitor cloud-native distributed machine learning pipelines.
Scaling up models from standalone devices to large distributed clusters is one of the biggest challenges faced by modern machine learning practitioners. Distributed Machine Learning Patterns teaches you how to scale machine learning models from your laptop to large distributed clusters. In Distributed Machine Learning Patterns, youll learn how to apply established distributed systems patterns to machine learning projects, and explore new ML-specific patterns as well. Firmly rooted in the real world, this book demonstrates how to apply patterns using examples based in TensorFlow, Kubernetes, Kubeflow, and Argo Workflows. Real-world scenarios, hands-on projects, and clear, practical DevOps techniques let you easily launch, manage, and monitor cloud-native distributed machine learning pipelines.
Citește tot Restrânge

Preț: 31931 lei

Preț vechi: 39913 lei
-20% Nou

Puncte Express: 479

Preț estimativ în valută:
6111 6348$ 5076£

Carte disponibilă

Livrare economică 13-27 ianuarie 25
Livrare express 28 decembrie 24 - 03 ianuarie 25 pentru 3842 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781617299025
ISBN-10: 1617299022
Pagini: 375
Dimensiuni: 236 x 188 x 16 mm
Greutate: 0.5 kg
Editura: Manning Publications

Cuprins

table of contents
PART 1: BASIC CONCEPTS AND BACKGROUND
READ IN LIVEBOOK1INTRODUCTION TO DISTRIBUTED MACHINE LEARNING SYSTEMS
PART 2: PATTERNS OF DISTRIBUTED MACHINE LEARNING SYSTEMS
READ IN LIVEBOOK2DATA INGESTION PATTERNS
READ IN LIVEBOOK3DISTRIBUTED TRAINING PATTERNS
READ IN LIVEBOOK4MODEL SERVING PATTERNS
READ IN LIVEBOOK5WORKFLOW PATTERNS
READ IN LIVEBOOK6OPERATION PATTERNS
PART 3: BUILDING A DISTRIBUTED MACHINE LEARNING PIPELINE
7 OVERVIEW OF PROJECT ARCHITECTURE
8 OVERVIEW OF RELEVANT TECHNOLOGIES
9 A COMPLETE IMPLEMENTATION