Interpretable Machine Learning


Book Description

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.




Wittgenstein and Artificial Intelligence, Volume II


Book Description

Volume II This collection brings together work on the relevance of Wittgenstein’s philosophy to the field of Artificial Intelligence (AI). Over two volumes, our contributors cover a wide range of topics from different disciplinary approaches. In this Volume (II), contributions are centred on two major themes in the philosophy of AI: questions of value and governance. Contributions include chapters on both ethics and aesthetics and AI, as well as questions of the governance of AI systems, including legal and policy issues.




Evolutionary Computation with Intelligent Systems


Book Description

This book focuses on cutting-edge innovations and core theories, principles, and algorithms applicable to a wide area. Real-life applications, case studies, and examples are included along with emerging trends, design, and optimized solutions pivoting around the needs of Society 5.0. Evolutionary Computation with Intelligent Systems: A Multidisciplinary Approach to Society 5.0 provides a holistic view of evolutionary computation techniques including principles, procedures, and future applications with real-life examples. The book comprehensively explains evolutionary computation, design, principles, development trends, and optimization and describes how it can transform the operating context of the organization. It exemplifies the potential of evolutionary computation for the next generation and the role of cloud computing in shaping Society 5.0. It also provides insight into various platforms, paradigms, techniques, and tools used in diverse fields. This book appeals to a variety of readers such as academicians, researchers, research scholars, and postgraduates.




Users & Machine Learning-based Curation Systems


Book Description

Users are increasingly interacting with machine learning (ML)-based curation systems. YouTube and Facebook, two of the most visited websites worldwide, utilize such systems to curate content for billions of users. Contemporary challenges such as fake news, filter bubbles, and biased predictions make the understanding of ML-based curation systems an important and timely concern. Despite their political, social, and cultural importance, practitioners' framing of machine learning and users' understanding of ML-based curation systems have not been investigated systematically. This is problematic since machine learning - as a novel programming paradigm in which a mapping between input and output is inferred from data - poses a variety of open research questions regarding users' understanding. The first part of this thesis provides the first in-depth investigation of ML-based curation systems as socio-technical systems. The second part of the thesis contributes recommendations on how ML-based curation systems can and should be explained and audited. The first part analyses practitioners' framing of ML by examining how the term machine learning, ML applications, and ML algorithms are framed in tutorials. The thesis also investigates the beliefs that users have about YouTube and introduces a user belief framework of ML-based curation systems. Furthermore, it demonstrates how limited users' capabilities for providing input data for ML-based curation systems are. The second part evaluates different explanations of ML-based systems. This evaluation uncovered an explanatory gap between what is available to explain ML-based curation systems and what users need to understand such systems. Informed by this explanatory gap, the second part of this thesis demonstrates that audits of ML systems can be an important alternative to explanations. This demonstration of audits also uncovers a popularity bias enacted by YouTube's ML-based curation system. Based on these findings, the thesis recommends performing audits to ensure that ML-based systems act in the public's interest. Keywords: Algorithmic Bias; Algorithmic Experience; Algorithmic Transparency; Algorithms; Fake News; Human-Centered Machine Learning; Human-Computer Interaction; Machine Learning; Artificial Intelligence; Recommender Systems; Social Media; Trust; User Beliefs; User Experience; Video Recommendations; YouTube




Deceptive AI


Book Description

This book constitutes selected papers presented at the First International Workshop on Deceptive AI, DeceptECAI 2020, held in conjunction with the 24th European Conference on Artificial Intelligence, ECAI 2020, in Santiago de Compostela, Spain, in August 2020, and Second International Workshop on Deceptive AI, DeceptAI 2021, held in conjunction with the 30th International Joint Conference on Artificial Intelligence, IJCAI 2021, in Montreal, Canada, in August 2021. Due to the COVID-19 pandemic both conferences were held in a virtual mode. The 12 papers presented were thoroughly reviewed and selected from the 16 submissions. They present recent developments in the growing area of research in the interface between deception and AI.




Foundations of Intelligent Systems


Book Description

This book constitutes the proceedings of the 26th International Symposium on Foundations of Intelligent Systems, ISMIS 2022, held in Cosenza, Italy, in October 2022. The 31 regular papers, 11 short papers and 4 industrial papers presented in this volume were carefully reviewed and selected from 71 submissions. They were organized in topical sections as follows: Social Media and Recommendation; Natural Language Processing; Explainability; Intelligent Systems; Classification and Clustering; Complex Data; Medical Applications; Industrial Applications.




Frontiers of Engineering


Book Description

This volume presents papers on the topics covered at the National Academy of Engineering's 2017 US Frontiers of Engineering Symposium. Every year the symposium brings together 100 outstanding young leaders in engineering to share their cutting-edge research and innovations in selected areas. The 2017 symposium was held September 25-27 at the United Technologies Research Center in East Hartford, Connecticut. The intent of this book is to convey the excitement of this unique meeting and to highlight innovative developments in engineering research and technical work.




Harnessing AI and Digital Twin Technologies in Businesses


Book Description

The intersection of artificial intelligence (AI) and digital twin technology presents a problem and an unparalleled opportunity for transformation. Businesses grapple with the need for operational excellence, innovation, and a competitive edge, all while navigating the intricate web of data analytics, decision-making, and real-time monitoring. In response to these challenges, Harnessing AI and Digital Twin Technologies in Businesses emerges as an example of insight and guidance, offering a comprehensive exploration of the complementary connection between AI and digital twin technology. In a world where the convergence of these powerful tools transforms business intelligence, enabling initiative-taking decision-making and dynamic simulations. This book serves as a solution for decision-makers, technologists, and researchers seeking to not only understand but harness the potential of AI-powered digital twins to enhance productivity, creativity, and judgment in their operations.




Interpretable Machine Learning with Python


Book Description

A deep and detailed dive into the key aspects and challenges of machine learning interpretability, complete with the know-how on how to overcome and leverage them to build fairer, safer, and more reliable models Key Features Learn how to extract easy-to-understand insights from any machine learning model Become well-versed with interpretability techniques to build fairer, safer, and more reliable models Mitigate risks in AI systems before they have broader implications by learning how to debug black-box models Book DescriptionDo you want to gain a deeper understanding of your models and better mitigate poor prediction risks associated with machine learning interpretation? If so, then Interpretable Machine Learning with Python deserves a place on your bookshelf. We’ll be starting off with the fundamentals of interpretability, its relevance in business, and exploring its key aspects and challenges. As you progress through the chapters, you'll then focus on how white-box models work, compare them to black-box and glass-box models, and examine their trade-off. You’ll also get you up to speed with a vast array of interpretation methods, also known as Explainable AI (XAI) methods, and how to apply them to different use cases, be it for classification or regression, for tabular, time-series, image or text. In addition to the step-by-step code, this book will also help you interpret model outcomes using examples. You’ll get hands-on with tuning models and training data for interpretability by reducing complexity, mitigating bias, placing guardrails, and enhancing reliability. The methods you’ll explore here range from state-of-the-art feature selection and dataset debiasing methods to monotonic constraints and adversarial retraining. By the end of this book, you'll be able to understand ML models better and enhance them through interpretability tuning. What you will learn Recognize the importance of interpretability in business Study models that are intrinsically interpretable such as linear models, decision trees, and Naïve Bayes Become well-versed in interpreting models with model-agnostic methods Visualize how an image classifier works and what it learns Understand how to mitigate the influence of bias in datasets Discover how to make models more reliable with adversarial robustness Use monotonic constraints to make fairer and safer models Who this book is for This book is primarily written for data scientists, machine learning developers, and data stewards who find themselves under increasing pressures to explain the workings of AI systems, their impacts on decision making, and how they identify and manage bias. It’s also a useful resource for self-taught ML enthusiasts and beginners who want to go deeper into the subject matter, though a solid grasp on the Python programming language and ML fundamentals is needed to follow along.




Human and Machine Learning


Book Description

With an evolutionary advancement of Machine Learning (ML) algorithms, a rapid increase of data volumes and a significant improvement of computation powers, machine learning becomes hot in different applications. However, because of the nature of “black-box” in ML methods, ML still needs to be interpreted to link human and machine learning for transparency and user acceptance of delivered solutions. This edited book addresses such links from the perspectives of visualisation, explanation, trustworthiness and transparency. The book establishes the link between human and machine learning by exploring transparency in machine learning, visual explanation of ML processes, algorithmic explanation of ML models, human cognitive responses in ML-based decision making, human evaluation of machine learning and domain knowledge in transparent ML applications. This is the first book of its kind to systematically understand the current active research activities and outcomes related to human and machine learning. The book will not only inspire researchers to passionately develop new algorithms incorporating human for human-centred ML algorithms, resulting in the overall advancement of ML, but also help ML practitioners proactively use ML outputs for informative and trustworthy decision making. This book is intended for researchers and practitioners involved with machine learning and its applications. The book will especially benefit researchers in areas like artificial intelligence, decision support systems and human-computer interaction.