Price: $29.99
(as of Dec 24,2024 01:56:40 UTC – Details)
From the Publisher
What are the key takeaways you want readers to get from this book?
In this book, you’ll learn about tools and techniques using Python to visualize, explain, and integrate trustworthy AI results to deliver business value, while avoiding common issues with AI bias and ethics.
You’ll also get to work with hands-on Python machine learning projects in Python and TensorFlow 2.x, and learn how to use WIT, SHAP, and other key explainable AI (XAI) tools – along with those designed by IBM, Google, and other advanced AI research labs.
Two of my favorite concepts that I hope readers will also fall in love with are:
The fact that XAI can pinpoint the exact feature(s) that led to an output such as SHAP, LIME, Anchors, CEM, and the other XAI methods in this book
Ethics – we can finally scientifically pinpoint discrimination and eradicate it!
Finally, I would want readers to understand that it is an illusion to think that anybody can understand the output of an AI program that contains millions of parameters by just looking at the code and intermediate outputs.
What are the main tools used in the book?
The book shows you how to implement two essential tools to detect problems and bias: Facets and Google’s What-If Tool (WIT). With this you’ll learn to find, display, and explain bias to the developers and users of an AI project.
In addition to this, you’ll use the knowledge and tools you’ve acquired to build an XAI solution from scratch using Python, TensorFlow, Facets, and WIT.
We often isolate ourselves from reality when experimenting with machine learning (ML) algorithms. We take the ready-to-use online datasets, use the algorithms suggested by a given cloud AI platform, and display the results as we saw in a tutorial we found on the web.
However, by only focusing on what we think is the technical aspect, we miss a lot of critical moral, ethical, legal, and advanced technical issues. In this book, we will enter the real world of AI with its long list of XAI issues, using Python as the key language to explain concepts.
ASIN : B08DHYYHSZ
Publisher : Packt Publishing; 1st edition (July 31, 2020)
Publication date : July 31, 2020
Language : English
File size : 14070 KB
Text-to-Speech : Enabled
Screen Reader : Supported
Enhanced typesetting : Enabled
X-Ray : Not Enabled
Word Wise : Not Enabled
Print length : 456 pages
Page numbers source ISBN : 1800208138
In today’s rapidly evolving world of artificial intelligence, the concept of Explainable AI (XAI) has become increasingly important. As AI continues to be integrated into various aspects of our lives, it is crucial for users to understand how these systems make decisions and why they come to certain conclusions.
Hands-On Explainable AI (XAI) with Python is a practical approach to understanding and implementing XAI techniques in AI applications. By interpreting, visualizing, explaining, and integrating reliable AI models, developers can create fair, secure, and trustworthy AI apps that users can rely on.
In this post, we will explore the principles of XAI and demonstrate how Python can be used to implement these techniques. Through hands-on examples and code snippets, readers will learn how to interpret black-box models, visualize decision-making processes, explain model predictions, and integrate XAI into their AI applications.
By the end of this post, readers will have a solid understanding of how XAI can be used to create fair, secure, and trustworthy AI apps, and the tools and techniques needed to implement XAI in Python. Stay tuned for more insights and practical tips on Hands-On Explainable AI with Python.
#HandsOn #Explainable #XAI #Python #Interpret #visualize #explain #integrate #reliable #fair #secure #trustworthy #apps