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.


Book Synopsis Interpretable Machine Learning by : Christoph Molnar

Download or read book Interpretable Machine Learning written by Christoph Molnar and published by Lulu.com. This book was released on 2020 with total page 320 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.


Explainable AI: Interpreting, Explaining and Visualizing Deep Learning

Explainable AI: Interpreting, Explaining and Visualizing Deep Learning

Author: Wojciech Samek

Publisher: Springer Nature

Published: 2019-09-10

Total Pages: 435

ISBN-13: 3030289540

DOWNLOAD EBOOK

The development of “intelligent” systems that can take decisions and perform autonomously might lead to faster and more consistent decisions. A limiting factor for a broader adoption of AI technology is the inherent risks that come with giving up human control and oversight to “intelligent” machines. For sensitive tasks involving critical infrastructures and affecting human well-being or health, it is crucial to limit the possibility of improper, non-robust and unsafe decisions and actions. Before deploying an AI system, we see a strong need to validate its behavior, and thus establish guarantees that it will continue to perform as expected when deployed in a real-world environment. In pursuit of that objective, ways for humans to verify the agreement between the AI decision structure and their own ground-truth knowledge have been explored. Explainable AI (XAI) has developed as a subfield of AI, focused on exposing complex AI models to humans in a systematic and interpretable manner. The 22 chapters included in this book provide a timely snapshot of algorithms, theory, and applications of interpretable and explainable AI and AI techniques that have been proposed recently reflecting the current discourse in this field and providing directions of future development. The book is organized in six parts: towards AI transparency; methods for interpreting AI systems; explaining the decisions of AI systems; evaluating interpretability and explanations; applications of explainable AI; and software for explainable AI.


Book Synopsis Explainable AI: Interpreting, Explaining and Visualizing Deep Learning by : Wojciech Samek

Download or read book Explainable AI: Interpreting, Explaining and Visualizing Deep Learning written by Wojciech Samek and published by Springer Nature. This book was released on 2019-09-10 with total page 435 pages. Available in PDF, EPUB and Kindle. Book excerpt: The development of “intelligent” systems that can take decisions and perform autonomously might lead to faster and more consistent decisions. A limiting factor for a broader adoption of AI technology is the inherent risks that come with giving up human control and oversight to “intelligent” machines. For sensitive tasks involving critical infrastructures and affecting human well-being or health, it is crucial to limit the possibility of improper, non-robust and unsafe decisions and actions. Before deploying an AI system, we see a strong need to validate its behavior, and thus establish guarantees that it will continue to perform as expected when deployed in a real-world environment. In pursuit of that objective, ways for humans to verify the agreement between the AI decision structure and their own ground-truth knowledge have been explored. Explainable AI (XAI) has developed as a subfield of AI, focused on exposing complex AI models to humans in a systematic and interpretable manner. The 22 chapters included in this book provide a timely snapshot of algorithms, theory, and applications of interpretable and explainable AI and AI techniques that have been proposed recently reflecting the current discourse in this field and providing directions of future development. The book is organized in six parts: towards AI transparency; methods for interpreting AI systems; explaining the decisions of AI systems; evaluating interpretability and explanations; applications of explainable AI; and software for explainable AI.


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.


Book Synopsis Explainable AI with Python by : Leonida Gianfagna

Download or read book Explainable AI with Python written by Leonida Gianfagna and published by Springer Nature. This book was released on 2021-04-28 with total page 202 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.


Explainable AI Within the Digital Transformation and Cyber Physical Systems

Explainable AI Within the Digital Transformation and Cyber Physical Systems

Author: Moamar Sayed-Mouchaweh

Publisher: Springer Nature

Published: 2021-10-30

Total Pages: 201

ISBN-13: 3030764095

DOWNLOAD EBOOK

This book presents Explainable Artificial Intelligence (XAI), which aims at producing explainable models that enable human users to understand and appropriately trust the obtained results. The authors discuss the challenges involved in making machine learning-based AI explainable. Firstly, that the explanations must be adapted to different stakeholders (end-users, policy makers, industries, utilities etc.) with different levels of technical knowledge (managers, engineers, technicians, etc.) in different application domains. Secondly, that it is important to develop an evaluation framework and standards in order to measure the effectiveness of the provided explanations at the human and the technical levels. This book gathers research contributions aiming at the development and/or the use of XAI techniques in order to address the aforementioned challenges in different applications such as healthcare, finance, cybersecurity, and document summarization. It allows highlighting the benefits and requirements of using explainable models in different application domains in order to provide guidance to readers to select the most adapted models to their specified problem and conditions. Includes recent developments of the use of Explainable Artificial Intelligence (XAI) in order to address the challenges of digital transition and cyber-physical systems; Provides a textual scientific description of the use of XAI in order to address the challenges of digital transition and cyber-physical systems; Presents examples and case studies in order to increase transparency and understanding of the methodological concepts.


Book Synopsis Explainable AI Within the Digital Transformation and Cyber Physical Systems by : Moamar Sayed-Mouchaweh

Download or read book Explainable AI Within the Digital Transformation and Cyber Physical Systems written by Moamar Sayed-Mouchaweh and published by Springer Nature. This book was released on 2021-10-30 with total page 201 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book presents Explainable Artificial Intelligence (XAI), which aims at producing explainable models that enable human users to understand and appropriately trust the obtained results. The authors discuss the challenges involved in making machine learning-based AI explainable. Firstly, that the explanations must be adapted to different stakeholders (end-users, policy makers, industries, utilities etc.) with different levels of technical knowledge (managers, engineers, technicians, etc.) in different application domains. Secondly, that it is important to develop an evaluation framework and standards in order to measure the effectiveness of the provided explanations at the human and the technical levels. This book gathers research contributions aiming at the development and/or the use of XAI techniques in order to address the aforementioned challenges in different applications such as healthcare, finance, cybersecurity, and document summarization. It allows highlighting the benefits and requirements of using explainable models in different application domains in order to provide guidance to readers to select the most adapted models to their specified problem and conditions. Includes recent developments of the use of Explainable Artificial Intelligence (XAI) in order to address the challenges of digital transition and cyber-physical systems; Provides a textual scientific description of the use of XAI in order to address the challenges of digital transition and cyber-physical systems; Presents examples and case studies in order to increase transparency and understanding of the methodological concepts.


Hands-On Explainable AI (XAI) with Python

Hands-On Explainable AI (XAI) with Python

Author: Denis Rothman

Publisher: Packt Publishing Ltd

Published: 2020-07-31

Total Pages: 455

ISBN-13: 1800202768

DOWNLOAD EBOOK

Resolve the black box models in your AI applications to make them fair, trustworthy, and secure. Familiarize yourself with the basic principles and tools to deploy Explainable AI (XAI) into your apps and reporting interfaces. Key FeaturesLearn explainable AI tools and techniques to process trustworthy AI resultsUnderstand how to detect, handle, and avoid common issues with AI ethics and biasIntegrate fair AI into popular apps and reporting tools to deliver business value using Python and associated toolsBook Description Effectively translating AI insights to business stakeholders requires careful planning, design, and visualization choices. Describing the problem, the model, and the relationships among variables and their findings are often subtle, surprising, and technically complex. Hands-On Explainable AI (XAI) with Python will see you work with specific hands-on machine learning Python projects that are strategically arranged to enhance your grasp on AI results analysis. You will be building models, interpreting results with visualizations, and integrating XAI reporting tools and different applications. You will build XAI solutions in Python, TensorFlow 2, Google Cloud’s XAI platform, Google Colaboratory, and other frameworks to open up the black box of machine learning models. The book will introduce you to several open-source XAI tools for Python that can be used throughout the machine learning project life cycle. You will learn how to explore machine learning model results, review key influencing variables and variable relationships, detect and handle bias and ethics issues, and integrate predictions using Python along with supporting the visualization of machine learning models into user explainable interfaces. By the end of this AI book, you will possess an in-depth understanding of the core concepts of XAI. What you will learnPlan for XAI through the different stages of the machine learning life cycleEstimate the strengths and weaknesses of popular open-source XAI applicationsExamine how to detect and handle bias issues in machine learning dataReview ethics considerations and tools to address common problems in machine learning dataShare XAI design and visualization best practicesIntegrate explainable AI results using Python modelsUse XAI toolkits for Python in machine learning life cycles to solve business problemsWho this book is for This book is not an introduction to Python programming or machine learning concepts. You must have some foundational knowledge and/or experience with machine learning libraries such as scikit-learn to make the most out of this book. Some of the potential readers of this book include: Professionals who already use Python for as data science, machine learning, research, and analysisData analysts and data scientists who want an introduction into explainable AI tools and techniquesAI Project managers who must face the contractual and legal obligations of AI Explainability for the acceptance phase of their applications


Book Synopsis Hands-On Explainable AI (XAI) with Python by : Denis Rothman

Download or read book Hands-On Explainable AI (XAI) with Python written by Denis Rothman and published by Packt Publishing Ltd. This book was released on 2020-07-31 with total page 455 pages. Available in PDF, EPUB and Kindle. Book excerpt: Resolve the black box models in your AI applications to make them fair, trustworthy, and secure. Familiarize yourself with the basic principles and tools to deploy Explainable AI (XAI) into your apps and reporting interfaces. Key FeaturesLearn explainable AI tools and techniques to process trustworthy AI resultsUnderstand how to detect, handle, and avoid common issues with AI ethics and biasIntegrate fair AI into popular apps and reporting tools to deliver business value using Python and associated toolsBook Description Effectively translating AI insights to business stakeholders requires careful planning, design, and visualization choices. Describing the problem, the model, and the relationships among variables and their findings are often subtle, surprising, and technically complex. Hands-On Explainable AI (XAI) with Python will see you work with specific hands-on machine learning Python projects that are strategically arranged to enhance your grasp on AI results analysis. You will be building models, interpreting results with visualizations, and integrating XAI reporting tools and different applications. You will build XAI solutions in Python, TensorFlow 2, Google Cloud’s XAI platform, Google Colaboratory, and other frameworks to open up the black box of machine learning models. The book will introduce you to several open-source XAI tools for Python that can be used throughout the machine learning project life cycle. You will learn how to explore machine learning model results, review key influencing variables and variable relationships, detect and handle bias and ethics issues, and integrate predictions using Python along with supporting the visualization of machine learning models into user explainable interfaces. By the end of this AI book, you will possess an in-depth understanding of the core concepts of XAI. What you will learnPlan for XAI through the different stages of the machine learning life cycleEstimate the strengths and weaknesses of popular open-source XAI applicationsExamine how to detect and handle bias issues in machine learning dataReview ethics considerations and tools to address common problems in machine learning dataShare XAI design and visualization best practicesIntegrate explainable AI results using Python modelsUse XAI toolkits for Python in machine learning life cycles to solve business problemsWho this book is for This book is not an introduction to Python programming or machine learning concepts. You must have some foundational knowledge and/or experience with machine learning libraries such as scikit-learn to make the most out of this book. Some of the potential readers of this book include: Professionals who already use Python for as data science, machine learning, research, and analysisData analysts and data scientists who want an introduction into explainable AI tools and techniquesAI Project managers who must face the contractual and legal obligations of AI Explainability for the acceptance phase of their applications


Explainable Artificial Intelligence for Cyber Security

Explainable Artificial Intelligence for Cyber Security

Author: Mohiuddin Ahmed

Publisher: Springer Nature

Published: 2022-04-18

Total Pages: 283

ISBN-13: 3030966305

DOWNLOAD EBOOK

This book presents that explainable artificial intelligence (XAI) is going to replace the traditional artificial, machine learning, deep learning algorithms which work as a black box as of today. To understand the algorithms better and interpret the complex networks of these algorithms, XAI plays a vital role. In last few decades, we have embraced AI in our daily life to solve a plethora of problems, one of the notable problems is cyber security. In coming years, the traditional AI algorithms are not able to address the zero-day cyber attacks, and hence, to capitalize on the AI algorithms, it is absolutely important to focus more on XAI. Hence, this book serves as an excellent reference for those who are working in cyber security and artificial intelligence.


Book Synopsis Explainable Artificial Intelligence for Cyber Security by : Mohiuddin Ahmed

Download or read book Explainable Artificial Intelligence for Cyber Security written by Mohiuddin Ahmed and published by Springer Nature. This book was released on 2022-04-18 with total page 283 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book presents that explainable artificial intelligence (XAI) is going to replace the traditional artificial, machine learning, deep learning algorithms which work as a black box as of today. To understand the algorithms better and interpret the complex networks of these algorithms, XAI plays a vital role. In last few decades, we have embraced AI in our daily life to solve a plethora of problems, one of the notable problems is cyber security. In coming years, the traditional AI algorithms are not able to address the zero-day cyber attacks, and hence, to capitalize on the AI algorithms, it is absolutely important to focus more on XAI. Hence, this book serves as an excellent reference for those who are working in cyber security and artificial intelligence.


Explainable Artificial Intelligence Based on Neuro-Fuzzy Modeling with Applications in Finance

Explainable Artificial Intelligence Based on Neuro-Fuzzy Modeling with Applications in Finance

Author: Tom Rutkowski

Publisher: Springer Nature

Published: 2021-06-07

Total Pages: 167

ISBN-13: 3030755215

DOWNLOAD EBOOK

The book proposes techniques, with an emphasis on the financial sector, which will make recommendation systems both accurate and explainable. The vast majority of AI models work like black box models. However, in many applications, e.g., medical diagnosis or venture capital investment recommendations, it is essential to explain the rationale behind AI systems decisions or recommendations. Therefore, the development of artificial intelligence cannot ignore the need for interpretable, transparent, and explainable models. First, the main idea of the explainable recommenders is outlined within the background of neuro-fuzzy systems. In turn, various novel recommenders are proposed, each characterized by achieving high accuracy with a reasonable number of interpretable fuzzy rules. The main part of the book is devoted to a very challenging problem of stock market recommendations. An original concept of the explainable recommender, based on patterns from previous transactions, is developed; it recommends stocks that fit the strategy of investors, and its recommendations are explainable for investment advisers.


Book Synopsis Explainable Artificial Intelligence Based on Neuro-Fuzzy Modeling with Applications in Finance by : Tom Rutkowski

Download or read book Explainable Artificial Intelligence Based on Neuro-Fuzzy Modeling with Applications in Finance written by Tom Rutkowski and published by Springer Nature. This book was released on 2021-06-07 with total page 167 pages. Available in PDF, EPUB and Kindle. Book excerpt: The book proposes techniques, with an emphasis on the financial sector, which will make recommendation systems both accurate and explainable. The vast majority of AI models work like black box models. However, in many applications, e.g., medical diagnosis or venture capital investment recommendations, it is essential to explain the rationale behind AI systems decisions or recommendations. Therefore, the development of artificial intelligence cannot ignore the need for interpretable, transparent, and explainable models. First, the main idea of the explainable recommenders is outlined within the background of neuro-fuzzy systems. In turn, various novel recommenders are proposed, each characterized by achieving high accuracy with a reasonable number of interpretable fuzzy rules. The main part of the book is devoted to a very challenging problem of stock market recommendations. An original concept of the explainable recommender, based on patterns from previous transactions, is developed; it recommends stocks that fit the strategy of investors, and its recommendations are explainable for investment advisers.


Deep Learning in Gaming and Animations

Deep Learning in Gaming and Animations

Author: Vikas Chaudhary

Publisher: CRC Press

Published: 2021-12-07

Total Pages: 180

ISBN-13: 1000504379

DOWNLOAD EBOOK

Over the last decade, progress in deep learning has had a profound and transformational effect on many complex problems, including speech recognition, machine translation, natural language understanding, and computer vision. As a result, computers can now achieve human-competitive performance in a wide range of perception and recognition tasks. Many of these systems are now available to the programmer via a range of so-called cognitive services. More recently, deep reinforcement learning has achieved ground-breaking success in several complex challenges. This book makes an enormous contribution to this beautiful, vibrant area of study: an area that is developing rapidly both in breadth and depth. Deep learning can cope with a broader range of tasks (and perform those tasks to increasing levels of excellence). This book lays a good foundation for the core concepts and principles of deep learning in gaming and animation, walking you through the fundamental ideas with expert ease. This book progresses in a step-by-step manner. It reinforces theory with a full-fledged pedagogy designed to enhance students' understanding and offer them a practical insight into its applications. Also, some chapters introduce and cover novel ideas about how artificial intelligence (AI), deep learning, and machine learning have changed the world in gaming and animation. It gives us the idea that AI can also be applied in gaming, and there are limited textbooks in this area. This book comprehensively addresses all the aspects of AI and deep learning in gaming. Also, each chapter follows a similar structure so that students, teachers, and industry experts can orientate themselves within the text. There are few books in the field of gaming using AI. Deep Learning in Gaming and Animations teaches you how to apply the power of deep learning to build complex reasoning tasks. After being exposed to the foundations of machine and deep learning, you will use Python to build a bot and then teach it the game's rules. This book also focuses on how different technologies have revolutionized gaming and animation with various illustrations.


Book Synopsis Deep Learning in Gaming and Animations by : Vikas Chaudhary

Download or read book Deep Learning in Gaming and Animations written by Vikas Chaudhary and published by CRC Press. This book was released on 2021-12-07 with total page 180 pages. Available in PDF, EPUB and Kindle. Book excerpt: Over the last decade, progress in deep learning has had a profound and transformational effect on many complex problems, including speech recognition, machine translation, natural language understanding, and computer vision. As a result, computers can now achieve human-competitive performance in a wide range of perception and recognition tasks. Many of these systems are now available to the programmer via a range of so-called cognitive services. More recently, deep reinforcement learning has achieved ground-breaking success in several complex challenges. This book makes an enormous contribution to this beautiful, vibrant area of study: an area that is developing rapidly both in breadth and depth. Deep learning can cope with a broader range of tasks (and perform those tasks to increasing levels of excellence). This book lays a good foundation for the core concepts and principles of deep learning in gaming and animation, walking you through the fundamental ideas with expert ease. This book progresses in a step-by-step manner. It reinforces theory with a full-fledged pedagogy designed to enhance students' understanding and offer them a practical insight into its applications. Also, some chapters introduce and cover novel ideas about how artificial intelligence (AI), deep learning, and machine learning have changed the world in gaming and animation. It gives us the idea that AI can also be applied in gaming, and there are limited textbooks in this area. This book comprehensively addresses all the aspects of AI and deep learning in gaming. Also, each chapter follows a similar structure so that students, teachers, and industry experts can orientate themselves within the text. There are few books in the field of gaming using AI. Deep Learning in Gaming and Animations teaches you how to apply the power of deep learning to build complex reasoning tasks. After being exposed to the foundations of machine and deep learning, you will use Python to build a bot and then teach it the game's rules. This book also focuses on how different technologies have revolutionized gaming and animation with various illustrations.


Explainable AI in Healthcare and Medicine

Explainable AI in Healthcare and Medicine

Author: Arash Shaban-Nejad

Publisher: Springer Nature

Published: 2020-11-02

Total Pages: 344

ISBN-13: 3030533522

DOWNLOAD EBOOK

This book highlights the latest advances in the application of artificial intelligence and data science in health care and medicine. Featuring selected papers from the 2020 Health Intelligence Workshop, held as part of the Association for the Advancement of Artificial Intelligence (AAAI) Annual Conference, it offers an overview of the issues, challenges, and opportunities in the field, along with the latest research findings. Discussing a wide range of practical applications, it makes the emerging topics of digital health and explainable AI in health care and medicine accessible to a broad readership. The availability of explainable and interpretable models is a first step toward building a culture of transparency and accountability in health care. As such, this book provides information for scientists, researchers, students, industry professionals, public health agencies, and NGOs interested in the theory and practice of computational models of public and personalized health intelligence.


Book Synopsis Explainable AI in Healthcare and Medicine by : Arash Shaban-Nejad

Download or read book Explainable AI in Healthcare and Medicine written by Arash Shaban-Nejad and published by Springer Nature. This book was released on 2020-11-02 with total page 344 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book highlights the latest advances in the application of artificial intelligence and data science in health care and medicine. Featuring selected papers from the 2020 Health Intelligence Workshop, held as part of the Association for the Advancement of Artificial Intelligence (AAAI) Annual Conference, it offers an overview of the issues, challenges, and opportunities in the field, along with the latest research findings. Discussing a wide range of practical applications, it makes the emerging topics of digital health and explainable AI in health care and medicine accessible to a broad readership. The availability of explainable and interpretable models is a first step toward building a culture of transparency and accountability in health care. As such, this book provides information for scientists, researchers, students, industry professionals, public health agencies, and NGOs interested in the theory and practice of computational models of public and personalized health intelligence.


Explainable Artificial Intelligence for Smart Cities

Explainable Artificial Intelligence for Smart Cities

Author: Mohamed Lahby

Publisher: CRC Press

Published: 2021-11-10

Total Pages: 360

ISBN-13: 1000472361

DOWNLOAD EBOOK

Thanks to rapid technological developments in terms of Computational Intelligence, smart tools have been playing active roles in daily life. It is clear that the 21st century has brought about many advantages in using high-level computation and communication solutions to deal with real-world problems; however, more technologies bring more changes to society. In this sense, the concept of smart cities has been a widely discussed topic in terms of society and Artificial Intelligence-oriented research efforts. The rise of smart cities is a transformation of both community and technology use habits, and there are many different research orientations to shape a better future. The objective of this book is to focus on Explainable Artificial Intelligence (XAI) in smart city development. As recently designed, advanced smart systems require intense use of complex computational solutions (i.e., Deep Learning, Big Data, IoT architectures), the mechanisms of these systems become ‘black-box’ to users. As this means that there is no clear clue about what is going on within these systems, anxieties regarding ensuring trustworthy tools also rise. In recent years, attempts have been made to solve this issue with the additional use of XAI methods to improve transparency levels. This book provides a timely, global reference source about cutting-edge research efforts to ensure the XAI factor in smart city-oriented developments. The book includes both positive and negative outcomes, as well as future insights and the societal and technical aspects of XAI-based smart city research efforts. This book contains nineteen contributions beginning with a presentation of the background of XAI techniques and sustainable smart-city applications. It then continues with chapters discussing XAI for Smart Healthcare, Smart Education, Smart Transportation, Smart Environment, Smart Urbanization and Governance, and Cyber Security for Smart Cities.


Book Synopsis Explainable Artificial Intelligence for Smart Cities by : Mohamed Lahby

Download or read book Explainable Artificial Intelligence for Smart Cities written by Mohamed Lahby and published by CRC Press. This book was released on 2021-11-10 with total page 360 pages. Available in PDF, EPUB and Kindle. Book excerpt: Thanks to rapid technological developments in terms of Computational Intelligence, smart tools have been playing active roles in daily life. It is clear that the 21st century has brought about many advantages in using high-level computation and communication solutions to deal with real-world problems; however, more technologies bring more changes to society. In this sense, the concept of smart cities has been a widely discussed topic in terms of society and Artificial Intelligence-oriented research efforts. The rise of smart cities is a transformation of both community and technology use habits, and there are many different research orientations to shape a better future. The objective of this book is to focus on Explainable Artificial Intelligence (XAI) in smart city development. As recently designed, advanced smart systems require intense use of complex computational solutions (i.e., Deep Learning, Big Data, IoT architectures), the mechanisms of these systems become ‘black-box’ to users. As this means that there is no clear clue about what is going on within these systems, anxieties regarding ensuring trustworthy tools also rise. In recent years, attempts have been made to solve this issue with the additional use of XAI methods to improve transparency levels. This book provides a timely, global reference source about cutting-edge research efforts to ensure the XAI factor in smart city-oriented developments. The book includes both positive and negative outcomes, as well as future insights and the societal and technical aspects of XAI-based smart city research efforts. This book contains nineteen contributions beginning with a presentation of the background of XAI techniques and sustainable smart-city applications. It then continues with chapters discussing XAI for Smart Healthcare, Smart Education, Smart Transportation, Smart Environment, Smart Urbanization and Governance, and Cyber Security for Smart Cities.