Explainable Artificial Intelligence Approaches: A Survey

现有的一些工具:LIME, DeepVis Toolbox, TreeInterpreter, Keras-vis, Microsoft InterpretML, MindsDB, SHAP, Tensorboard WhatIf, Tensorflow’s Lucid, Tensorflow’s Cleverhans

解释方法分为三类:Intrinsically Interpretable Methods, Model Agnostic Methods, and Example-Based Explanations. 模型固有的可解释方法,模型无关的方法和基于示例的解释

Intrinsically Interpretable Methods

线性回归,预测目标由输入要素的加权总和组成。因此,当特征数较少时,线性方程的权重或系数可以用作解释预测的媒介。但是,在存在多个相关特征的情况下,由于预测中的各个影响不再与总体预测相加,因此无法确定明显的特征影响。(多重共线性问题无法确定特征贡献)

Logistic回归的解释不同于线性回归,因为它给出的概率在0到1之间,其中权重可能无法准确地表示线性关系与预测的概率。但是,权重提供了影响方向的指示(负的或正的)和类别之间的影响因素,尽管它并不能加总预测。

决策树即使输入和输出之间的关系是非线性的,即使要素相互交互(即要素之间的相关性&#

Explainable Artificial Intelligence Approaches: A Survey相关推荐

  1. A Survey on Explainable Artificial Intelligence (XAI): Toward Medical XAI学习笔记

    A Survey on Explainable Artificial Intelligence (XAI): Toward Medical XAI 文章目录 A Survey on Explainab ...

  2. 可解释性机器学习( Explainable Artificial Intelligence (XAI) )文献阅读记录(1.1)

    文章目录 论文标题:Explainable Artificial Intelligence (XAI): Concepts, taxonomies,opportunities and challeng ...

  3. XAI—Explainable artificial intelligence论文解读

    XAI-Explainable artificial intelligence论文解读 Abstract WHAT IS XAI? EXPECTATION FROMUSERS EXPLAINABILI ...

  4. Artificial Intelligence for the Metaverse: A Survey

    本文是对<Artificial Intelligence for the Metaverse: A Survey>的原文翻译,只针对文字部分,图表请参看原文. 元宇宙的人工智能:综述 摘要 ...

  5. BAAI 2020 北京智源大会 | Yolanda Gil | Thoughtful Artificial Intelligence

    Thoughtful Artificial Intelligence: Forging A New Partnership for Data Science and Scientific Discov ...

  6. 【Introduction to Artificial Intelligence and Data Analytics】(TBC)

    Introduction to Artificial Intelligence and Data Analytics 笔记. 课件引用于香港理工大学comp1004课程 Content Chapter ...

  7. Chapter21: Consideration in the Application of Artificial Intelligence to Pharmacokinetic Prediction

    reading notes of<Artificial Intelligence in Drug Design> 文章目录 1.Introduction 2.The Evolution o ...

  8. 人工智能(Artificial Intelligence),英文缩写为AI

    人工智能 人工智能(英語:,缩写为)亦稱智械.機器智能,指由人製造出來的機器所表現出來的智慧.通常人工智能是指普通電腦程式來呈現人類智能的技術.該詞也指出研究這樣的智能系統是否能夠實現,以及如何實現. ...

  9. 网易100天---26、What Is Artificial Intelligence (AI)?

    What Is Artificial Intelligence (AI)? 温馨提示:正文推送半小时,您将收到精编讲义 Passage 1 人工智能的定义 The Definition of Arti ...

最新文章

  1. HTML学习笔记2—列表与清单
  2. MPEG原理分析及MPEG音频编码器的调试
  3. rf中resourceid_解决VC++ MFC程序resource.h头文件中ID重复问题
  4. java图像风格迁移_多说迁移,Java开发模仿自主实现评论(一)
  5. Win10系统msvcr120.dll丢失解决
  6. 移动端调试工具-Debuggap
  7. 摄像镜头型号参数分类
  8. [oeasy]python0010 - python虚拟机解释执行py文件的原理
  9. 程序设计(二)——伪代码编程
  10. 从汇编指令解决浮点数疑问
  11. 你们公司的产品[zhuan]
  12. java8常见的stream流处理
  13. 下一个7年,保持期待、持续思考,酷雷曼继续向前!
  14. 网络虚拟化(SDN,NFV..)和企业骨干网的演化
  15. 如何通过PHP语言设计出登录验证码(条型码)
  16. 《精解Windows8》——2.12 个性化Metro界面
  17. javascript制作省市联动等类似二级目录
  18. mac book a1278
  19. Linux基础入门 | 虚拟终端快捷键
  20. Android-OpenCV修改图片中某一块的像素

热门文章

  1. 灰色模型(GM)的局限浅谈
  2. python基础编程简单案例:购买商品
  3. Linux 内核clk 硬件相关层
  4. 【vim小小记】vim的复制粘贴(包括系统剪贴板)
  5. 记一次摸不着头脑的FullGC问题 (Thumbnails压缩图片占用巨大内存)
  6. SparkMLib决策树和逻辑斯蒂回归的示例
  7. 手机token登入软件_app开发调试工具_app开发token使用
  8. 多线程同步机制的几种方法
  9. 字长模型LP64,ILP64,LLP64,ILP32,LP32
  10. LAMP编程之Linux(2)