دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: [1 ed.] نویسندگان: Trevor Grant, Holden Karau, Boris Lublinsky, Richard Liu, Ilan Filonenko سری: ISBN (شابک) : 1492050121, 9781492050124 ناشر: O'Reilly Media سال نشر: 2020 تعداد صفحات: 264 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 14 Mb
در صورت تبدیل فایل کتاب Kubeflow for Machine Learning: From Lab to Production به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Kubeflow برای یادگیری ماشین: از آزمایشگاه تا تولید نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
اگر در حال آموزش یک مدل یادگیری ماشینی هستید اما مطمئن نیستید که چگونه آن را تولید کنید، این کتاب شما را به آنجا خواهد رساند. Kubeflow مجموعه ای از ابزارهای بومی ابری را برای مراحل مختلف چرخه عمر یک مدل، از کاوش داده ها، آماده سازی ویژگی ها، و آموزش مدل گرفته تا ارائه مدل ارائه می دهد. این راهنما به دانشمندان داده کمک میکند تا پیادهسازیهای یادگیری ماشینی درجه تولید را با Kubeflow بسازند و به مهندسان داده نشان میدهد که چگونه مدلها را مقیاسپذیر و قابل اعتماد بسازند. نویسندگان هولدن کارائو، ترور گرانت، ایلان فیلوننکو، ریچارد لیو و بوریس لوبلینسکی با استفاده از مثالهایی در سراسر کتاب توضیح میدهند که چگونه از Kubeflow برای آموزش و ارائه مدلهای یادگیری ماشین خود در بالای Kubernetes در فضای ابری یا در محیط توسعه در محل استفاده کنید. . • طراحی Kubeflow، اجزای اصلی و مشکلاتی که حل می کند را درک کنید • تفاوت بین Kubeflow در انواع مختلف خوشه را درک کنید • مدلهای قطار با استفاده از Kubeflow با ابزارهای محبوب از جمله Scikit-learn، TensorFlow، و Apache Spark • مدل خود را با خطوط لوله Kubeflow به روز نگه دارید • نحوه گرفتن ابرداده آموزشی مدل را بدانید • نحوه گسترش Kubeflow با ابزارهای منبع باز اضافی را بررسی کنید • برای آموزش از تنظیم هایپرپارامتر استفاده کنید • یاد بگیرید که چگونه به مدل خود در تولید خدمت کنید
If you're training a machine learning model but aren't sure how to put it into production, this book will get you there. Kubeflow provides a collection of cloud native tools for different stages of a model's lifecycle, from data exploration, feature preparation, and model training to model serving. This guide helps data scientists build production-grade machine learning implementations with Kubeflow and shows data engineers how to make models scalable and reliable. Using examples throughout the book, authors Holden Karau, Trevor Grant, Ilan Filonenko, Richard Liu, and Boris Lublinsky explain how to use Kubeflow to train and serve your machine learning models on top of Kubernetes in the cloud or in a development environment on-premises. • Understand Kubeflow's design, core components, and the problems it solves • Understand the differences between Kubeflow on different cluster types • Train models using Kubeflow with popular tools including Scikit-learn, TensorFlow, and Apache Spark • Keep your model up to date with Kubeflow Pipelines • Understand how to capture model training metadata • Explore how to extend Kubeflow with additional open source tools • Use hyperparameter tuning for training • Learn how to serve your model in production
Copyright Table of Contents Foreword Preface Our Assumption About You Your Responsibility as a Practitioner Conventions Used in This Book Code Examples Using Code Examples O’Reilly Online Learning How to Contact the Authors How to Contact Us Acknowledgments Grievances Chapter 1. Kubeflow: What It Is and Who It Is For Model Development Life Cycle Where Does Kubeflow Fit In? Why Containerize? Why Kubernetes? Kubeflow’s Design and Core Components Data Exploration with Notebooks Data/Feature Preparation Training Hyperparameter Tuning Model Validation Inference/Prediction Pipelines Component Overview Alternatives to Kubeflow Clipper (RiseLabs) MLflow (Databricks) Others Introducing Our Case Studies Modified National Institute of Standards and Technology Mailing List Data Product Recommender CT Scans Conclusion Chapter 2. Hello Kubeflow Getting Set Up with Kubeflow Installing Kubeflow and Its Dependencies Setting Up Local Kubernetes Setting Up Your Kubeflow Development Environment Creating Our First Kubeflow Project Training and Deploying a Model Training and Monitoring Progress Test Query Going Beyond a Local Deployment Conclusion Chapter 3. Kubeflow Design: Beyond the Basics Getting Around the Central Dashboard Notebooks (JupyterHub) Training Operators Kubeflow Pipelines Hyperparameter Tuning Model Inference Metadata Component Summary Support Components MinIO Istio Knative Apache Spark Kubeflow Multiuser Isolation Conclusion Chapter 4. Kubeflow Pipelines Getting Started with Pipelines Exploring the Prepackaged Sample Pipelines Building a Simple Pipeline in Python Storing Data Between Steps Introduction to Kubeflow Pipelines Components Argo: the Foundation of Pipelines What Kubeflow Pipelines Adds to Argo Workflow Building a Pipeline Using Existing Images Kubeflow Pipeline Components Advanced Topics in Pipelines Conditional Execution of Pipeline Stages Running Pipelines on Schedule Conclusion Chapter 5. Data and Feature Preparation Deciding on the Correct Tooling Local Data and Feature Preparation Fetching the Data Data Cleaning: Filtering Out the Junk Formatting the Data Feature Preparation Custom Containers Distributed Tooling TensorFlow Extended Distributed Data Using Apache Spark Distributed Feature Preparation Using Apache Spark Putting It Together in a Pipeline Using an Entire Notebook as a Data Preparation Pipeline Stage Conclusion Chapter 6. Artifact and Metadata Store Kubeflow ML Metadata Programmatic Query Kubeflow Metadata UI Using MLflow’s Metadata Tools with Kubeflow Creating and Deploying an MLflow Tracking Server Logging Data on Runs Using the MLflow UI Conclusion Chapter 7. Training a Machine Learning Model Building a Recommender with TensorFlow Getting Started Starting a New Notebook Session TensorFlow Training Deploying a TensorFlow Training Job Distributed Training Using GPUs Using Other Frameworks for Distributed Training Training a Model Using Scikit-Learn Starting a New Notebook Session Data Preparation Scikit-Learn Training Explaining the Model Exporting Model Integration into Pipelines Conclusion Chapter 8. Model Inference Model Serving Model Serving Requirements Model Monitoring Model Accuracy, Drift, and Explainability Model Monitoring Requirements Model Updating Model Updating Requirements Summary of Inference Requirements Model Inference in Kubeflow TensorFlow Serving Review Seldon Core Designing a Seldon Inference Graph Testing Your Model Serving Requests Monitoring Your Models Review KFServing Serverless and the Service Plane Data Plane Example Walkthrough Peeling Back the Underlying Infrastructure Review Conclusion Chapter 9. Case Study Using Multiple Tools The Denoising CT Scans Example Data Prep with Python DS-SVD with Apache Spark Visualization The CT Scan Denoising Pipeline Sharing the Pipeline Conclusion Chapter 10. Hyperparameter Tuning and Automated Machine Learning AutoML: An Overview Hyperparameter Tuning with Kubeflow Katib Katib Concepts Installing Katib Running Your First Katib Experiment Prepping Your Training Code Configuring an Experiment Running the Experiment Katib User Interface Tuning Distributed Training Jobs Neural Architecture Search Advantages of Katib over Other Frameworks Conclusion Appendix A. Argo Executor Configurations and Trade-Offs Appendix B. Cloud-Specific Tools and Configuration Google Cloud TPU-Accelerated Instances Dataflow for TFX Appendix C. Using Model Serving in Applications Building Streaming Applications Leveraging Model Serving Stream Processing Engines and Libraries Introducing Cloudflow Building Batch Applications Leveraging Model Serving Index About the Authors Colophon