Explainable AI Recipes

Explainable AI Recipes

Author: Pradeepta Mishra

Publisher:

Published: 2023

Total Pages: 0

ISBN-13: 9781484294628

DOWNLOAD EBOOK

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: 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.


The Hype-driven AI Mobile Cookbook: Recipes for Success

The Hype-driven AI Mobile Cookbook: Recipes for Success

Author: M.B. Chatfield

Publisher: M.B. Chatfield

Published:

Total Pages: 126

ISBN-13:

DOWNLOAD EBOOK

In this cookbook, M.B. Chatfield provides a comprehensive guide to choosing, using, and getting the most out of a hype-driven AI mobile. Chatfield begins by discussing the pros and cons of hype-driven AI mobiles. He then provides a detailed overview of the different types of AI features available in these phones. Chatfield also discusses the potential risks of hype-driven AI mobiles, such as bias, privacy concerns, and job displacement. The Hype-driven AI Mobile Cookbook is an essential resource for anyone who is considering buying a hype-driven AI mobile. It provides the information you need to make an informed decision and get the most out of your phone.


Explainable AI with Python

Explainable AI with Python

Author: Leonida Gianfagna

Publisher: Springer Nature

Published: 2021-04-28

Total Pages: 202

ISBN-13: 303068640X

DOWNLOAD EBOOK

This book provides a full presentation of the current concepts and available techniques to make “machine learning” systems more explainable. The approaches presented can be applied to almost all the current “machine learning” models: linear and logistic regression, deep learning neural networks, natural language processing and image recognition, among the others. Progress in Machine Learning is increasing the use of artificial agents to perform critical tasks previously handled by humans (healthcare, legal and finance, among others). While the principles that guide the design of these agents are understood, most of the current deep-learning models are "opaque" to human understanding. Explainable AI with Python fills the current gap in literature on this emerging topic by taking both a theoretical and a practical perspective, making the reader quickly capable of working with tools and code for Explainable AI. Beginning with examples of what Explainable AI (XAI) is and why it is needed in the field, the book details different approaches to XAI depending on specific context and need. Hands-on work on interpretable models with specific examples leveraging Python are then presented, showing how intrinsic interpretable models can be interpreted and how to produce “human understandable” explanations. Model-agnostic methods for XAI are shown to produce explanations without relying on ML models internals that are “opaque.” Using examples from Computer Vision, the authors then look at explainable models for Deep Learning and prospective methods for the future. Taking a practical perspective, the authors demonstrate how to effectively use ML and XAI in science. The final chapter explains Adversarial Machine Learning and how to do XAI with adversarial examples.


A Dash of AI

A Dash of AI

Author: Mike Wisniewski

Publisher:

Published: 2023-05-31

Total Pages: 0

ISBN-13:

DOWNLOAD EBOOK

Introducing A Dash of AI, a coffee table cookbook that is both a recipe guide and a conversation starter. With the power of generative AI, A Dash of AI showcases how artificial intelligence can enhance the culinary world, and open up new possibilities for creativity in the kitchen.This cookbook is not your average cookbook. Every single image of the mouth-watering dishes has been generated by AI using Stable Diffusion and other image generation models. And the text? It was written entirely by ChatGPT with some light human commentary. The result is a beautiful and unique book that is a true testament to the capabilities of modern technology.But A Dash of AI is not just about stunning visuals. It's a bridge to understanding the power of generative AI and the endless possibilities it offers. It sparks discussion about the potential impact of AI on our daily lives and how it can be used to improve our experiences. It's a fascinating glimpse into the future of technology and its role in enhancing creativity.And let's not forget the recipes. A Dash of AI is packed with delicious dishes from the mind of ChatGPT. From the Cider Braised Pork Shoulder to the Pineapple Sage Martini, each recipe is sure to tantalize your taste buds. What really sets A Dash of AI apart is its ability to spark conversation and inspire curiosity. It's a book that encourages exploration and innovation, and it's a must-have for anyone interested in the intersection of technology and culinary arts.In short, A Dash of AI is not just a cookbook - it's a conversation starter, a work of art, and a glimpse into the future. So why not add it to your coffee table and see where the conversation takes you?


Google Cloud Cookbook

Google Cloud Cookbook

Author: Rui Costa

Publisher: "O'Reilly Media, Inc."

Published: 2021-10-08

Total Pages: 286

ISBN-13: 149209286X

DOWNLOAD EBOOK

Get quick hands-on experience with Google Cloud. This cookbook provides a variety of self-contained recipes that show you how to use Google Cloud services for your enterprise application. Whether you're looking for practical ways to apply microservices, AI, analytics, security, or networking solutions, these recipes take you step-by-step through the process and provide discussions that explain how and why the recipes work. Ideal for system engineers and administrators, developers, network and database administrators, and data analysts, this cookbook helps you get started with Google Cloud regardless of your level of experience. Google veterans Rui Costa and Drew Hodun also cover advanced-level Google Cloud services for those who have appreciable experience with the platform. Learn how to get started with Google Cloud Understand the depth of services Google Cloud provides Gain hands-on experience using practical examples and labs Explore topics that include BigQuery, Cloud Run, and Kubernetes Build and run mobile and web applications on Google Cloud Examine ways to build your cloud applications for scale Build a minimum viable product (MVP) app to use in production Learn data platform and pipeline skills


Interpretable Machine Learning

Interpretable Machine Learning

Author: Christoph Molnar

Publisher: Lulu.com

Published: 2020

Total Pages: 320

ISBN-13: 0244768528

DOWNLOAD EBOOK

This book is about making machine learning models and their decisions interpretable. After exploring the concepts of interpretability, you will learn about simple, interpretable models such as decision trees, decision rules and linear regression. Later chapters focus on general model-agnostic methods for interpreting black box models like feature importance and accumulated local effects and explaining individual predictions with Shapley values and LIME. All interpretation methods are explained in depth and discussed critically. How do they work under the hood? What are their strengths and weaknesses? How can their outputs be interpreted? This book will enable you to select and correctly apply the interpretation method that is most suitable for your machine learning project.


Python for Finance Cookbook

Python for Finance Cookbook

Author: Eryk Lewinson

Publisher: Packt Publishing Ltd

Published: 2022-12-30

Total Pages: 741

ISBN-13: 1803238836

DOWNLOAD EBOOK

Use modern Python libraries such as pandas, NumPy, and scikit-learn and popular machine learning and deep learning methods to solve financial modeling problems Purchase of the print or Kindle book includes a free eBook in the PDF format Key FeaturesExplore unique recipes for financial data processing and analysis with PythonApply classical and machine learning approaches to financial time series analysisCalculate various technical analysis indicators and backtest trading strategiesBook Description Python is one of the most popular programming languages in the financial industry, with a huge collection of accompanying libraries. In this new edition of the Python for Finance Cookbook, you will explore classical quantitative finance approaches to data modeling, such as GARCH, CAPM, factor models, as well as modern machine learning and deep learning solutions. You will use popular Python libraries that, in a few lines of code, provide the means to quickly process, analyze, and draw conclusions from financial data. In this new edition, more emphasis was put on exploratory data analysis to help you visualize and better understand financial data. While doing so, you will also learn how to use Streamlit to create elegant, interactive web applications to present the results of technical analyses. Using the recipes in this book, you will become proficient in financial data analysis, be it for personal or professional projects. You will also understand which potential issues to expect with such analyses and, more importantly, how to overcome them. What you will learnPreprocess, analyze, and visualize financial dataExplore time series modeling with statistical (exponential smoothing, ARIMA) and machine learning modelsUncover advanced time series forecasting algorithms such as Meta's ProphetUse Monte Carlo simulations for derivatives valuation and risk assessmentExplore volatility modeling using univariate and multivariate GARCH modelsInvestigate various approaches to asset allocationLearn how to approach ML-projects using an example of default predictionExplore modern deep learning models such as Google's TabNet, Amazon's DeepAR and NeuralProphetWho this book is for This book is intended for financial analysts, data analysts and scientists, and Python developers with a familiarity with financial concepts. You'll learn how to correctly use advanced approaches for analysis, avoid potential pitfalls and common mistakes, and reach correct conclusions for a broad range of finance problems. Working knowledge of the Python programming language (particularly libraries such as pandas and NumPy) is necessary.