Notes for Deep Learning Lessons of Pro. Hung-yi Lee (5)

0. Introduction

In this lesson, Pro.Lee teaches us a new field(actually for me, it is completely new) called explainable deep learning. In this field, I mainly want to introduce a special model, which is known as Lime.

1. Lime

The main thought of Lime is to use a model, which is easily to be understand or to say is interpretable, to explain our used neural network, which is absolutely uninterpretable. We want make the output of our interpretable model, which is usually linear model, to be similar with the output of our used neural network. However, it is difficult to achieve that because linear model does not have such power.
在这里插入图片描述
But if we just focus on a small segment of our data, linear model have the ability to resemble the result of used neural network. Take the following figure as illustration, the linear model can not fit the whole blue curve, but it can have a good performance of fitness for the orange points.
在这里插入图片描述

So, for our targets, images, what is the working process of Lime? Firstly, we will divide the complete figure into differents segments (fortunately, Python offers us a function to achieve that). Then, we wukk randomly delete some segements and put the incomplete figure into our black box (neural network) to predict the probability of being a treefog.
在这里插入图片描述
Then, we will put different incomplete figures to our linear model and want to make the output as close as possible. The input of linear model is shown in the following ppt.
在这里插入图片描述
The result of linear model is interpretable and is shown in the following ppt.
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值