SlideShare une entreprise Scribd logo
1  sur  34
Interpretability	of	Deep	Neural	Nets
Agenda
• Case	for	Interpretability
• Just	how	black	is	the	Deep	Neural	Nets(DNNs)	box	?
• Recent	research	papers/solutions	to	Interpretability	of	DNNs
• Demo	/	Code	walk	through
ML	everywhere
Big	Data +	Vast	computing	resources +	Key	algo breakthroughs
“People	worry	that	computers	will	get	too	
smart	and	take	over	the	world,	but	the	real	
problem	is	that	they’re	too	stupid	and	
they’ve	already	taken	over	the	world.”		
- Pedro	Domingos “The	Master	Algorithm”	
Intelligible	Models	for	Heathcare:	Predicting	
Pneumonia	Risk	and	Hospital	30	day	Readmission
(Rich	Caruana et	al	2015	,	Microsoft	Research)
- Goal	:	Predict	POD	for	InPatient or	OutPatient care
- Neural	Network	predicted	Asthma	as	OutPatient
- Historically	Asthama patients	were	sent	start	to	IC
- Model	was	“downgraded”	to	logistic	regression
Interpretability	in	machine	learning
⋮
𝑥#
𝑥$
𝑥%
𝑥&
Evaluation	
Metrics
𝒚∗
𝒚) Results
Interpretation
What	is	Interpretability	?
“Ability	to	explain or	to	present	in	understandable	terms	to	a	human”
Explanation	– “Currency in	which	we	exchange	beliefs”
Towards	a	rigorous	science	of	Interpretability	in	Machine	Learning,	(Been	Kim	et.al.)
DARPA	– XAI	program	concept
Explainable	Models
Credit:	DARPA	XAI	project
Native	interpretability	?
Linear	and	
Monotonic
Linear	and	Non	
Monotonic
Non	Linear	and	
Non	Monotonic
- Linear	regressions
- Decision	trees
Multi	Adaptive	
Regression	Splines
- Boosted	models
- Non-linear	SVMs
- DNNs
When	do	we	need	interpretability	?
Stems	from	incompleteness	in	problem	formalization	
(under-specification)
No	amount	of	data	may	“fix	it”
Visual	Q/A
Image
Translation
Playing	Go
Research
Debug
Mismatched	
Objective
Safety
Scientific	
Inquiry
Human	
Training
Fairness
Voice
NLP
Multi	modal	
learning
Model	
Lifecycle	Mgt
Weak
At	Par
Better
Domain	
Adaption
Scope	of	Interpretability
Global
The	complete	conditional	distribution
Relationships	between	input	and	the	dependent	variables
Relationship	between	the	ML	algo and	results
Local
Local	region	of	the	conditional	distribution
“Why	did	the	model	predict	this	particularly	?”
“What	if	this	particular	input	was	absent	?”
Deep	Neural	Nets
Input	space	for	CNNs	trained	on	Imagenet
Per	Image:
Num of	Pixels	=	256	X	256	X	3
Values	each	pixel	can	take	=	256
Domain	of	all	image	=	256($./0$./0%)
Total	Input	:	1.2M	across	1000	classes
:	3×256$×1200 ~	236M/class
:	Very	very	tiny	fraction	of	Domain
Parameter	to	Training	set		(6
&⁄ )	:	4	to	110
But… SGD	always	converges	to	a	good	solution
Samoyed White-wolf
Recent	research	on	understanding	DNNs
Why	does	deep	and	cheap	learning	work	so	we	?	
(Henry	W.	Lin (Harvard), Max	Tegmark (MIT), David	Rolnick (MIT))
• Physics	centric	theory	
Understanding	deep	learning	requires	rethinking	generalization
(Chiyuan Zhang,	Samy Bengio,	Maritz	Hardt,	Benjamin	Recht,	Oriol	Vinyals (Google	Brain	and	Deepmind))
• Revisits	learning	theory,	esp generalization	bounds	in	empirical	risk	minimization
Opening	the	Black	Box	of	Deep	Neural	Networks	via	Information
(Ravid Shwartz-Ziv,	Naftali	Tishby)
• Information	bottleneck	theory
Randomization	Test
Partially	corrupted	labels	:	independent	relabeling	with	probability	p
Random	labels		:	all	labels	replaced	with	a	random	ones
Shuffled	pixels	:	random	permutation	of	the	pixels	applied	to	all	images
Random	pixels	:	a	different	random	permutation	to	each	image
Gaussian :	A	Gaussian	dist.	(same	mean/var of	original image)	of	pixels
All	hyper-parameters	were	
kept	same
Training	error	was	0	in	all	
models
Role	of	Regularization
• Typical	regularizations:	Dropouts,	batchnormalization,	
data	augmentation,	early	stopping,	weight	decay	(l2)
• Explicit	regularizers may	improve	generalization	
performance
• Implicit	regularizers like	model	architecture	and	SGD	are	a	
better	controller	of	generalization	error
Takeaways
• Effective	capacity	of	a	neural	networks	is	sufficient	for	memorizing	
the	entire	data	set
• Optimization	!=	Generalization
• DNNs	are	fragile	to	overfitting,	it	will	shatter	any	input	space
• Regularizers may	improve	performance	but	are	not	necessary	or	itself	
sufficient	for	controlling	generalization	error
Interpretability	of	DNNs.					Hmmm..
Notwithstanding	a	lack	of	unifying	theory	on	Deep	Networks,	they	
work	great
Having	85-90%	accuracy	in	classification	problems	is	almost	easy	
(of	course	with	state	of	the	art	models,	and	careful	hyper-parameter	tuning)	
How	can	we	build	trust	?
Disentanglement	and	separation	of	features
Learn	facial	expressions:	
- Same	individual	are	close	in	pixel	space
- To	extract	expression	must	disentangle	and	
separate	expression	from	face	
A	four	layer	NN	can	
separate	the	spirals
Credit	:	https://colah.github.io/posts/2014-03-NN-Manifolds-Topology/
Visualizing	representations t-SNE	
• Embeds	a	high	dim	
probability	distribution	
to	a	2-D	plane
• Uses	SGD	to	minimize	
KLD
Embedding	of	2-d	representation	of	the	
final	conv	layer	in	AlexNet trained	on	
Imagenet images
Visually	inspect	clusters	for	
feature	coherence
Can	be	a	tool	for	global	
visualization	of	feature	
separation
Is	not	trivial	to	get	good	
results
Credit	:	Karpathy,	t-SNE	vizualization of	CNN	codes
Proxy	models	– Knowledge	Distillation
DNNs	learns	probability	
dist between	target	(Dark	
knowledge,	Hinton)
• First:	Train	a	large	
network	on	training
• Train	against	point	
mass	probability	
distribution
• Next:	Train	a	shallow	
model	using	richer	
probability	distribution	
between	targets
Credit	:	H2O.ai
Local	interpretations
Saliency	/	Attribution	maps
Visualize	the	features	in	the	input	space	that	mattered	for	the	classification
Sensitivity	analysis	on	model
What	would	happen	to	output	𝒚)	?
If	we	perturb	the	input	𝒙	 → 𝒙 + 	𝝐,	𝝐 can	be	feature,	data,	specific	inputs
Saliency	maps	– Grad-CAM	
- Backprops target	class	activations	from	final	conv	layer
- Does	not	need	any	retraining	or	architecture	change
- Quite	fast;	single	operation	in	most	frameworks
- Uses	guided	backprop to	only	propagate	positive	
activations
- Negative	gradients	get	zero-ed out
• Misses	negatively	correlated	inputs
Credit	:	Grad-CAM:	Visual	Explanations	from	Deep	Networks	via	Gradient-based	Localization
Attribution	maps	
DeepLift (Deep	Learning	Important	FeaTures)	
- Explain	“difference	of	reference	value”	of	output	in	terms	of	“difference	from	reference	value”	of	input:	
• ∆	𝑡	 → ∆𝑥#, ∆𝑥$, . . , ∆𝑥&	
- Assign	contributions	𝐶∆0C,∆D:
• ∑ 𝐶∆0C,∆D
&
G 	= ∆	𝑡
- Can	account	for	–ve contributions
- Very	new,	hasn’t	been	depicted	in	non	MNIST	dataset.	Also	reference	value	is	empirical
Integrated	Gradients
- Pick	some	reference	values,	eg image	with	0	pixel	values
- Scale	input	values	linearly	to	actual	value,	do
gradient	*	∆𝑖𝑛𝑝𝑢𝑡 at	each	step
↪	∆𝑖𝑛𝑝𝑢𝑡	 ∗	∑ 𝑔𝑟𝑎𝑑0C
	
- Very	fine	grained	– at	a	pixel	level
Learning	Important	Features	Through	Propagating	Activation	Differences
Axiomatic	Attribution	for	Deep	Networks
Sensitivity	analysis
Change	the	input	by	𝝐 and	then	observe	
prediction	probability
- Occlusion	based	
- Idea	is	probability	score	will	drop	as	
important	areas	are	occluded
- Superpixel based
- Same	idea	as	above	but	better	
coherence
Credit	:	http://blog.qure.ai/notes/visualizing_deep_learning
LIME	
Local	Interpretable	Model	Agnostic	Explanations
Key	insights
Local	vrs Global	interpretation
Globally	faithful	interpretation	might	be	impossible
To	explain	individual	decision	need	to	know	the	small	local	region
Global	trust
If	we	trust	individual	reasonings
Repeat	with	a	good	coverage	over	the	input	space
Local	explanation	
of	the	+	data	
points
Locally	fitted	sparse	
linear	model
Example	- CNN
• Segments	the	image	using	
opencv
• Build	a	linear	model	based	
on	prediction	scores	against	
segments
Example	– NLP	(Topic	modelling)
Example	– Tabular	Data	(RandomForest)
Conclusion
Interpretability	is	not	a	“good	to	have”	feature
This	is	just	the	beginning	and	future	is	bright
• “Right	to	explanation”	– EU	General	Data	Protection	Regulation
• SR	11-7: Guidance	on	Model	Risk	Management
• Explainable	Artificial	Intelligence	– Darpa
• https://www.darpa.mil/program/explainable-artificial-intelligence
Backup	Slides
Learning	theory
Given	Input	{𝑥G, 𝑥$, . . , 𝑥&}	∈ 	𝒳 eg images	;		Output	{𝑦#,	 𝑦$	, … . , 𝑦&}	∈ 	Υ eg labels	;	
Hypothesis	space	Η set	of	functions
Goal	of	supervised	learning	is	to	learn	a	function	->		𝑓[ ∶	 𝑦6]^_ =	 𝑓[ 𝑥&^`
Define	a	loss	function	ℓ 𝑓[ 𝑥 , 𝑦
Define	emprical loss	:	ℓ[ =
#
b
Σ 𝑓, 𝑧 	𝑤ℎ𝑒𝑟𝑒	𝑧 = 𝑥G, 𝑦G
We	want	 lim
&klm
𝑙[ 𝑓[ 	− 𝑙 𝑓[ = 0		;	Ie	training	set	error	and	real	error	converge	to	0	as	n	tends	to	infinity
No	of	trainable	parameters	indicative	of	model	complexity	
Regularization	is	used	to	penalize	complexity	and	reduce	
variance
Generalization	Error	=	|training	error	– validation	error|
Model	Selection		:	Bias	- Variance	Tradeoff
Deep	Neural	
Nets
Under-specification	Bias
Scientific	Understanding:
• We	have	no	complete	way	to	state	
what	knowledge	is
• Best	we	can	do	is	ask	for	
explanation
Safety:
• Complex	tasks	is	almost	never	
end-to-end	testable
• Query	model	for	explanation
Ethics:
• Encoding	all	protections	a	
priori,	not	possible	
• Guard	against	discrimination
Mismatched	objectives:
• Optimizing	an	incomplete	
objective
All	these	may	
address	
depressions.	
But	which	side	
effect	are	you	
willing	to	accept	?
Debugging:
• We	may	not	know	the	internals
• Domain	mismatches
• Mislabeled	Training	set
Model	lifecycle	management:
• Compare		different	models
• Training	set	evolution
Your	own	:
• …

Contenu connexe

Similaire à Why Should We Trust You-Interpretability of Deep Neural Networks - StampedeCon AI Summit 2017

Chris Currin computational neuroscience intro AIMS MIIA 2017-12
Chris Currin computational neuroscience intro AIMS MIIA 2017-12Chris Currin computational neuroscience intro AIMS MIIA 2017-12
Chris Currin computational neuroscience intro AIMS MIIA 2017-12Christopher Currin
 
Life, the Universe & Information Processing (Café Scientifique, Vilnius)
Life, the Universe & Information Processing (Café Scientifique, Vilnius)Life, the Universe & Information Processing (Café Scientifique, Vilnius)
Life, the Universe & Information Processing (Café Scientifique, Vilnius)EyesOnALZ
 
Curs1-2_Introducere_istoric.ppt
Curs1-2_Introducere_istoric.pptCurs1-2_Introducere_istoric.ppt
Curs1-2_Introducere_istoric.pptVarjoghe
 
Cognitive Computing for Tacit Knowledge1
Cognitive Computing for Tacit Knowledge1Cognitive Computing for Tacit Knowledge1
Cognitive Computing for Tacit Knowledge1Lucia Gradinariu
 
MACHINE LEARNING & ARTIFICIAL INTELLIGENCE: BEYOND DIAGNOSIS
MACHINE LEARNING & ARTIFICIAL INTELLIGENCE: BEYOND DIAGNOSIS MACHINE LEARNING & ARTIFICIAL INTELLIGENCE: BEYOND DIAGNOSIS
MACHINE LEARNING & ARTIFICIAL INTELLIGENCE: BEYOND DIAGNOSIS SMARTMD
 
Cognitive Computing at University Osnabrück
Cognitive Computing at University OsnabrückCognitive Computing at University Osnabrück
Cognitive Computing at University OsnabrückSteven Miller
 
Contents lists available at ScienceDirectBrain and Cogniti.docx
Contents lists available at ScienceDirectBrain and Cogniti.docxContents lists available at ScienceDirectBrain and Cogniti.docx
Contents lists available at ScienceDirectBrain and Cogniti.docxdonnajames55
 
Artificial intelligence intro cp 1
Artificial intelligence  intro  cp  1Artificial intelligence  intro  cp  1
Artificial intelligence intro cp 1M S Prasad
 
Taming the Big Data Beast - Together
Taming the Big Data Beast - TogetherTaming the Big Data Beast - Together
Taming the Big Data Beast - TogetherKennisalliantie
 
algorithmic-decisions, fairness, machine learning, provenance, transparency
algorithmic-decisions, fairness, machine learning, provenance, transparencyalgorithmic-decisions, fairness, machine learning, provenance, transparency
algorithmic-decisions, fairness, machine learning, provenance, transparencyPaolo Missier
 
Data Science: Origins, Methods, Challenges and the future?
Data Science: Origins, Methods, Challenges and the future?Data Science: Origins, Methods, Challenges and the future?
Data Science: Origins, Methods, Challenges and the future?Cagatay Turkay
 
Conversational sensemaking Preece and Braines
Conversational sensemaking   Preece and BrainesConversational sensemaking   Preece and Braines
Conversational sensemaking Preece and Brainesdiannepatricia
 
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...Codiax
 
The Future of Neuroimaging: A 3D Exploration of TBI
The Future of Neuroimaging: A 3D Exploration of TBIThe Future of Neuroimaging: A 3D Exploration of TBI
The Future of Neuroimaging: A 3D Exploration of TBIHunter Whitney
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
A Practical Use of Artificial Intelligence in the Fight Against Cancer by Bri...
A Practical Use of Artificial Intelligence in the Fight Against Cancer by Bri...A Practical Use of Artificial Intelligence in the Fight Against Cancer by Bri...
A Practical Use of Artificial Intelligence in the Fight Against Cancer by Bri...Data Con LA
 

Similaire à Why Should We Trust You-Interpretability of Deep Neural Networks - StampedeCon AI Summit 2017 (20)

A.Lehotzky AI-Genomics
A.Lehotzky AI-GenomicsA.Lehotzky AI-Genomics
A.Lehotzky AI-Genomics
 
Chris Currin computational neuroscience intro AIMS MIIA 2017-12
Chris Currin computational neuroscience intro AIMS MIIA 2017-12Chris Currin computational neuroscience intro AIMS MIIA 2017-12
Chris Currin computational neuroscience intro AIMS MIIA 2017-12
 
Life, the Universe & Information Processing (Café Scientifique, Vilnius)
Life, the Universe & Information Processing (Café Scientifique, Vilnius)Life, the Universe & Information Processing (Café Scientifique, Vilnius)
Life, the Universe & Information Processing (Café Scientifique, Vilnius)
 
Curs1-2_Introducere_istoric.ppt
Curs1-2_Introducere_istoric.pptCurs1-2_Introducere_istoric.ppt
Curs1-2_Introducere_istoric.ppt
 
Cognitive Computing for Tacit Knowledge1
Cognitive Computing for Tacit Knowledge1Cognitive Computing for Tacit Knowledge1
Cognitive Computing for Tacit Knowledge1
 
2018 Modern Math Workshop - Nonparametric Regression and Classification for M...
2018 Modern Math Workshop - Nonparametric Regression and Classification for M...2018 Modern Math Workshop - Nonparametric Regression and Classification for M...
2018 Modern Math Workshop - Nonparametric Regression and Classification for M...
 
MACHINE LEARNING & ARTIFICIAL INTELLIGENCE: BEYOND DIAGNOSIS
MACHINE LEARNING & ARTIFICIAL INTELLIGENCE: BEYOND DIAGNOSIS MACHINE LEARNING & ARTIFICIAL INTELLIGENCE: BEYOND DIAGNOSIS
MACHINE LEARNING & ARTIFICIAL INTELLIGENCE: BEYOND DIAGNOSIS
 
Cognitive Computing at University Osnabrück
Cognitive Computing at University OsnabrückCognitive Computing at University Osnabrück
Cognitive Computing at University Osnabrück
 
Contents lists available at ScienceDirectBrain and Cogniti.docx
Contents lists available at ScienceDirectBrain and Cogniti.docxContents lists available at ScienceDirectBrain and Cogniti.docx
Contents lists available at ScienceDirectBrain and Cogniti.docx
 
Artificial intelligence intro cp 1
Artificial intelligence  intro  cp  1Artificial intelligence  intro  cp  1
Artificial intelligence intro cp 1
 
Taming the Big Data Beast - Together
Taming the Big Data Beast - TogetherTaming the Big Data Beast - Together
Taming the Big Data Beast - Together
 
algorithmic-decisions, fairness, machine learning, provenance, transparency
algorithmic-decisions, fairness, machine learning, provenance, transparencyalgorithmic-decisions, fairness, machine learning, provenance, transparency
algorithmic-decisions, fairness, machine learning, provenance, transparency
 
Data Science for Everyone - A talk on teaching data science by Charles Tanguy...
Data Science for Everyone - A talk on teaching data science by Charles Tanguy...Data Science for Everyone - A talk on teaching data science by Charles Tanguy...
Data Science for Everyone - A talk on teaching data science by Charles Tanguy...
 
Data Science: Origins, Methods, Challenges and the future?
Data Science: Origins, Methods, Challenges and the future?Data Science: Origins, Methods, Challenges and the future?
Data Science: Origins, Methods, Challenges and the future?
 
Conversational sensemaking Preece and Braines
Conversational sensemaking   Preece and BrainesConversational sensemaking   Preece and Braines
Conversational sensemaking Preece and Braines
 
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...
 
The Future of Neuroimaging: A 3D Exploration of TBI
The Future of Neuroimaging: A 3D Exploration of TBIThe Future of Neuroimaging: A 3D Exploration of TBI
The Future of Neuroimaging: A 3D Exploration of TBI
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
A Practical Use of Artificial Intelligence in the Fight Against Cancer by Bri...
A Practical Use of Artificial Intelligence in the Fight Against Cancer by Bri...A Practical Use of Artificial Intelligence in the Fight Against Cancer by Bri...
A Practical Use of Artificial Intelligence in the Fight Against Cancer by Bri...
 
Brain vs Computer
Brain vs ComputerBrain vs Computer
Brain vs Computer
 

Plus de StampedeCon

The Search for a New Visual Search Beyond Language - StampedeCon AI Summit 2017
The Search for a New Visual Search Beyond Language - StampedeCon AI Summit 2017The Search for a New Visual Search Beyond Language - StampedeCon AI Summit 2017
The Search for a New Visual Search Beyond Language - StampedeCon AI Summit 2017StampedeCon
 
Predicting Outcomes When Your Outcomes are Graphs - StampedeCon AI Summit 2017
Predicting Outcomes When Your Outcomes are Graphs - StampedeCon AI Summit 2017Predicting Outcomes When Your Outcomes are Graphs - StampedeCon AI Summit 2017
Predicting Outcomes When Your Outcomes are Graphs - StampedeCon AI Summit 2017StampedeCon
 
Novel Semi-supervised Probabilistic ML Approach to SNP Variant Calling - Stam...
Novel Semi-supervised Probabilistic ML Approach to SNP Variant Calling - Stam...Novel Semi-supervised Probabilistic ML Approach to SNP Variant Calling - Stam...
Novel Semi-supervised Probabilistic ML Approach to SNP Variant Calling - Stam...StampedeCon
 
How to Talk about AI to Non-analaysts - Stampedecon AI Summit 2017
How to Talk about AI to Non-analaysts - Stampedecon AI Summit 2017How to Talk about AI to Non-analaysts - Stampedecon AI Summit 2017
How to Talk about AI to Non-analaysts - Stampedecon AI Summit 2017StampedeCon
 
Getting Started with Keras and TensorFlow - StampedeCon AI Summit 2017
Getting Started with Keras and TensorFlow - StampedeCon AI Summit 2017Getting Started with Keras and TensorFlow - StampedeCon AI Summit 2017
Getting Started with Keras and TensorFlow - StampedeCon AI Summit 2017StampedeCon
 
Foundations of Machine Learning - StampedeCon AI Summit 2017
Foundations of Machine Learning - StampedeCon AI Summit 2017Foundations of Machine Learning - StampedeCon AI Summit 2017
Foundations of Machine Learning - StampedeCon AI Summit 2017StampedeCon
 
Don't Start from Scratch: Transfer Learning for Novel Computer Vision Problem...
Don't Start from Scratch: Transfer Learning for Novel Computer Vision Problem...Don't Start from Scratch: Transfer Learning for Novel Computer Vision Problem...
Don't Start from Scratch: Transfer Learning for Novel Computer Vision Problem...StampedeCon
 
Bringing the Whole Elephant Into View Can Cognitive Systems Bring Real Soluti...
Bringing the Whole Elephant Into View Can Cognitive Systems Bring Real Soluti...Bringing the Whole Elephant Into View Can Cognitive Systems Bring Real Soluti...
Bringing the Whole Elephant Into View Can Cognitive Systems Bring Real Soluti...StampedeCon
 
Automated AI The Next Frontier in Analytics - StampedeCon AI Summit 2017
Automated AI The Next Frontier in Analytics - StampedeCon AI Summit 2017Automated AI The Next Frontier in Analytics - StampedeCon AI Summit 2017
Automated AI The Next Frontier in Analytics - StampedeCon AI Summit 2017StampedeCon
 
AI in the Enterprise: Past, Present & Future - StampedeCon AI Summit 2017
AI in the Enterprise: Past,  Present &  Future - StampedeCon AI Summit 2017AI in the Enterprise: Past,  Present &  Future - StampedeCon AI Summit 2017
AI in the Enterprise: Past, Present & Future - StampedeCon AI Summit 2017StampedeCon
 
A Different Data Science Approach - StampedeCon AI Summit 2017
A Different Data Science Approach - StampedeCon AI Summit 2017A Different Data Science Approach - StampedeCon AI Summit 2017
A Different Data Science Approach - StampedeCon AI Summit 2017StampedeCon
 
Graph in Customer 360 - StampedeCon Big Data Conference 2017
Graph in Customer 360 - StampedeCon Big Data Conference 2017Graph in Customer 360 - StampedeCon Big Data Conference 2017
Graph in Customer 360 - StampedeCon Big Data Conference 2017StampedeCon
 
End-to-end Big Data Projects with Python - StampedeCon Big Data Conference 2017
End-to-end Big Data Projects with Python - StampedeCon Big Data Conference 2017End-to-end Big Data Projects with Python - StampedeCon Big Data Conference 2017
End-to-end Big Data Projects with Python - StampedeCon Big Data Conference 2017StampedeCon
 
Doing Big Data Using Amazon's Analogs - StampedeCon Big Data Conference 2017
Doing Big Data Using Amazon's Analogs - StampedeCon Big Data Conference 2017Doing Big Data Using Amazon's Analogs - StampedeCon Big Data Conference 2017
Doing Big Data Using Amazon's Analogs - StampedeCon Big Data Conference 2017StampedeCon
 
Enabling New Business Capabilities with Cloud-based Streaming Data Architectu...
Enabling New Business Capabilities with Cloud-based Streaming Data Architectu...Enabling New Business Capabilities with Cloud-based Streaming Data Architectu...
Enabling New Business Capabilities with Cloud-based Streaming Data Architectu...StampedeCon
 
Big Data Meets IoT: Lessons From the Cloud on Polling, Collecting, and Analyz...
Big Data Meets IoT: Lessons From the Cloud on Polling, Collecting, and Analyz...Big Data Meets IoT: Lessons From the Cloud on Polling, Collecting, and Analyz...
Big Data Meets IoT: Lessons From the Cloud on Polling, Collecting, and Analyz...StampedeCon
 
Innovation in the Data Warehouse - StampedeCon 2016
Innovation in the Data Warehouse - StampedeCon 2016Innovation in the Data Warehouse - StampedeCon 2016
Innovation in the Data Warehouse - StampedeCon 2016StampedeCon
 
Creating a Data Driven Organization - StampedeCon 2016
Creating a Data Driven Organization - StampedeCon 2016Creating a Data Driven Organization - StampedeCon 2016
Creating a Data Driven Organization - StampedeCon 2016StampedeCon
 
Using The Internet of Things for Population Health Management - StampedeCon 2016
Using The Internet of Things for Population Health Management - StampedeCon 2016Using The Internet of Things for Population Health Management - StampedeCon 2016
Using The Internet of Things for Population Health Management - StampedeCon 2016StampedeCon
 
Turn Data Into Actionable Insights - StampedeCon 2016
Turn Data Into Actionable Insights - StampedeCon 2016Turn Data Into Actionable Insights - StampedeCon 2016
Turn Data Into Actionable Insights - StampedeCon 2016StampedeCon
 

Plus de StampedeCon (20)

The Search for a New Visual Search Beyond Language - StampedeCon AI Summit 2017
The Search for a New Visual Search Beyond Language - StampedeCon AI Summit 2017The Search for a New Visual Search Beyond Language - StampedeCon AI Summit 2017
The Search for a New Visual Search Beyond Language - StampedeCon AI Summit 2017
 
Predicting Outcomes When Your Outcomes are Graphs - StampedeCon AI Summit 2017
Predicting Outcomes When Your Outcomes are Graphs - StampedeCon AI Summit 2017Predicting Outcomes When Your Outcomes are Graphs - StampedeCon AI Summit 2017
Predicting Outcomes When Your Outcomes are Graphs - StampedeCon AI Summit 2017
 
Novel Semi-supervised Probabilistic ML Approach to SNP Variant Calling - Stam...
Novel Semi-supervised Probabilistic ML Approach to SNP Variant Calling - Stam...Novel Semi-supervised Probabilistic ML Approach to SNP Variant Calling - Stam...
Novel Semi-supervised Probabilistic ML Approach to SNP Variant Calling - Stam...
 
How to Talk about AI to Non-analaysts - Stampedecon AI Summit 2017
How to Talk about AI to Non-analaysts - Stampedecon AI Summit 2017How to Talk about AI to Non-analaysts - Stampedecon AI Summit 2017
How to Talk about AI to Non-analaysts - Stampedecon AI Summit 2017
 
Getting Started with Keras and TensorFlow - StampedeCon AI Summit 2017
Getting Started with Keras and TensorFlow - StampedeCon AI Summit 2017Getting Started with Keras and TensorFlow - StampedeCon AI Summit 2017
Getting Started with Keras and TensorFlow - StampedeCon AI Summit 2017
 
Foundations of Machine Learning - StampedeCon AI Summit 2017
Foundations of Machine Learning - StampedeCon AI Summit 2017Foundations of Machine Learning - StampedeCon AI Summit 2017
Foundations of Machine Learning - StampedeCon AI Summit 2017
 
Don't Start from Scratch: Transfer Learning for Novel Computer Vision Problem...
Don't Start from Scratch: Transfer Learning for Novel Computer Vision Problem...Don't Start from Scratch: Transfer Learning for Novel Computer Vision Problem...
Don't Start from Scratch: Transfer Learning for Novel Computer Vision Problem...
 
Bringing the Whole Elephant Into View Can Cognitive Systems Bring Real Soluti...
Bringing the Whole Elephant Into View Can Cognitive Systems Bring Real Soluti...Bringing the Whole Elephant Into View Can Cognitive Systems Bring Real Soluti...
Bringing the Whole Elephant Into View Can Cognitive Systems Bring Real Soluti...
 
Automated AI The Next Frontier in Analytics - StampedeCon AI Summit 2017
Automated AI The Next Frontier in Analytics - StampedeCon AI Summit 2017Automated AI The Next Frontier in Analytics - StampedeCon AI Summit 2017
Automated AI The Next Frontier in Analytics - StampedeCon AI Summit 2017
 
AI in the Enterprise: Past, Present & Future - StampedeCon AI Summit 2017
AI in the Enterprise: Past,  Present &  Future - StampedeCon AI Summit 2017AI in the Enterprise: Past,  Present &  Future - StampedeCon AI Summit 2017
AI in the Enterprise: Past, Present & Future - StampedeCon AI Summit 2017
 
A Different Data Science Approach - StampedeCon AI Summit 2017
A Different Data Science Approach - StampedeCon AI Summit 2017A Different Data Science Approach - StampedeCon AI Summit 2017
A Different Data Science Approach - StampedeCon AI Summit 2017
 
Graph in Customer 360 - StampedeCon Big Data Conference 2017
Graph in Customer 360 - StampedeCon Big Data Conference 2017Graph in Customer 360 - StampedeCon Big Data Conference 2017
Graph in Customer 360 - StampedeCon Big Data Conference 2017
 
End-to-end Big Data Projects with Python - StampedeCon Big Data Conference 2017
End-to-end Big Data Projects with Python - StampedeCon Big Data Conference 2017End-to-end Big Data Projects with Python - StampedeCon Big Data Conference 2017
End-to-end Big Data Projects with Python - StampedeCon Big Data Conference 2017
 
Doing Big Data Using Amazon's Analogs - StampedeCon Big Data Conference 2017
Doing Big Data Using Amazon's Analogs - StampedeCon Big Data Conference 2017Doing Big Data Using Amazon's Analogs - StampedeCon Big Data Conference 2017
Doing Big Data Using Amazon's Analogs - StampedeCon Big Data Conference 2017
 
Enabling New Business Capabilities with Cloud-based Streaming Data Architectu...
Enabling New Business Capabilities with Cloud-based Streaming Data Architectu...Enabling New Business Capabilities with Cloud-based Streaming Data Architectu...
Enabling New Business Capabilities with Cloud-based Streaming Data Architectu...
 
Big Data Meets IoT: Lessons From the Cloud on Polling, Collecting, and Analyz...
Big Data Meets IoT: Lessons From the Cloud on Polling, Collecting, and Analyz...Big Data Meets IoT: Lessons From the Cloud on Polling, Collecting, and Analyz...
Big Data Meets IoT: Lessons From the Cloud on Polling, Collecting, and Analyz...
 
Innovation in the Data Warehouse - StampedeCon 2016
Innovation in the Data Warehouse - StampedeCon 2016Innovation in the Data Warehouse - StampedeCon 2016
Innovation in the Data Warehouse - StampedeCon 2016
 
Creating a Data Driven Organization - StampedeCon 2016
Creating a Data Driven Organization - StampedeCon 2016Creating a Data Driven Organization - StampedeCon 2016
Creating a Data Driven Organization - StampedeCon 2016
 
Using The Internet of Things for Population Health Management - StampedeCon 2016
Using The Internet of Things for Population Health Management - StampedeCon 2016Using The Internet of Things for Population Health Management - StampedeCon 2016
Using The Internet of Things for Population Health Management - StampedeCon 2016
 
Turn Data Into Actionable Insights - StampedeCon 2016
Turn Data Into Actionable Insights - StampedeCon 2016Turn Data Into Actionable Insights - StampedeCon 2016
Turn Data Into Actionable Insights - StampedeCon 2016
 

Dernier

Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramMoniSankarHazra
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...amitlee9823
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...amitlee9823
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceDelhi Call girls
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...only4webmaster01
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
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
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsJoseMangaJr1
 

Dernier (20)

Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
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
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 
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...
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 

Why Should We Trust You-Interpretability of Deep Neural Networks - StampedeCon AI Summit 2017