جسجتو در بین میلیونها کتاب

دانلود نامحدود

دانلود نامحدود

ساعات پشتیبانی تلفنی

پشتیبانی از ساعت 7 تا 23

ضمانت بازگشت وجه

ضمانت بازگشت وجه

دانلود کتاب Debugging Machine Learning Models with Python: Develop high-performance, low-bias, and explainable machine learning

اشکال زدایی مدل های یادگیری ماشین با پایتون: یادگیری ماشینی با کارایی بالا، کم سوگیری و قابل توضیح توسعه دهید
عنوان فارسی

اشکال زدایی مدل های یادگیری ماشین با پایتون: یادگیری ماشینی با کارایی بالا، کم سوگیری و قابل توضیح توسعه دهید

عنوان اصلیDebugging Machine Learning Models with Python: Develop high-performance, low-bias, and explainable machine learning
ناشرPackt
نویسندهAli Madani
ISBN 9781800208582
سال نشر2023
زبانEnglish
تعداد صفحات345
دسته الگوریتم ها و ساختارهای داده ها: شناخت الگو
فرمت کتابpdf - قابل تبدیل به سایر فرمت ها
حجم فایل28 مگابایت

* نکته : همۀ کتاب های موجود در وبسایت زبان اصلی می باشد و کتاب ترجمه فارسی موجود نمی باشد.

در صورت ایرانی بودن نویسنده امکان دانلود وجود ندارد و مبلغ عودت داده خواهد شد

وضعیت : موجود

قیمت : 51,000 تومان

دانلود بلافاصله بعد از پرداخت امکان پذیر است

میانگین امتیاز:
از 16 رای

مشاهد کتاب در آمازون
توضیحات فهرست مطالب اطلاعات قبل از خربد

توضیحاتی در مورد کتاب

اشکال زدایی مدل های یادگیری ماشین با پایتون راهنمای جامعی است که شما را در کل طیف تسلط بر یادگیری ماشین، از مفاهیم پایه تا تکنیک های پیشرفته، هدایت می کند. این فراتر از اصول اولیه است تا شما را با تخصص ضروری برای ساخت مدل های قابل اعتماد و با کارایی بالا برای کاربردهای صنعتی مسلح کند. چه دانشمند داده، تحلیلگر، مهندس یادگیری ماشین یا توسعه‌دهنده پایتون باشید، این کتاب به شما این امکان را می‌دهد که سیستم‌های مدولار را برای آماده‌سازی داده‌ها طراحی کنید، مدل‌ها را به‌طور دقیق آموزش دهید و آزمایش کنید، و به‌طور یکپارچه آنها را در فناوری‌های بزرگ‌تر ادغام کنید.
توسط با پر کردن شکاف بین تئوری و عمل، یاد خواهید گرفت که چگونه عملکرد مدل را ارزیابی کنید، مسائل را شناسایی و به آنها رسیدگی کنید، و از پیشرفت‌های اخیر در یادگیری عمیق و مدل‌سازی مولد با استفاده از PyTorch و scikit-learn استفاده کنید. سفر شما به سمت توسعه مدل‌های با کیفیت بالا در عمل، مدل‌سازی علی و انسان در حلقه و قابلیت توضیح یادگیری ماشین را نیز در بر می‌گیرد. با مثال‌های عملی و توضیحات واضح، مهارت‌هایی را برای ارائه راه‌حل‌های تاثیرگذار در حوزه‌هایی مانند مراقبت‌های بهداشتی، مالی، و تجارت الکترونیک توسعه خواهید داد.

فهرست مطالب

Cover
Title Page
Copyright
Dedication
Foreword
Contributors
Table of Contents
Preface
Part 1:Debugging for Machine Learning Modeling
Chapter 1: Beyond Code Debugging
Technical requirements
Machine learning at a glance
Types of machine learning modeling
Supervised learning
Unsupervised learning
Self-supervised learning
Semi-supervised learning
Reinforcement learning
Generative machine learning
Debugging in software development
Error messages in Python
Debugging techniques
Debuggers
Best practices for high-quality Python programming
Version control
Debugging beyond Python
Flaws in data used for modeling
Data format and structure
Data quantity and quality
Data biases
Model and prediction-centric debugging
Underfitting and overfitting
Inference in model testing and production
Data or hyperparameters for changing landscapes
Summary
Questions
References
Chapter 2: Machine Learning Life Cycle
Technical requirements
Before we start modeling
Data collection
Data selection
Data exploration
Data wrangling
Structuring
Enriching
Data transformation
Cleaning
Modeling data preparation
Feature selection and extraction
Designing an evaluation and testing strategy
Model training and evaluation
Testing the code and the model
Model deployment and monitoring
Summary
Questions
References
Chapter 3: Debugging toward Responsible AI
Technical requirements
Impartial modeling fairness in machine learning
Data bias
Algorithmic bias
Security and privacy in machine learning
Data privacy
Data poisoning
Adversarial attacks
Output integrity attacks
System manipulation
Secure and private machine learning techniques
Transparency in machine learning modeling
Accountable and open to inspection modeling
Data and model governance
Summary
Questions
References
Part 2:Improving Machine Learning Models
Chapter 4: Detecting Performance and Efficiency Issues in Machine Learning Models
Technical requirements
Performance and error assessment measures
Classification
Regression
Clustering
Visualization for performance assessment
Summary metrics are not enough
Visualizations could be misleading
Don’t interpret your plots as you wish
Bias and variance diagnosis
Model validation strategy
Error analysis
Beyond performance
Summary
Questions
References
Chapter 5: Improving the Performance of Machine Learning Models
Technical requirements
Options for improving model performance
Grid search
Random search
Bayesian search
Successive halving
Synthetic data generation
Oversampling for imbalanced data
Improving pre-training data processing
Anomaly detection and outlier removal
Benefitting from data of lower quality or relevance
Regularization to improve model generalizability
Summary
Questions
References
Chapter 6: Interpretability and Explainability in Machine Learning Modeling
Technical requirements
Interpretable versus black-box machine learning
Interpretable machine learning models
Explainability for complex models
Explainability methods in machine learning
Local explainability techniques
Global explanation
Practicing machine learning explainability in Python
Explanations in SHAP
Explanations using LIME
Counterfactual generation using Diverse Counterfactual Explanations (DiCE)
Reviewing why having explainability is not enough
Summary
Questions
References
Chapter 7: Decreasing Bias and Achieving Fairness
Technical requirements
Fairness in machine learning modeling
Proxies for sensitive variables
Sources of bias
Biases introduced in data generation and collection
Bias in model training and testing
Bias in production
Using explainability techniques
Fairness assessment and improvement in Python
Summary
Questions
References
Part 3:Low-Bug Machine Learning Development and Deployment
Chapter 8: Controlling Risks Using Test-Driven Development
Technical requirements
Test-driven development for machine learning modeling
Unit testing
Machine learning differential testing
Tracking machine learning experiments
Summary
Questions
References
Chapter 9: Testing and Debugging for Production
Technical requirements
Infrastructure testing
Infrastructure as Code tools
Infrastructure testing tools
Infrastructure testing using Pytest
Integration testing of machine learning pipelines
Integration testing using pytest
Monitoring and validating live performance
Model assertion
Summary
Questions
References
Chapter 10: Versioning and Reproducible Machine Learning Modeling
Technical requirements
Reproducibility in machine learning
Data versioning
Model versioning
Summary
Questions
References
Chapter 11: Avoiding and Detecting Data and Concept Drifts
Technical requirements
Avoiding drifts in your models
Avoiding data drift
Addressing concept drift
Detecting drifts
Practicing with alibi_detect for drift detection
Practicing with evidently for drift detection
Summary
Questions
References
Part 4:Deep Learning Modeling
Chapter 12: Going Beyond ML Debugging with Deep Learning
Technical requirements
Introduction to artificial neural networks
Optimization algorithms
Frameworks for neural network modeling
PyTorch for deep learning modeling
Summary
Questions
References
Chapter 13: Advanced Deep Learning Techniques
Technical requirements
Types of neural networks
Categorization based on data type
Convolutional neural networks for image shape data
Performance assessment
CNN modeling using PyTorch
Image data transformation and augmentation for CNNs
Using pre-trained models
Transformers for language modeling
Tokenization
Language embedding
Language modeling using pre-trained models
Modeling graphs using deep neural networks
Graph neural networks
GNNs with PyTorch Geometric
Summary
Questions
References
Chapter 14: Introduction to Recent Advancements in Machine Learning
Technical requirements
Generative modeling
Generative deep learning techniques
Prompt engineering for text-based generative models
Generative modeling using PyTorch
Reinforcement learning
Reinforcement learning with human feedback (RLHF)
Self-supervised learning (SSL)
Self-supervised learning with PyTorch
Summary
Questions
References
Part 5:Advanced Topics in Model Debugging
Chapter 15: Correlation versus Causality
Technical requirements
Correlation as part of machine learning models
Causal modeling to reduce risks and improve performance
Assessing causation in machine learning models
Causal inference
Causal modeling using Python
Using dowhy for causal effect estimation
Using bnlearn for causal inference through Bayesian networks
Summary
Questions
References
Chapter 16: Security and Privacy in Machine Learning
Technical requirements
Encryption techniques and their use in machine learning
Implementing AES encryption in Python
Homomorphic encryption
Differential privacy
Federated learning
Summary
Questions
References
Chapter 17: Human-in-the-Loop Machine Learning
Humans in the machine learning life cycle
Expert feedback collection
Human-in-the-loop modeling
Summary
Questions
References
Assessments
Chapter 1 – Beyond Code Debugging
Chapter 2 – Machine Learning Life Cycle
Chapter 3 – Debugging toward Responsible AI
Chapter 4 – Detecting Performance and Efficiency Issues in Machine Learning Models
Chapter 5 – Improving the Performance of Machine Learning Models
Chapter 6 – Interpretability and Explainability in Machine Learning Modeling
Chapter 7 – Decreasing Bias and Achieving Fairness
Chapter 8 – Controlling Risks Using Test-Driven Development
Chapter 9 – Testing and Debugging for Production
Chapter 10 – Versioning and Reproducible Machine Learning Modeling
Chapter 11 – Avoiding and Detecting Data and Concept Drifts
Chapter 12 – Going Beyond ML Debugging with Deep Learning
Chapter 13 – Advanced Deep Learning Techniques
Chapter 14 – Introduction to Recent Advancements in Machine Learning
Chapter 15 – Correlation versus Causality
Chapter 16 – Security and Privacy in Machine Learning
Chapter 17 – Human-in-the-Loop Machine Learning
Index
About Packt
Other Books You May Enjoy

نحوه دریافت کتاب

این کتاب نسخه زبان اصلی است و ترجمه فارسی نیست.بعد از تکمیل فرایند خرید می توانید کتاب را دانلود نمایید. درصورت نیاز به تغییر فرمت کتاب به پشتیبان اطلاع دهید.

ورود به حساب کاربری

نام کاربری کلمه عبور

رمز عبور را فراموش کردی؟ کلیک کن

حساب کاربری نداری؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری آدرس ایمیل شماره موبایل کلمه عبور