SlideShare a Scribd company logo
1 of 22
Download to read offline
Deep	Learning	Howlers:	Why	Learning	
Surface	Statistical	Regularities	is	not	
Enough
Dr. Vijay Srinivas Agneeswaran,
Senior Director and Head of Data
Sciences, SapientRazorfish
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 2
Microsoft	Computer	Vision	API:	Image	Captioning	and	Tagging
a	group	of	giraffe	standing	next	to	a	rock	wall a	statue	of	a	bear	in	a	pool	of	water
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 3
Microsoft	Computer	Vision	API:	Image	Captioning	and	Tagging
a	group	of	brown	cows	walking	along	a	wooden	fence
a	group	of	giraffe	standing	next	to	a	tree
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 4
More	DL	Howlers
a	monkey	sitting	on	a	rock a	group	of	pink	flowers	on	top	of	a	grass	covered	field
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 5
More	DL	Howlers
a	flock	of	seagulls	at	sunset a	herd	of	sheep	standing	on	top	of	a	grass	covered	
field
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 6
More	DL	Howlers
herd	of	sheep	grazing	on	a	lush	green	field
a	woman	wearing	a	green	shirt
Even	other	pre-
built	models	make	
mistakes
a	man	walking	down	a	street	holding	an	
umbrella(Neuraltalk2)
§ a	man	is	sitting	on	a	bench	in	a	park-(Neuraltalk2	demo)
Detection	of	Errors	in	CNN:
For	error	detection,	we	have	compared	two	neural	networks	outputs	on	the	same	input	data-
set.
§ Network1	– Microsoft’s	captionbot.ai
§ Network2	– Cloudsight.ai	bot
Comparison	is	done	quantitatively	between	the	outputs	of	the	network.
Claim:
§ “If	the	networks	are	correct	most	of	the	time,	then	their	output’s	frequency	distributions	must	
almost	be	equal”
§ “If	the	frequency	distribution	varies	too	much,	then	there	must	be	some	irregularities	
associated	with	at-least	one	network”
Results:
Frequency	Distributions	of	words
File	1 File	2
• The	Euclidean	Distance between	two	files	is:	37.33
• The	Cosine	Distance between	two	files	is:	0.1385
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 11
Generalization	and	Surface	Statistical	Regularities
Claim	1:
• Deep	CNNs	
are	
generalizing	
extremely	
well	to	an	
unseen	test	
set.
Claim	2:
• Deep	CNNs	
have	extreme	
sensitivity	to	
adversarial	
examples.
Train	and	Test	
data	sets	
• Have	similar	
image	
statistics
• Superficial	
cues	–
generalization	
behaviour
• Perturbations	
on	images
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 12
Fourier	Filtering
J.	Jo	and	Y.	Bengio,	“Measuring	the	tendency	of	cnns to	learn	surface	statistical	regularities,”	arXiv preprint	arXiv:1711.11561,	2017.
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 13
DLs	only	learn	Surface	Statistical	Regularities?
J.	Jo	and	Y.	Bengio,	“Measuring	the	tendency	of	cnns to	learn	surface	statistical	regularities,”	arXiv preprint	arXiv:1711.11561,	2017.	
Network1
• unfiltered	
data	set	for	
training
• Generalization	
gap	of	18-20%
Network2
• randomly	
filtered	data	
for	training
• Generalization	
gap	of	28%
Network3
• radially	
filtered	data	
for	training
• Generalization	
gap	of	10%
14
©	Copyright	Publicis.Sapient	|	Confidential
Next	Gen	Artificial	Intelligence	Algorithms
Capsule	Networks
Transfer	Learning
Deep
Reinforcement	
Learning
Unsupervised/
Semi-supervised	
Deep	Learning
Meta-Learning
Swarm	Intelligence
Differentiable
Neural	Computers
Privacy-preserving	
Analytics
15
©	Copyright	Publicis.Sapient	|	Confidential
Capsule	Networks
CNN	– these	2	images	are	the	same!
§ Capture	spatial	relationships	between	objects	–
represented	as	pose	(rotation+translation)
§ Handles	data	sparsity
§ Capsule	outputs	a	vector,	whereas	a	neuron	
outputs	a	scalar.	
§ Equivariance VS	Invariance
§ Applications: text	analytics	and	multi-modal	data
https://www.youtube.com/watch?v=pPN8d0E3900
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 16
Privacy	Preserving	Analytics:	Federated	Learning
§ Data	is	non-iid,	massively	distributed	across	
multiple	clients/organizations	and	imbalanced	
§ Trusted	curator	– collects	parameters	for	
model.
§ Joint	representative	model	without	data	
sharing.
§ Applications	:	Insurance	domain	for	banks.
How	federated	learning	works	?
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 17
Transfer	Learning
§ Typical	application	of	multi	task	
learning	can	be	found	in	Robotics,	
where	robots	can	learn	from	each	
other.	
§ Applications:	RPA
How	transfer	learning	works	?
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 18
Unsupervised/Semi-supervised	Deep	Learning
Image	source	https://arxiv.org/abs/1511.06430
§ Approaches	to	Semi-Supervised	Learning(SSL)
§ Pseudo	Labeling
§ Ladder	Network
• Uses	Encoder	and	Decoder	approach
• Uses	two	encoders	paths(one	with	noise	and	another	without	
noise)	to	get	noisy	hidden	activations	and	clean	hidden	
activations	respectively
• Decoder	reconstructs	the	clean	hidden	activations	at	each	layer	
from	noisy	activations
• Ladder	Network	provide	close	to	99%	accuracy	on	MNIST	test	
data	with	just	100	labeled	samples
§ Applications	:	Customer	Behavior	Prediction,	Credit	Scoring,	Fraud	
Detection,	Image	Classification,	Topic	Modeling,	Text	Summarization
How	ladder	network	works	?
19
©	Copyright	Publicis.Sapient	|	Confidential
Differentiable	Neural	Computing
Source:	https://deepmind.com/blog/differentiable-neural-computers/
§ Read	and	write	learnings	to	external	memory
§ Selective	Attention
§ Able	to	combine	and	use	controller	and	memory	
results	in	order	to	make	predictions
§ Applications:	Predictive	process	analytics	–
optimization	of	business	processes.	
Next	GEN	AI
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 20
Meta-Learning	(Learning	to	Learn)
§ Meta	Learning	monitors	the	automatic	learning	process	
itself,	in	the	context	of	the	learning	problems	it	encounters,	
and	tries	to	adapt	its	behavior	to	perform	better.
§ Supervised	learning	with	data	points	that	are	entire	
datasets
§ Applications:		Few-shot image recognition	
How	meta-learning	works	?
21
©	Copyright	Publicis.Sapient	|	Confidential
Deep	Reinforcement	Learning
Source:	http://www.tmansi.net/wp-content/uploads/2016/12/dsl.jpg
§ Applications	in	game	theory,	control	
theory,	operations	research,	information	
theory,	simulation-based	optimization,	
multi-agent	systems,	genetic	algorithms	
etc.
§ Applications:	Banking	Products	
Recommendation	System
C O P Y R I G H T 	 S A P I E N T R A Z O R F I S H 	 | 	 C O N F I D E N T I A L 22
Swarm	Intelligence
§ What	is	Swarm	Intelligence?
§ AI	technique	based	on	the	collective	
behavior	of	decentralized,	self-organized	
systems
§ Uses	a	number	of	agents	(particles)	that	
constitute	a	swarm	moving	around	in	the	
search	space	looking	for	the	best	solution
§ Each	particle	in	search	space	adjusts	its	
“flying”	according	to	its	own	flying	
experience	as	well	as	the	flying	experience	
of	other	particles
§ Applications:	Robotics,	fraud	analytics
http://www.techferry.com/articles/swarm-intelligence.html

More Related Content

Similar to Deep Learning Mistakes and Next-Gen AI Techniques

Introduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionIntroduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionDarian Frajberg
 
The Changing Face of Government IT
The Changing Face of Government ITThe Changing Face of Government IT
The Changing Face of Government ITDustin Haisler
 
Keynote on 2015 Yale Day of Data
Keynote on 2015 Yale Day of Data Keynote on 2015 Yale Day of Data
Keynote on 2015 Yale Day of Data Robert Grossman
 
Data visualisationsummit 2013
Data visualisationsummit 2013Data visualisationsummit 2013
Data visualisationsummit 2013The Pathway Group
 
Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...
Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...
Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...Formulatedby
 
Demystifying Parallel and Distributed Deep Learning: An In-Depth Concurrency ...
Demystifying Parallel and Distributed Deep Learning: An In-Depth Concurrency ...Demystifying Parallel and Distributed Deep Learning: An In-Depth Concurrency ...
Demystifying Parallel and Distributed Deep Learning: An In-Depth Concurrency ...inside-BigData.com
 
Data Modelling at Scale
Data Modelling at ScaleData Modelling at Scale
Data Modelling at ScaleDavid Simons
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Xiaohan Zeng
 
Measuring reliability and validity in human coding and machine classification
Measuring reliability and validity in human coding and machine classificationMeasuring reliability and validity in human coding and machine classification
Measuring reliability and validity in human coding and machine classificationStuart Shulman
 
Gridforum David De Roure Newe Science 20080402
Gridforum David De Roure Newe Science 20080402Gridforum David De Roure Newe Science 20080402
Gridforum David De Roure Newe Science 20080402vrij
 
iMicrobe and iVirus: Extending the iPlant cyberinfrastructure from plants to ...
iMicrobe and iVirus: Extending the iPlant cyberinfrastructure from plants to ...iMicrobe and iVirus: Extending the iPlant cyberinfrastructure from plants to ...
iMicrobe and iVirus: Extending the iPlant cyberinfrastructure from plants to ...Bonnie Hurwitz
 
Deep Dive Into Deep Learning : How AI is Powering the Future of Endpoint Secu...
Deep Dive Into Deep Learning : How AI is Powering the Future of Endpoint Secu...Deep Dive Into Deep Learning : How AI is Powering the Future of Endpoint Secu...
Deep Dive Into Deep Learning : How AI is Powering the Future of Endpoint Secu...Digital Transformation EXPO Event Series
 
Interlinking Standardized OpenStreetMap Data and Citizen Science Data in the ...
Interlinking Standardized OpenStreetMap Data and Citizen Science Data in the ...Interlinking Standardized OpenStreetMap Data and Citizen Science Data in the ...
Interlinking Standardized OpenStreetMap Data and Citizen Science Data in the ...Werner Leyh
 
Data Science Folk Knowledge
Data Science Folk KnowledgeData Science Folk Knowledge
Data Science Folk KnowledgeKrishna Sankar
 
Data Tactics Data Science Brown Bag (April 2014)
Data Tactics Data Science Brown Bag (April 2014)Data Tactics Data Science Brown Bag (April 2014)
Data Tactics Data Science Brown Bag (April 2014)Rich Heimann
 
Data Science and Analytics Brown Bag
Data Science and Analytics Brown BagData Science and Analytics Brown Bag
Data Science and Analytics Brown BagDataTactics
 

Similar to Deep Learning Mistakes and Next-Gen AI Techniques (20)

Introduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionIntroduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolution
 
The Changing Face of Government IT
The Changing Face of Government ITThe Changing Face of Government IT
The Changing Face of Government IT
 
SENCER_panel.ppt
SENCER_panel.pptSENCER_panel.ppt
SENCER_panel.ppt
 
Keynote on 2015 Yale Day of Data
Keynote on 2015 Yale Day of Data Keynote on 2015 Yale Day of Data
Keynote on 2015 Yale Day of Data
 
Data visualisationsummit 2013
Data visualisationsummit 2013Data visualisationsummit 2013
Data visualisationsummit 2013
 
Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...
Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...
Data Science Salon: An Experiment on Data Science Algorithms Enabled by a Pil...
 
Demystifying Parallel and Distributed Deep Learning: An In-Depth Concurrency ...
Demystifying Parallel and Distributed Deep Learning: An In-Depth Concurrency ...Demystifying Parallel and Distributed Deep Learning: An In-Depth Concurrency ...
Demystifying Parallel and Distributed Deep Learning: An In-Depth Concurrency ...
 
Data Modelling at Scale
Data Modelling at ScaleData Modelling at Scale
Data Modelling at Scale
 
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
Social Network Analysis: What It Is, Why We Should Care, and What We Can Lear...
 
Measuring reliability and validity in human coding and machine classification
Measuring reliability and validity in human coding and machine classificationMeasuring reliability and validity in human coding and machine classification
Measuring reliability and validity in human coding and machine classification
 
Gridforum David De Roure Newe Science 20080402
Gridforum David De Roure Newe Science 20080402Gridforum David De Roure Newe Science 20080402
Gridforum David De Roure Newe Science 20080402
 
iMicrobe and iVirus: Extending the iPlant cyberinfrastructure from plants to ...
iMicrobe and iVirus: Extending the iPlant cyberinfrastructure from plants to ...iMicrobe and iVirus: Extending the iPlant cyberinfrastructure from plants to ...
iMicrobe and iVirus: Extending the iPlant cyberinfrastructure from plants to ...
 
Deeplearning in finance
Deeplearning in financeDeeplearning in finance
Deeplearning in finance
 
IoT Yet to Come
IoT Yet to ComeIoT Yet to Come
IoT Yet to Come
 
Deep Dive Into Deep Learning : How AI is Powering the Future of Endpoint Secu...
Deep Dive Into Deep Learning : How AI is Powering the Future of Endpoint Secu...Deep Dive Into Deep Learning : How AI is Powering the Future of Endpoint Secu...
Deep Dive Into Deep Learning : How AI is Powering the Future of Endpoint Secu...
 
Interlinking Standardized OpenStreetMap Data and Citizen Science Data in the ...
Interlinking Standardized OpenStreetMap Data and Citizen Science Data in the ...Interlinking Standardized OpenStreetMap Data and Citizen Science Data in the ...
Interlinking Standardized OpenStreetMap Data and Citizen Science Data in the ...
 
Data Science Folk Knowledge
Data Science Folk KnowledgeData Science Folk Knowledge
Data Science Folk Knowledge
 
Cs501 dm intro
Cs501 dm introCs501 dm intro
Cs501 dm intro
 
Data Tactics Data Science Brown Bag (April 2014)
Data Tactics Data Science Brown Bag (April 2014)Data Tactics Data Science Brown Bag (April 2014)
Data Tactics Data Science Brown Bag (April 2014)
 
Data Science and Analytics Brown Bag
Data Science and Analytics Brown BagData Science and Analytics Brown Bag
Data Science and Analytics Brown Bag
 

More from Vijay Srinivas Agneeswaran, Ph.D

More from Vijay Srinivas Agneeswaran, Ph.D (10)

Distributed computing abstractions_data_science_6_june_2016_ver_0.4
Distributed computing abstractions_data_science_6_june_2016_ver_0.4Distributed computing abstractions_data_science_6_june_2016_ver_0.4
Distributed computing abstractions_data_science_6_june_2016_ver_0.4
 
Distributed deep learning_framework_spark_4_may_2015_ver_0.7
Distributed deep learning_framework_spark_4_may_2015_ver_0.7Distributed deep learning_framework_spark_4_may_2015_ver_0.7
Distributed deep learning_framework_spark_4_may_2015_ver_0.7
 
Open problems big_data_19_feb_2015_ver_0.1
Open problems big_data_19_feb_2015_ver_0.1Open problems big_data_19_feb_2015_ver_0.1
Open problems big_data_19_feb_2015_ver_0.1
 
Distributed Deep Learning + others for Spark Meetup
Distributed Deep Learning + others for Spark MeetupDistributed Deep Learning + others for Spark Meetup
Distributed Deep Learning + others for Spark Meetup
 
Distributed deep learning_over_spark_20_nov_2014_ver_2.8
Distributed deep learning_over_spark_20_nov_2014_ver_2.8Distributed deep learning_over_spark_20_nov_2014_ver_2.8
Distributed deep learning_over_spark_20_nov_2014_ver_2.8
 
Yarn spark next_gen_hadoop_8_jan_2014
Yarn spark next_gen_hadoop_8_jan_2014Yarn spark next_gen_hadoop_8_jan_2014
Yarn spark next_gen_hadoop_8_jan_2014
 
Beyond Hadoop 1.0: A Holistic View of Hadoop YARN, Spark and GraphLab
Beyond Hadoop 1.0: A Holistic View of Hadoop YARN, Spark and GraphLabBeyond Hadoop 1.0: A Holistic View of Hadoop YARN, Spark and GraphLab
Beyond Hadoop 1.0: A Holistic View of Hadoop YARN, Spark and GraphLab
 
Big data analytics_7_giants_public_24_sep_2013
Big data analytics_7_giants_public_24_sep_2013Big data analytics_7_giants_public_24_sep_2013
Big data analytics_7_giants_public_24_sep_2013
 
Big data analytics_beyond_hadoop_public_18_july_2013
Big data analytics_beyond_hadoop_public_18_july_2013Big data analytics_beyond_hadoop_public_18_july_2013
Big data analytics_beyond_hadoop_public_18_july_2013
 
Big dataanalyticsbeyondhadoop public_20_june_2013
Big dataanalyticsbeyondhadoop public_20_june_2013Big dataanalyticsbeyondhadoop public_20_june_2013
Big dataanalyticsbeyondhadoop public_20_june_2013
 

Recently uploaded

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 

Recently uploaded (20)

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 

Deep Learning Mistakes and Next-Gen AI Techniques