SlideShare una empresa de Scribd logo
1 de 18
Descargar para leer sin conexión
Maximally	Invariant	Data	Perturbation
as	Explanation
Satoshi	Hara (Osaka	Univ.,	Japan)
Kouichi Ikeno (Osaka	Univ.,	Japan)
Tasuku Soma (The	Univ.	of	Tokyo,	Japan)
Takanori Maehara (RIKEN	AIP,	Japan)
1
2018	Workshop	on	Human	Interpretability	
in	Machine	Learning	(WHI)
Let’s	define	“the	solution.”
Let’s	define	“the	solution”
of
feature	scoring/attribution.	
2
Motivation
Let’s	define	“the	solution.”
Let’s	define	“the	solution”
of
feature	scoring/attribution.	
3
What	is	“the	solution”	we	want	to	obtain?
Motivation
[Motivation]	Let’s	define	“the	solution.”
n What	is	“the	solution”	we	want	to	obtain?
• So	far,	no	rigid	definition	of	the	solution.
Setting	a	goal	is	the	driving	force.
n By	defining	a	solution,	we	can
• design	algorithms to	estimate	the	solution.
• improve	algorithms to	perform	better.
• evaluate whether	the	algorithm	is	good.
4
Motivation
[Contribution]
n New	definition and	methods	for	feature	scoring.
• We	use	the	idea	of	data	perturbation.
5
Proposed
Contribution
[Idea]	 Measure	the	allowable	input	perturbation.
Our	Idea
Feature	Irrelevance	≈ Size	of	Allowable	Perturbation
n Measure	the	robustness	of	the	model’s	decision	against	
the	input	perturbation.
• To	keep	the	model’s	decision	to	be	“bear”:
6
Relevant	Features
Only	small	perturbations	are	allowed.
Irrelevant	Features
Large	perturbations	are	allowed.
Idea
Illustrative	Example
n Our	Idea
1. Given	the	model	𝒇,	and	the	point	𝒙 to	be	explained.
2. Fit	the	boundary	from	inside	using	the	box.
3. Measure	the	side	length	as	the	irrelevance	of	each	feature.
7
𝑥%
𝑥&
decision	boundary	of	𝑓
𝑥
Illustrative	Example
Illustrative	Example
n Our	Idea
1. Given	the	model	𝑓,	and	the	point	𝑥 to	be	explained.
2. Fit	the	boundary	from	inside	using	the	box.
3. Measure	the	side	length	as	the	irrelevance	of	each	feature.
8
𝑥%
𝑥&
decision	boundary	of	𝑓
𝑥
Illustrative	Example
Illustrative	Example
n Our	Idea
1. Given	the	model	𝑓,	and	the	point	𝑥 to	be	explained.
2. Fit	the	boundary	from	inside	using	the	box.
3. Measure	the	side	length	as	the	irrelevance	of	each	feature.
9
𝑥%
𝑥&
decision	boundary	of	𝑓
𝑥
The	irrelevance	of	the	feature	𝑥%.
(Short	=	Highly	relevant)
The	irrelevance	
of	the	feature	𝑥&.
(Long	=	 Less	
relevant)
Illustrative	Example
[Mathematical	Definition]
n Consider	the	box	𝑅 𝑢, 𝑣 .
• 𝑅 𝑢, 𝑣 ≔ −𝑢%, 𝑣% × −𝑢&, 𝑣& × ⋯×[−𝑢1, 𝑣1]
n Def.	Maximal	Invariant	Perturbation
𝑢3, 𝑣3 =	argmax;,<=> ∑ 𝑢@ + 𝑣@@ 	
s. t. 	𝑐 = argmaxG	𝑓G 𝑥 + 𝑟 , ∀𝑟 ∈ 𝑅(𝑢, 𝑣)
• Find	the	largest	box	that	fits	the	boundary	from	inside.
n Def.	Feature	Relevance
Measure	the	relevance	of	the	feature	𝑥@ by	−(𝑢3@ + 𝑣3@).
10
𝑥
𝑣%𝑢%
𝑣&
𝑢&
Mathematical	Definition
[Algorithms]		LP	w/	linear	approximation.
n Difficulty
• The	constraint	𝑐 = argmaxG	𝑓G 𝑥 + 𝑟 is	highly	complex.
n Idea:	Use	linear	approximation.
• 𝑓G 𝑥 + 𝑟 ≈ 𝑓G 𝑥 + 𝛻𝑓G 𝑥 N 𝑟
n Approximate	Problem
𝑢3, 𝑣3 =	argmax;,<=> ∑ 𝑢@ + 𝑣@@ 	
s. t.		𝑓O 𝑥 + 𝛻𝑓O 𝑥 N 𝑟 ≥ 𝑓G 𝑥 + 𝛻𝑓G 𝑥 N 𝑟,	
∀𝑗 ≠ 𝑐, ∀𝑟 ∈ 𝑅 𝑢, 𝑣 ∩ {𝑟: 𝑟 V ≤ 𝛿}
cf.	𝑓O 𝑥 + 𝑟 ≥ 𝑓G 𝑥 + 𝑟 ⇔ 𝑐 = argmaxG	𝑓G 𝑥 + 𝑟
• Several	extensions	of	the	LP	formulation	in	the	paper.
11
Linear	Programming
Linear	objective	+	Linear	constraints
Limit	the	perturbation	
size	to	be	smaller	than	𝛿.
Algorithm
[Experiment]		Evaluation	on	VGG16
n Model:	VGG16 [Simonyan &	Zisserman,	ICLR’15]
n Dataset:COCO-animals	(cs231n.stanford.edu/coco-animals.zip)
• Images	of	eight	species	of	animals.
• Use	200	images	in	the	validation	set.
n Baseline	methods
• saliency	(https://github.com/PAIR-code/saliency)
- Gradient [Simonyan et	al.,	arXiv’14]
- GuidedBP [Springenberg et	al.,	arXiv’14]
- SmoothGrad [Smilkov et	al.,	arXiv’17]
• DeepExplain (https://github.com/marcoancona/DeepExplain)
- LRP [Bach	et	al.,	PloS ONE’15]
- IntegratedGrad [Sundararajan	et	al.,	arXiv’17]
- DeepLIFT [Shrikumar et	al.,	ICML’17]
- Occlusion
12
Experiment
[Experiment]	 Evaluation	on	VGG16
n Evaluation:	Identifying	relevant	image	patches.
1. Compute	the	sum	of	scores	for	each	of	8	×	8 patches.
2. Flip	top-K	important	patches	to	gray.
3. Observe	whether	the	decision	has	changed	to	other	classes.
n Result
13
Proposed	Methods
Most	effective	in	identifying	
relevant	image	patches.
More	than	half	of	the	images	
resulted	in	class	changes	with	
a	few	flips.
Experiment
[Experiment]	 Evaluation	on	VGG16
n Result	Examples
• Proposed	methods:	Highlight	entire	body of	the	bear.
• Other	methods:	Highlight	mostly	the	head.
14
Experiment
[Experiment]	 Evaluation	on	VGG16
n Result	Examples
• Proposed	methods:	Highlight	entire	body of	the	bear.
• Other	methods:	Highlight	mostly	the	head.
15
Experiment
n Let’s	define	“the	solution.”
• Setting	a	goal	is	the	driving	force.
n Proposed	a	new	definition	of	feature	scoring/attribution.
• Measure	the	robustness	of	the	model’s	decision	against	the	
input	perturbation.
n Proposed	an	LP-based	algorithm.
• Use	linear	approximation.
n The	algorithm	is	still	primitive.
• Cannot	fully	handle	the	non-linearity	of	𝑓.
• Better	algorithms	under	preparation.
16
Summary
Sample	Code	in	GitHub:	sato9hara/PertMap
Supplementary Material
17
[Algorithms]	 Approx.	LP	w/	several	extensions.
n Extension	1:	Soft-Constraint
• 𝑓O 𝑥 + 𝛻𝑓O 𝑥 N 𝑟 + 𝑤 ≥ 𝑓G 𝑥 + 𝛻𝑓G 𝑥 N 𝑟
- Allow	the	constraint	violations	up	to	the	tolerance	𝑤 > 0.
n Extension	2:	Parameter-Sharing
• For	a	feature	subset	𝐼,	share	parameters:
(𝑢@, 𝑣@) = (𝑢@`, 𝑣@`) = (𝑢a, 𝑣a), ∀𝑖, 𝑖′ ∈ 𝐼
n Extension	3:	Smoothing
• Use	additional	constraints	(w/	sufficiently	small	𝑛):
- Gain	more	information	of	the	model	𝑓.
18
Spatial	smoothness	of	relevance
≈ Parameter	sharing
𝑓O 𝑥 + 𝑛 + 𝛻𝑓O 𝑥 + 𝑛 N(𝑟 − 𝑛)	≥ 𝑓G 𝑥 + 𝑛 + 𝛻𝑓G 𝑥 + 𝑛 N(𝑟 − 𝑛)
Algorithm

Más contenido relacionado

Similar a Maximally Invariant Data Perturbation as Explanation

Similar a Maximally Invariant Data Perturbation as Explanation (20)

[GAN by Hung-yi Lee]Part 2: The application of GAN to speech and text processing
[GAN by Hung-yi Lee]Part 2: The application of GAN to speech and text processing[GAN by Hung-yi Lee]Part 2: The application of GAN to speech and text processing
[GAN by Hung-yi Lee]Part 2: The application of GAN to speech and text processing
 
0415_seminar_DeepDPG
0415_seminar_DeepDPG0415_seminar_DeepDPG
0415_seminar_DeepDPG
 
Demystifying deep reinforement learning
Demystifying deep reinforement learningDemystifying deep reinforement learning
Demystifying deep reinforement learning
 
assia2015sakai
assia2015sakaiassia2015sakai
assia2015sakai
 
Self-supervised Learning Lecture Note
Self-supervised Learning Lecture NoteSelf-supervised Learning Lecture Note
Self-supervised Learning Lecture Note
 
Explainable AI
Explainable AIExplainable AI
Explainable AI
 
Intro to Deep Reinforcement Learning
Intro to Deep Reinforcement LearningIntro to Deep Reinforcement Learning
Intro to Deep Reinforcement Learning
 
1118_Seminar_Continuous_Deep Q-Learning with Model based acceleration
1118_Seminar_Continuous_Deep Q-Learning with Model based acceleration1118_Seminar_Continuous_Deep Q-Learning with Model based acceleration
1118_Seminar_Continuous_Deep Q-Learning with Model based acceleration
 
An Introduction to Reinforcement Learning - The Doors to AGI
An Introduction to Reinforcement Learning - The Doors to AGIAn Introduction to Reinforcement Learning - The Doors to AGI
An Introduction to Reinforcement Learning - The Doors to AGI
 
A GENETIC-FROG LEAPING ALGORITHM FOR TEXT DOCUMENT CLUSTERING
A GENETIC-FROG LEAPING ALGORITHM FOR TEXT DOCUMENT CLUSTERINGA GENETIC-FROG LEAPING ALGORITHM FOR TEXT DOCUMENT CLUSTERING
A GENETIC-FROG LEAPING ALGORITHM FOR TEXT DOCUMENT CLUSTERING
 
AutoML for Data Science Productivity and Toward Better Digital Decisions
AutoML for Data Science Productivity and Toward Better Digital DecisionsAutoML for Data Science Productivity and Toward Better Digital Decisions
AutoML for Data Science Productivity and Toward Better Digital Decisions
 
Literature Review - Presentation on Relevant work for RL4AD capstone
Literature Review - Presentation on Relevant work for RL4AD capstoneLiterature Review - Presentation on Relevant work for RL4AD capstone
Literature Review - Presentation on Relevant work for RL4AD capstone
 
[poster] A Compare-Aggregate Model with Latent Clustering for Answer Selection
[poster] A Compare-Aggregate Model with Latent Clustering for Answer Selection[poster] A Compare-Aggregate Model with Latent Clustering for Answer Selection
[poster] A Compare-Aggregate Model with Latent Clustering for Answer Selection
 
Optimization and particle swarm optimization (O & PSO)
Optimization and particle swarm optimization (O & PSO) Optimization and particle swarm optimization (O & PSO)
Optimization and particle swarm optimization (O & PSO)
 
Challenging Common Assumptions in the Unsupervised Learning of Disentangled R...
Challenging Common Assumptions in the Unsupervised Learning of Disentangled R...Challenging Common Assumptions in the Unsupervised Learning of Disentangled R...
Challenging Common Assumptions in the Unsupervised Learning of Disentangled R...
 
[SAC 2015] Improve General Contextual SLIM Recommendation Algorithms By Facto...
[SAC 2015] Improve General Contextual SLIM Recommendation Algorithms By Facto...[SAC 2015] Improve General Contextual SLIM Recommendation Algorithms By Facto...
[SAC 2015] Improve General Contextual SLIM Recommendation Algorithms By Facto...
 
IFTA2020 Kei Nakagawa
IFTA2020 Kei NakagawaIFTA2020 Kei Nakagawa
IFTA2020 Kei Nakagawa
 
Learning with Relative Attributes
Learning with Relative AttributesLearning with Relative Attributes
Learning with Relative Attributes
 
Using Bayesian Optimization to Tune Machine Learning Models
Using Bayesian Optimization to Tune Machine Learning ModelsUsing Bayesian Optimization to Tune Machine Learning Models
Using Bayesian Optimization to Tune Machine Learning Models
 
Using Bayesian Optimization to Tune Machine Learning Models
Using Bayesian Optimization to Tune Machine Learning ModelsUsing Bayesian Optimization to Tune Machine Learning Models
Using Bayesian Optimization to Tune Machine Learning Models
 

Más de Satoshi Hara

Más de Satoshi Hara (12)

Explanation in Machine Learning and Its Reliability
Explanation in Machine Learning and Its ReliabilityExplanation in Machine Learning and Its Reliability
Explanation in Machine Learning and Its Reliability
 
“機械学習の説明”の信頼性
“機械学習の説明”の信頼性“機械学習の説明”の信頼性
“機械学習の説明”の信頼性
 
【論文調査】XAI技術の効能を ユーザ実験で評価する研究
【論文調査】XAI技術の効能を ユーザ実験で評価する研究【論文調査】XAI技術の効能を ユーザ実験で評価する研究
【論文調査】XAI技術の効能を ユーザ実験で評価する研究
 
機械学習で嘘をつく話
機械学習で嘘をつく話機械学習で嘘をつく話
機械学習で嘘をつく話
 
機械学習モデルの判断根拠の説明(Ver.2)
機械学習モデルの判断根拠の説明(Ver.2)機械学習モデルの判断根拠の説明(Ver.2)
機械学習モデルの判断根拠の説明(Ver.2)
 
異常の定義と推定
異常の定義と推定異常の定義と推定
異常の定義と推定
 
Theoretical Linear Convergence of Unfolded ISTA and its Practical Weights and...
Theoretical Linear Convergence of Unfolded ISTA and its Practical Weights and...Theoretical Linear Convergence of Unfolded ISTA and its Practical Weights and...
Theoretical Linear Convergence of Unfolded ISTA and its Practical Weights and...
 
機械学習モデルの判断根拠の説明
機械学習モデルの判断根拠の説明機械学習モデルの判断根拠の説明
機械学習モデルの判断根拠の説明
 
アンサンブル木モデル解釈のためのモデル簡略化法
アンサンブル木モデル解釈のためのモデル簡略化法アンサンブル木モデル解釈のためのモデル簡略化法
アンサンブル木モデル解釈のためのモデル簡略化法
 
機械学習モデルの列挙
機械学習モデルの列挙機械学習モデルの列挙
機械学習モデルの列挙
 
KDD'17読み会:Anomaly Detection with Robust Deep Autoencoders
KDD'17読み会:Anomaly Detection with Robust Deep AutoencodersKDD'17読み会:Anomaly Detection with Robust Deep Autoencoders
KDD'17読み会:Anomaly Detection with Robust Deep Autoencoders
 
特徴選択のためのLasso解列挙
特徴選択のためのLasso解列挙特徴選択のためのLasso解列挙
特徴選択のためのLasso解列挙
 

Último

一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
wsppdmt
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
chadhar227
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
nirzagarg
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
ahmedjiabur940
 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
nirzagarg
 
PLE-statistics document for primary schs
PLE-statistics document for primary schsPLE-statistics document for primary schs
PLE-statistics document for primary schs
cnajjemba
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
vexqp
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
nirzagarg
 
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
vexqp
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
ranjankumarbehera14
 
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
vexqp
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
gajnagarg
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
nirzagarg
 

Último (20)

一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
 
PLE-statistics document for primary schs
PLE-statistics document for primary schsPLE-statistics document for primary schs
PLE-statistics document for primary schs
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
 
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
 
SR-101-01012024-EN.docx Federal Constitution of the Swiss Confederation
SR-101-01012024-EN.docx  Federal Constitution  of the Swiss ConfederationSR-101-01012024-EN.docx  Federal Constitution  of the Swiss Confederation
SR-101-01012024-EN.docx Federal Constitution of the Swiss Confederation
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for Research
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
 

Maximally Invariant Data Perturbation as Explanation