Explainable Ai Recipes: Implement Solutions to Model Explainability and Interpretability With Python Other -
by Pradeepta Mishra
- New
A$104.00
A$5.85
Delivery within USA
Standard delivery: 9 to 14 days
More delivery options
Standard delivery: 9 to 14 days
Ships from Cold Books (New York, United States)
Details
- Title Explainable Ai Recipes: Implement Solutions to Model Explainability and Interpretability With Python
- Author Pradeepta Mishra
- Binding Other
- Condition New
- Pages 254
- Volumes 1
- Language ENG
- Publisher Apress
- Publication date
- Illustrated Yes
- Features Illustrated
- Bookseller's Inventory # 6395320971
- ISBN 9781484290286 / 1484290283
- Weight 0.87 lbs (0.39 kg)
- Dimensions 9.21 x 6.14 x 0.59 in (23.39 x 15.60 x 1.50 cm)
- Category Computers - General Information
- Quantity available 4
About Cold Books New York, United States
Reader reviews for Explainable Ai Recipes: Implement Solutions to Model Explainability and Interpretability With Python
Write a review for this book
Important Terms and Guidelines
- Please focus on the book’s content and context. Also, add any personal comments as to how you enjoyed the book. Substantiate your likes and dislikes. You may make comparisons to other books.
- Reviews must be at least 140 characters in length.
- Please do not reveal critical plot elements.
- This is not a help line. Contact customer support if you need help.
Your review must not include:
- Obscenities, discriminatory language, or other insulting language not suitable for public domain
- Advertisements, “spam” content, or references to other products, offers or websites.
- Email addresses, URLs, phone numbers, physical addresses or other contact information.
- Overly critical comments about other reviews or reviewers
- Time-sensitive material (i.e. promotional tours, seminars, lectures, etc.)
- Availability, price, or alternative ordering/shipping information
From the publisher
From the rear cover
Understand how to use Explainable AI (XAI) libraries and build trust in AI and machine learning models. This book utilizes a problem-solution approach to explaining machine learning models and their algorithms.
The book starts with model interpretation for supervised learning linear models, which includes feature importance, partial dependency analysis, and influential data point analysis for both classification and regression models. Next, it explains supervised learning using non-linear models and state-of-the-art frameworks such as SHAP values/scores and LIME for local interpretation. Explainability for time series models is covered using LIME and SHAP, as are natural language processing-related tasks such as text classification, and sentiment analysis with ELI5, and ALIBI. The book concludes with complex model classification and regression-like neural networks and deep learning models using the CAPTUM framework that shows feature attribution, neuron attribution, and activation attribution.
After reading this book, you will understand AI and machine learning models and be able to put that knowledge into practice to bring more accuracy and transparency to your analyses. You will:
The book starts with model interpretation for supervised learning linear models, which includes feature importance, partial dependency analysis, and influential data point analysis for both classification and regression models. Next, it explains supervised learning using non-linear models and state-of-the-art frameworks such as SHAP values/scores and LIME for local interpretation. Explainability for time series models is covered using LIME and SHAP, as are natural language processing-related tasks such as text classification, and sentiment analysis with ELI5, and ALIBI. The book concludes with complex model classification and regression-like neural networks and deep learning models using the CAPTUM framework that shows feature attribution, neuron attribution, and activation attribution.
After reading this book, you will understand AI and machine learning models and be able to put that knowledge into practice to bring more accuracy and transparency to your analyses. You will:
- Create code snippets and explain machine learning models using Python
- Leverage deep learning models using the latest code with agile implementations
- Build, train, and explain neural network models designed to scale
- Understand the different variants of neural network models