SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
Machine	and	Deep	Learning:	
Prac1cal	Deployments	and	Best	
Prac1ces	for	the	next	Two	Years		
Arno	Kolster	
September	7,	2017	
Three	
Principal	&	Co-Founder
*h@ps://blogs.nvidia.com/blog/2016/07/29/whats-difference-arJficial-intelligence-machine-learning-deep-learning-ai/
4	
Deep	Learning?	
Some	definiJons	are	in	order….	
Generally	speaking,	the	line	lies	
between	mimicking	human	learning	
pa@erns	and	allowing	the	machine	
to	develop	its	own	relaJonships	
and	inferences.	
Machine	Learning:	
•	Supervised		-	guided	(shallow)	
•	Unsupervised	-	unguided	(shallow)	
•	Deep	Learning	–	graph	traversal
Machine	Learning	Projects	
5	
What’s	it	like	to	actually	try	and	do	this	right	now?
6	
“Files	Of	Interest”	
Given	an	organized	structure	of	files…	
Requirements:	
f•	send	event	noJficaJons	to	command	and	
control	systems	when	pa@erns	of	interest	are	
detected,	including	enough	insight	for	those	
systems	to	handle	the	event	
•	determine	groups	of	similar	files,	without	
opening	the	file	itself	
•	classify	a	staJsJcally	relevant	sample	of	
each	group	to	confirm	validity	of	grouping	
•	at	regular	intervals,	scan	for	pa@erns	of	
interest	against	all	files,	using	class-specific	
pa@erns
7	
“Files	Of	Interest”	
Technology	Components:	
•	Messaging	middleware	
	
•	Metadata	Schema	(relaJonal)	
	
•	Unsupervised	Learning	(eventual		
Deep	Learning)	
	
•	Supervised	Learning	(classificaJon)	
	
•	Pa@ern/Anomaly	DetecJon	
	
•	Event	GeneraJon
8	
“Files	Of	Interest”	
Technology	Components:	
•	Messaging	middleware	
	
•	Metadata	Schema	(relaJonal)	
	
•	Unsupervised	Learning	(eventual		
Deep	Learning)	
	
•	Supervised	Learning	(classificaJon)	
	
•	Pa@ern/Anomaly	DetecJon	
	
•	Event	GeneraJon
9	
General	Project	CharacterisJcs	
The	State	Of	Today	
•	ML/DL	components	are	generally	part	of	a	larger	workflow.	
•	Algorithm	research	making	great	strides	both	in	commercial	and	open	source	offerings.	
	Commercial	edge	in	algorithms,	but	open	source	wins	in	overall	soluJons.	
•	Interoperability	and	workflow	management	lag	(except	perhaps	for	Spark).	
•	Messaging/EvenJng	required,	many	open	source	offerings	require	messaging	and	streaming	systems.	
•	Lines	between	Supervised,	Unsupervised,	Deep	Learning	are	sJll	fluid	and	changing.	
•	Overfigng	is	a	real	problem,	but	at	several	levels	(reuse	is	very	limited).	
-	TradiJonal	ML	noJon	within	an	algorithm/dataset	
-	Within	a	workflow	
-	Between		‘similar’	workflows
10	
General	Project	CharacterisJcs	
The	State	Of	Today	(ConJnued)	
•	Development	style	(agile,	use-case	focused)	means	that	general	soluJons	are	a	long	way	off.	
•	Algorithm	and	data	formats	are	very	closely	linked	now.		Adjustments	to	one	require	
adjustments	to	the	other.		This	lockstep	is	predictable,	but	also	limiJng	in	scope,	reuse,	general	
projects.	
•	“Experimental”.		Monitoring,	alerJng,	and	operaJonal	support	is	very	limited	and	tends	to	
follow	a	devops	approach.		OperaJonal	aspects	are	almost	universally	open	source.	
•	Performance	Jes	to	system	technology	choices	by	use-case 	,	tuning	for	the	
general	case	is	not	supported.
Machine	Learning	Systems	
11	
Specializa9on	is	forced	upon	us,	for	now.
12	
“The	Ideal	System”	
	
	
	
	
	
•	Workflow	management	is	fluid,	predictable,	monitored,	scales	with	
infrastructure	for	ML	and	other	components.	
•	Event	management	and	message	flow	well-integrated	into	all	
components	throughout.	
•	Algorithm	choice	and	dataset	formagng	independent	and	interoperable.	
•	Algorithm	performance	detects	and	adjusts	to	system	capabiliJes.	
•	AcceleraJon	is	dynamic,	reusable,	and	independently	scalable.	
•	Analyst	tools	are	easily	understood,	run	on	all	plalorms,	and	
support	SME	language.	
•	VisualizaJon	capabiliJes	tuned	to	the	consumer	(mobile,	tablet,	
social	media	are	first	class	ciJzens).	
•Availability,	interoperability,	metrics,	and	KPIs	well-exposed	and	
generally	understood.		IntegraJon	with	exisJng	NOC	tools	complete.
13	
Building	for	12-18	Months	
Era	of	“Use-Specific	Systems”	
•	Try	and	collate	use-cases	and	design	for	as	many	similariJes	as	possible.	
•	Rely	on	event	ontologies	to	handle	mulJple	cases	where	algorithms	are	the	same.	These	really	are	
out	there,	but	you	cannot	expect	anyone	(commercial/open	source)	to	point	them	out,	much	less	
automate	them.	
•	Externalize	rules	into	sopware;	teach	analysts	and	SMEs	how	to	explain	your	rules,	but	use	true	
developers	to	build	them.	
•	Leverage	high-powered	workstaJons	(Mac,	PC)	for	algorithm	development	and	acceleraJon	
tesJng.		Once	algorithms	are	chosen,	design	small	clusters	or	servers	to	handle	acceleraJon	for	
those	funcJons.		
•	Scale-out,	not	up.	8	GPU/node	is	probably	the	limit	for	now	–	
especially	without	prevalence	for	alternate	cooling.	
This	is	common	right	now:	the	news	is	full	of	stories	about	systems	for	
learning	to	understand	ordering	in	online	stores,	learning	to	drive	
autonomous	vehicles,	recognizing	persons	of	interest	on	cameras,	tracking	
human	movement	in	games/film	produc9on/anima9on,	etc.	There	are	no	
stories	of	“general	purpose	deep	learning”.	And	there	won’t	be	for	a	while.
14	
Building	for	12-18	Months	
Era	of	“Use-Specific	Systems”	
•	Workflow	management	must	be	planned	from	the	outset.		Don’t	bolt	components	together.		This	
is	hard	work,	but	is	also	where	most	projects	fail.		Going	from	the	mind	of	the	researcher	to	
business	insight	automaJcally	is	very	difficult.		There	is	no	easy	fix	here	and	don’t	believe	anyone	
trying	to	convince	you	otherwise	(yet).	
•	“Codes	are	anJquated	and	inefficient”.		To	start	and	stay	current,	take	a	streaming/service	approach	
to	your	applicaJon.		Handling	failure	will	be	a	challenge	for	non-tradiJonal	HPC		shops	(no	checkpoints).	
•	Each	“Learning	System”	is	disJnct.		So	cross-region/datacenter	availability	is	different	here.		
Enterprise	teams	used	to	replicaJon	for	availability	will	face	challenges.	
•	Reuse	of	the	system	is	limited	because	of	the	specificity	in	the	choices	above.		Expect	to	build	several	
of	these,	so	don’t	go	crazy		building	giant	clusters.		Scale	incrementally.		This	is	not	the	“data	lake”	or	
”Hadoop”	approach.		There	is	not	even	one	size	–	and	they	definitely	don’t	fit	all.	
This	is	common	right	now:	the	news	is	full	of	stories	about	systems	for	
learning	to	understand	ordering	in	online	stores,	learning	to	drive	
autonomous	vehicles,	recognizing	persons	of	interest	on	cameras,	tracking	
human	movement	in	games/film	produc9on/anima9on,	etc.	There	are	no	
stories	of	“general	purpose	deep	learning”.		And	there	won’t	be	for	a	while.
15	
Building	for	18-36	Months	
Era	of	“Sopware	Interoperability”	
with	Specialized	AcceleraJon	
•	Gain	some	economies	of	scale	for	capex/opex	by	centralizing	workflow,	management,	monitoring	&	
alerJng,	messaging,	and	data	storage	(by	class	of	persistence).		These	will	not	be	“world	class”	yet	as	
requirements	are	sJll	in	constant	flux	and	the	charge	sJll	led	by	open	source.	
•	Development	will	focus	on	improving	tools	for	analysts	(both	in	research/modeling	and	in	
visualizaJon/reporJng)	
The	next	shiH	will	be	around	the	“glue”	holding	things	together.		We	will	
see	common	ontologies	for	events,	messaging,	metadata,	rules,	
classifica9on,	etc.	emerging.		This	will	allow	rapid	prototyping	for	new	
use	cases	and	provide	some	savings	by	centralizing	workflow,	
messaging,	monitoring,	etc.	but	accelera9on	will	remain	algorithm	and	
dataset	specific	in	most	cases.			Most	serious	shops	will	have	abandoned	
the	“codes/batch”	approach.	
•	Algorithms	will	conJnue	to	improve,	but	sJll	specific	to	dataset	and	accelerator.
16	
Building	for	18-36	Months	
Era	of	“Sopware	Interoperability”	
with	Specialized	AcceleraJon	
•	Scale-Out	conJnues,	although	we	will	see	a	few	early	prototypes	for	scale-up	systems	(3DXPoint,	
many-core,	be@er	GPU	intercommunicaJon).		Water-cooling	emerges	for	accelerated	systems.	
•	Network	compute	begins	acceleraJng	some	primiJves	and	pa@erns.		This	increases	overall	model	
throughput	and	starts	to	allow	for	“general	algorithms”	by	differenJaJng	dataset	from	algorithm.		
This	is	hard	programming	though	and	will	progress	slowly.		SMEs	are	likely	to	fight	against	this	effort	
because	the	logic	is	divorced	from	the	data.		EducaJon	required	to	overcome	this.	
The	next	shiH	will	be	around	the	“glue”	holding	things	together.			We	
will	see	common	ontologies	for	events,	messaging,	metadata,	rules,	
classifica9on,	etc.	emerging.		This	will	allow	rapid	prototyping	for	new	
use	cases	and	provide	some	savings	by	centralizing	workflow,	
messaging,	monitoring,	etc.	but	accelera9on	will	remain	algorithm	and	
dataset	specific	in	most	cases.			Most	serious	shops	will	have	abandoned	
the	“codes/batch”	approach.	
•	Some	standards	for	the	most	popular	algorithms	allow	some	clusters	to	be	combined/collapsed,	but	
this	is	sJll	largely	use-case	specific.
17	
Building	for	36+	Months	
Era	of	“Generally	Specialized”	
Systems	
•	Capex/Opex	synergies	conJnue,	with	both	open	source	and	commercial	offerings	to	leverage	shared	
hardware	and	sopware	plalorms.	
•	VisualizaJon	tools,	especially	for	mobile/wearables	key	focus	for	applicaJon	developers.		
Techniques	for	rendering/leveraging	mobile	SoCs	for	stunning	interacJon	and	detail	beyond	the	
capabiliJes	of	standard	browsers.	
By	now,	several	vendors	have	well-integrated	soHware	suites	which	cover	
workflow,	messaging,	algorithms,	data	persistence,	and	support	accelera9on	
which	is	well	integrated.		Visualiza9on	and	analyst	tools	are	not	well-
integrated	yet,	because	the	number	of	successful	deployments	across	
industries	is	limited.		These	integra9on	plaNorms	will	provide	specialized	
systems	tailored	to	“general	learning”.		The	efficacy	of	those	systems	will	be	
unproven	for	several	more	years	however.		Market	leaders	now	(Baidu,	
Google,	Facebook,	etc.)		will	con9nue	releasing	open	source	versions	of	the	
bundled	suites		which	outperform,	but	at	the	cost	of	internal	specializa9on	as	
before.	
•	Monitoring/alerJng	systems	finally	integraJng	into	enterprise-level	systems.		SJll	buggy	and	limited	
but	much	of	that	is	due	to	legacy	interfaces	on	the	enterprise	side.		Commercial	systems	in	catch-up	
mode.
18	
•	Scale-up	systems	become	a	focus	again	as	interconnects,	memory	technologies,	and	core-counts	
coupled	with	sopware	ubiquity	make	running	large-scale	workloads	easier.		Paradigms	do	not	change	
however	–	streaming	and	messaging	sJll	underlie	the	verJcal	soluJons,		just	the	plalorm	containers	
ship	and	be@er	interconnects/shared	memory	out-scale	distributed	deployments	for	certain	use-
cases.	
By	now,	several	vendors	have	well-integrated	soHware	suites	which	cover	
workflow,	messaging,	algorithms,	data	persistence,	and	support	accelera9on	
which	is	well	integrated.		Visualiza9on	and	analyst	tools	are	not	well-
integrated	yet,	because	the	number	of	successful	deployments	across	
industries	is	limited.		These	integra9on	plaNorms	will	provide	specialized	
systems	tailored	to	“general	learning”.		The	efficacy	of	those	systems	will	be	
unproven	for	several	more	years	however.		Market	leaders	now	(Baidu,	
Google,	Facebook,	etc.)		will	con9nue	releasing	open	source	versions	of	the	
bundled	suites		which	outperform,	but	at	the	cost	of	internal	specializa9on	as	
before.	
•	Network	compute	built	into	several	open	source	and	commercial	offerings,	and	simple	messaging	
pa@erns	are	rouJnely	accelerated.	
Building	for	36+	Months	
Era	of	“Generally	Specialized”	
Systems
19	
Thank	you.	
arno.kolster@providenJaworldwide.com	
@providenJa_ww	
Special	Thanks	To	Hyperion	Research	
www.providenJaworldwide.com	
ata-driven pipelines high performance computing machine and deep learning relationship an
raph analytics streaming data analytics iot technology consulting high performance analytic
rchitecture learned and intelligent systems technology vision, strategy, and practice blockchai
nd smart contracts data ontology and design data-driven pipelines high performance computin
machine and deep learning relationship and graph analytics streaming data analytics io
echnology consulting high performance analytics architecture infrastructure intelligent system
eal-time event-driven systems blockchain and smart contracts data ontology and design data
riven pipelines high performance computing machine and deep learning relationship and grap
nalytics streaming data analytics iot technology consulting high performance analytic
rchitecture infrastructure intelligent systems event-driven real-time analytics blockchain an
mart contracts data ontology and design data-driven pipelines high performance computin
machine messaging topologies relationship and graph analytics streaming data analytics io
echnology consulting high performance analytics architecture infrastructure intelligent system
eal-time event-driven systems blockchain and smart contracts data ontology and design data
riven pipelines high performance computing machine and deep learning relationship and grap
nalytics streaming data analytics iot technology consulting high performance analytic
rchitecture infrastructure intelligent systems real-time event-driven systems blockchain an
ata-driven pipelines high performance computing machine and deep learning relationship an
raph analytics streaming data analytics iot technology consulting high performance analytic
rchitecture learned and intelligent systems technology vision, strategy, and practice blockchai
nd smart contracts data ontology and design data-driven pipelines high performance computin
machine and deep learning relationship and graph analytics streaming data analytics io
echnology consulting high performance analytics architecture infrastructure intelligent system
eal-time event-driven systems blockchain and smart contracts data ontology and design data
riven pipelines high performance computing machine and deep learning relationship and grap
nalytics streaming data analytics iot technology consulting high performance analytic
rchitecture infrastructure intelligent systems event-driven real-time analytics blockchain an
mart contracts data ontology and design data-driven pipelines high performance computin
machine messaging topologies relationship and graph analytics streaming data analytics io
echnology consulting high performance analytics architecture infrastructure intelligent system
eal-time event-driven systems blockchain and smart contracts data ontology and design data
riven pipelines high performance computing machine and deep learning relationship and grap
nalytics streaming data analytics iot technology consulting high performance analytic
rchitecture infrastructure intelligent systems real-time event-driven systems blockchain an
mart contracts data ontology and design data-driven pipelines high performance computin
machine and deep learning relationship and graph analytics streaming data analytics
technology consulting

Mais conteúdo relacionado

Mais procurados

Webinar: Deep Learning with H2O
Webinar: Deep Learning with H2OWebinar: Deep Learning with H2O
Webinar: Deep Learning with H2OSri Ambati
 
Deep Learning on Qubole Data Platform
Deep Learning on Qubole Data PlatformDeep Learning on Qubole Data Platform
Deep Learning on Qubole Data PlatformShivaji Dutta
 
Hadoop Summit 2014 - San Jose - Introduction to Deep Learning on Hadoop
Hadoop Summit 2014 - San Jose - Introduction to Deep Learning on HadoopHadoop Summit 2014 - San Jose - Introduction to Deep Learning on Hadoop
Hadoop Summit 2014 - San Jose - Introduction to Deep Learning on HadoopJosh Patterson
 
Evolving as a professional software developer
Evolving as a professional software developerEvolving as a professional software developer
Evolving as a professional software developerAnton Kirillov
 
Big Data Analytics - Best of the Worst : Anti-patterns & Antidotes
Big Data Analytics - Best of the Worst : Anti-patterns & AntidotesBig Data Analytics - Best of the Worst : Anti-patterns & Antidotes
Big Data Analytics - Best of the Worst : Anti-patterns & AntidotesKrishna Sankar
 
Introduction to Keras
Introduction to KerasIntroduction to Keras
Introduction to KerasJohn Ramey
 
Deep Learning with CNTK
Deep Learning with CNTKDeep Learning with CNTK
Deep Learning with CNTKAshish Jaiman
 
Ted Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SF
Ted Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SFTed Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SF
Ted Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SFMLconf
 
Snorkel: Dark Data and Machine Learning with Christopher Ré
Snorkel: Dark Data and Machine Learning with Christopher RéSnorkel: Dark Data and Machine Learning with Christopher Ré
Snorkel: Dark Data and Machine Learning with Christopher RéJen Aman
 
Introduction To TensorFlow
Introduction To TensorFlowIntroduction To TensorFlow
Introduction To TensorFlowSpotle.ai
 
Towards a rebirth of data science (by Data Fellas)
Towards a rebirth of data science (by Data Fellas)Towards a rebirth of data science (by Data Fellas)
Towards a rebirth of data science (by Data Fellas)Andy Petrella
 
Spark MLlib and Viral Tweets
Spark MLlib and Viral TweetsSpark MLlib and Viral Tweets
Spark MLlib and Viral TweetsAsim Jalis
 
High Performance Machine Learning in R with H2O
High Performance Machine Learning in R with H2OHigh Performance Machine Learning in R with H2O
High Performance Machine Learning in R with H2OSri Ambati
 
Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)
Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)
Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)Mark Tabladillo
 
Distributed Deep Learning on AWS with Apache MXNet
Distributed Deep Learning on AWS with Apache MXNetDistributed Deep Learning on AWS with Apache MXNet
Distributed Deep Learning on AWS with Apache MXNetAmazon Web Services
 
Machine Learning for Everyone
Machine Learning for EveryoneMachine Learning for Everyone
Machine Learning for EveryoneAly Abdelkareem
 
Cassandra Summit 2014: Apache Spark - The SDK for All Big Data Platforms
Cassandra Summit 2014: Apache Spark - The SDK for All Big Data PlatformsCassandra Summit 2014: Apache Spark - The SDK for All Big Data Platforms
Cassandra Summit 2014: Apache Spark - The SDK for All Big Data PlatformsDataStax Academy
 
Sem tech 2011 v8
Sem tech 2011 v8Sem tech 2011 v8
Sem tech 2011 v8dallemang
 
Python as the Zen of Data Science
Python as the Zen of Data SciencePython as the Zen of Data Science
Python as the Zen of Data ScienceTravis Oliphant
 

Mais procurados (20)

Webinar: Deep Learning with H2O
Webinar: Deep Learning with H2OWebinar: Deep Learning with H2O
Webinar: Deep Learning with H2O
 
Deep Learning on Qubole Data Platform
Deep Learning on Qubole Data PlatformDeep Learning on Qubole Data Platform
Deep Learning on Qubole Data Platform
 
Hadoop Summit 2014 - San Jose - Introduction to Deep Learning on Hadoop
Hadoop Summit 2014 - San Jose - Introduction to Deep Learning on HadoopHadoop Summit 2014 - San Jose - Introduction to Deep Learning on Hadoop
Hadoop Summit 2014 - San Jose - Introduction to Deep Learning on Hadoop
 
Evolving as a professional software developer
Evolving as a professional software developerEvolving as a professional software developer
Evolving as a professional software developer
 
Big Data Analytics - Best of the Worst : Anti-patterns & Antidotes
Big Data Analytics - Best of the Worst : Anti-patterns & AntidotesBig Data Analytics - Best of the Worst : Anti-patterns & Antidotes
Big Data Analytics - Best of the Worst : Anti-patterns & Antidotes
 
Introduction to Keras
Introduction to KerasIntroduction to Keras
Introduction to Keras
 
Deep Learning with CNTK
Deep Learning with CNTKDeep Learning with CNTK
Deep Learning with CNTK
 
Ted Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SF
Ted Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SFTed Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SF
Ted Willke, Senior Principal Engineer & GM, Datacenter Group, Intel at MLconf SF
 
Snorkel: Dark Data and Machine Learning with Christopher Ré
Snorkel: Dark Data and Machine Learning with Christopher RéSnorkel: Dark Data and Machine Learning with Christopher Ré
Snorkel: Dark Data and Machine Learning with Christopher Ré
 
Introduction To TensorFlow
Introduction To TensorFlowIntroduction To TensorFlow
Introduction To TensorFlow
 
Towards a rebirth of data science (by Data Fellas)
Towards a rebirth of data science (by Data Fellas)Towards a rebirth of data science (by Data Fellas)
Towards a rebirth of data science (by Data Fellas)
 
Spark MLlib and Viral Tweets
Spark MLlib and Viral TweetsSpark MLlib and Viral Tweets
Spark MLlib and Viral Tweets
 
High Performance Machine Learning in R with H2O
High Performance Machine Learning in R with H2OHigh Performance Machine Learning in R with H2O
High Performance Machine Learning in R with H2O
 
Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)
Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)
Microsoft Cognitive Toolkit (Atlanta Code Camp 2017)
 
TensorFlow
TensorFlowTensorFlow
TensorFlow
 
Distributed Deep Learning on AWS with Apache MXNet
Distributed Deep Learning on AWS with Apache MXNetDistributed Deep Learning on AWS with Apache MXNet
Distributed Deep Learning on AWS with Apache MXNet
 
Machine Learning for Everyone
Machine Learning for EveryoneMachine Learning for Everyone
Machine Learning for Everyone
 
Cassandra Summit 2014: Apache Spark - The SDK for All Big Data Platforms
Cassandra Summit 2014: Apache Spark - The SDK for All Big Data PlatformsCassandra Summit 2014: Apache Spark - The SDK for All Big Data Platforms
Cassandra Summit 2014: Apache Spark - The SDK for All Big Data Platforms
 
Sem tech 2011 v8
Sem tech 2011 v8Sem tech 2011 v8
Sem tech 2011 v8
 
Python as the Zen of Data Science
Python as the Zen of Data SciencePython as the Zen of Data Science
Python as the Zen of Data Science
 

Semelhante a Machine & Deep Learning: Practical Deployments and Best Practices for the Next Two Years

Live memory analysis tools and techniques in linux environment tech foring
Live memory analysis tools and techniques in linux environment tech foringLive memory analysis tools and techniques in linux environment tech foring
Live memory analysis tools and techniques in linux environment tech foringSheikh Foyjul Islam
 
Demystifying Machine Learning and Artificial Intelligence
Demystifying Machine Learning and Artificial IntelligenceDemystifying Machine Learning and Artificial Intelligence
Demystifying Machine Learning and Artificial IntelligenceEPCC, University of Edinburgh
 
Analyzing Big Data's Weakest Link (hint: it might be you)
Analyzing Big Data's Weakest Link  (hint: it might be you)Analyzing Big Data's Weakest Link  (hint: it might be you)
Analyzing Big Data's Weakest Link (hint: it might be you)HPCC Systems
 
Software Analytics: Towards Software Mining that Matters (2014)
Software Analytics:Towards Software Mining that Matters (2014)Software Analytics:Towards Software Mining that Matters (2014)
Software Analytics: Towards Software Mining that Matters (2014)Tao Xie
 
Big Data: the weakest link
Big Data: the weakest linkBig Data: the weakest link
Big Data: the weakest linkCS, NcState
 
Art-Making Generative AI and Instructional Design Work: An Early Brainstorm
Art-Making Generative AI and Instructional Design Work:  An Early BrainstormArt-Making Generative AI and Instructional Design Work:  An Early Brainstorm
Art-Making Generative AI and Instructional Design Work: An Early BrainstormShalin Hai-Jew
 
Visual concept learning
Visual concept learningVisual concept learning
Visual concept learningVaibhav Singh
 
High time to add machine learning to your information security stack
High time to add machine learning to your information security stackHigh time to add machine learning to your information security stack
High time to add machine learning to your information security stackMinhaz A V
 
deep-learning-and-what's-next-with-Chinese-annotation
deep-learning-and-what's-next-with-Chinese-annotationdeep-learning-and-what's-next-with-Chinese-annotation
deep-learning-and-what's-next-with-Chinese-annotationTao Wang
 
Agile leadership practices for PIONEERS
 Agile leadership practices for PIONEERS Agile leadership practices for PIONEERS
Agile leadership practices for PIONEERSStefan Haas
 
See to believe: capturing insights using contextual inquiry
See to believe: capturing insights using contextual inquirySee to believe: capturing insights using contextual inquiry
See to believe: capturing insights using contextual inquiryDeirdre Costello
 
Learning Analytics – Opportunities for ISO/IEC JTC 1/SC36 standardisation
Learning Analytics – Opportunities for ISO/IEC JTC 1/SC36 standardisationLearning Analytics – Opportunities for ISO/IEC JTC 1/SC36 standardisation
Learning Analytics – Opportunities for ISO/IEC JTC 1/SC36 standardisationTore Hoel
 
Hpai class 12 - potpourri & perception - 032620 actual
Hpai   class 12 - potpourri & perception - 032620 actualHpai   class 12 - potpourri & perception - 032620 actual
Hpai class 12 - potpourri & perception - 032620 actualmelendez321
 
Infusing Social Data Analytics into Future Internet applications for Manufact...
Infusing Social Data Analytics into Future Internet applications for Manufact...Infusing Social Data Analytics into Future Internet applications for Manufact...
Infusing Social Data Analytics into Future Internet applications for Manufact...Michael Petychakis
 
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTrivadis
 
Andrew NG machine learning
Andrew NG machine learningAndrew NG machine learning
Andrew NG machine learningShareDocView.com
 
Build a Neural Network for ITSM with TensorFlow
Build a Neural Network for ITSM with TensorFlowBuild a Neural Network for ITSM with TensorFlow
Build a Neural Network for ITSM with TensorFlowEntrepreneur / Startup
 
Alone Together: Patterns of collaboration in free and open source software de...
Alone Together: Patterns of collaboration in free and open source software de...Alone Together: Patterns of collaboration in free and open source software de...
Alone Together: Patterns of collaboration in free and open source software de...James Howison
 
Search Solutions 2011: Successful Enterprise Search By Design
Search Solutions 2011: Successful Enterprise Search By DesignSearch Solutions 2011: Successful Enterprise Search By Design
Search Solutions 2011: Successful Enterprise Search By DesignMarianne Sweeny
 

Semelhante a Machine & Deep Learning: Practical Deployments and Best Practices for the Next Two Years (20)

Live memory analysis tools and techniques in linux environment tech foring
Live memory analysis tools and techniques in linux environment tech foringLive memory analysis tools and techniques in linux environment tech foring
Live memory analysis tools and techniques in linux environment tech foring
 
Demystifying Machine Learning and Artificial Intelligence
Demystifying Machine Learning and Artificial IntelligenceDemystifying Machine Learning and Artificial Intelligence
Demystifying Machine Learning and Artificial Intelligence
 
Analyzing Big Data's Weakest Link (hint: it might be you)
Analyzing Big Data's Weakest Link  (hint: it might be you)Analyzing Big Data's Weakest Link  (hint: it might be you)
Analyzing Big Data's Weakest Link (hint: it might be you)
 
Software Analytics: Towards Software Mining that Matters (2014)
Software Analytics:Towards Software Mining that Matters (2014)Software Analytics:Towards Software Mining that Matters (2014)
Software Analytics: Towards Software Mining that Matters (2014)
 
Big Data: the weakest link
Big Data: the weakest linkBig Data: the weakest link
Big Data: the weakest link
 
Art-Making Generative AI and Instructional Design Work: An Early Brainstorm
Art-Making Generative AI and Instructional Design Work:  An Early BrainstormArt-Making Generative AI and Instructional Design Work:  An Early Brainstorm
Art-Making Generative AI and Instructional Design Work: An Early Brainstorm
 
Visual concept learning
Visual concept learningVisual concept learning
Visual concept learning
 
High time to add machine learning to your information security stack
High time to add machine learning to your information security stackHigh time to add machine learning to your information security stack
High time to add machine learning to your information security stack
 
deep-learning-and-what's-next-with-Chinese-annotation
deep-learning-and-what's-next-with-Chinese-annotationdeep-learning-and-what's-next-with-Chinese-annotation
deep-learning-and-what's-next-with-Chinese-annotation
 
Agile leadership practices for PIONEERS
 Agile leadership practices for PIONEERS Agile leadership practices for PIONEERS
Agile leadership practices for PIONEERS
 
See to believe: capturing insights using contextual inquiry
See to believe: capturing insights using contextual inquirySee to believe: capturing insights using contextual inquiry
See to believe: capturing insights using contextual inquiry
 
Learning Analytics – Opportunities for ISO/IEC JTC 1/SC36 standardisation
Learning Analytics – Opportunities for ISO/IEC JTC 1/SC36 standardisationLearning Analytics – Opportunities for ISO/IEC JTC 1/SC36 standardisation
Learning Analytics – Opportunities for ISO/IEC JTC 1/SC36 standardisation
 
Hpai class 12 - potpourri & perception - 032620 actual
Hpai   class 12 - potpourri & perception - 032620 actualHpai   class 12 - potpourri & perception - 032620 actual
Hpai class 12 - potpourri & perception - 032620 actual
 
Infusing Social Data Analytics into Future Internet applications for Manufact...
Infusing Social Data Analytics into Future Internet applications for Manufact...Infusing Social Data Analytics into Future Internet applications for Manufact...
Infusing Social Data Analytics into Future Internet applications for Manufact...
 
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
 
Andrew NG machine learning
Andrew NG machine learningAndrew NG machine learning
Andrew NG machine learning
 
Build a Neural Network for ITSM with TensorFlow
Build a Neural Network for ITSM with TensorFlowBuild a Neural Network for ITSM with TensorFlow
Build a Neural Network for ITSM with TensorFlow
 
Social job search
Social job searchSocial job search
Social job search
 
Alone Together: Patterns of collaboration in free and open source software de...
Alone Together: Patterns of collaboration in free and open source software de...Alone Together: Patterns of collaboration in free and open source software de...
Alone Together: Patterns of collaboration in free and open source software de...
 
Search Solutions 2011: Successful Enterprise Search By Design
Search Solutions 2011: Successful Enterprise Search By DesignSearch Solutions 2011: Successful Enterprise Search By Design
Search Solutions 2011: Successful Enterprise Search By Design
 

Mais de inside-BigData.com

Preparing to program Aurora at Exascale - Early experiences and future direct...
Preparing to program Aurora at Exascale - Early experiences and future direct...Preparing to program Aurora at Exascale - Early experiences and future direct...
Preparing to program Aurora at Exascale - Early experiences and future direct...inside-BigData.com
 
Transforming Private 5G Networks
Transforming Private 5G NetworksTransforming Private 5G Networks
Transforming Private 5G Networksinside-BigData.com
 
The Incorporation of Machine Learning into Scientific Simulations at Lawrence...
The Incorporation of Machine Learning into Scientific Simulations at Lawrence...The Incorporation of Machine Learning into Scientific Simulations at Lawrence...
The Incorporation of Machine Learning into Scientific Simulations at Lawrence...inside-BigData.com
 
How to Achieve High-Performance, Scalable and Distributed DNN Training on Mod...
How to Achieve High-Performance, Scalable and Distributed DNN Training on Mod...How to Achieve High-Performance, Scalable and Distributed DNN Training on Mod...
How to Achieve High-Performance, Scalable and Distributed DNN Training on Mod...inside-BigData.com
 
Evolving Cyberinfrastructure, Democratizing Data, and Scaling AI to Catalyze ...
Evolving Cyberinfrastructure, Democratizing Data, and Scaling AI to Catalyze ...Evolving Cyberinfrastructure, Democratizing Data, and Scaling AI to Catalyze ...
Evolving Cyberinfrastructure, Democratizing Data, and Scaling AI to Catalyze ...inside-BigData.com
 
HPC Impact: EDA Telemetry Neural Networks
HPC Impact: EDA Telemetry Neural NetworksHPC Impact: EDA Telemetry Neural Networks
HPC Impact: EDA Telemetry Neural Networksinside-BigData.com
 
Biohybrid Robotic Jellyfish for Future Applications in Ocean Monitoring
Biohybrid Robotic Jellyfish for Future Applications in Ocean MonitoringBiohybrid Robotic Jellyfish for Future Applications in Ocean Monitoring
Biohybrid Robotic Jellyfish for Future Applications in Ocean Monitoringinside-BigData.com
 
Machine Learning for Weather Forecasts
Machine Learning for Weather ForecastsMachine Learning for Weather Forecasts
Machine Learning for Weather Forecastsinside-BigData.com
 
HPC AI Advisory Council Update
HPC AI Advisory Council UpdateHPC AI Advisory Council Update
HPC AI Advisory Council Updateinside-BigData.com
 
Fugaku Supercomputer joins fight against COVID-19
Fugaku Supercomputer joins fight against COVID-19Fugaku Supercomputer joins fight against COVID-19
Fugaku Supercomputer joins fight against COVID-19inside-BigData.com
 
Energy Efficient Computing using Dynamic Tuning
Energy Efficient Computing using Dynamic TuningEnergy Efficient Computing using Dynamic Tuning
Energy Efficient Computing using Dynamic Tuninginside-BigData.com
 
HPC at Scale Enabled by DDN A3i and NVIDIA SuperPOD
HPC at Scale Enabled by DDN A3i and NVIDIA SuperPODHPC at Scale Enabled by DDN A3i and NVIDIA SuperPOD
HPC at Scale Enabled by DDN A3i and NVIDIA SuperPODinside-BigData.com
 
Versal Premium ACAP for Network and Cloud Acceleration
Versal Premium ACAP for Network and Cloud AccelerationVersal Premium ACAP for Network and Cloud Acceleration
Versal Premium ACAP for Network and Cloud Accelerationinside-BigData.com
 
Zettar: Moving Massive Amounts of Data across Any Distance Efficiently
Zettar: Moving Massive Amounts of Data across Any Distance EfficientlyZettar: Moving Massive Amounts of Data across Any Distance Efficiently
Zettar: Moving Massive Amounts of Data across Any Distance Efficientlyinside-BigData.com
 
Scaling TCO in a Post Moore's Era
Scaling TCO in a Post Moore's EraScaling TCO in a Post Moore's Era
Scaling TCO in a Post Moore's Erainside-BigData.com
 
CUDA-Python and RAPIDS for blazing fast scientific computing
CUDA-Python and RAPIDS for blazing fast scientific computingCUDA-Python and RAPIDS for blazing fast scientific computing
CUDA-Python and RAPIDS for blazing fast scientific computinginside-BigData.com
 
Introducing HPC with a Raspberry Pi Cluster
Introducing HPC with a Raspberry Pi ClusterIntroducing HPC with a Raspberry Pi Cluster
Introducing HPC with a Raspberry Pi Clusterinside-BigData.com
 

Mais de inside-BigData.com (20)

Major Market Shifts in IT
Major Market Shifts in ITMajor Market Shifts in IT
Major Market Shifts in IT
 
Preparing to program Aurora at Exascale - Early experiences and future direct...
Preparing to program Aurora at Exascale - Early experiences and future direct...Preparing to program Aurora at Exascale - Early experiences and future direct...
Preparing to program Aurora at Exascale - Early experiences and future direct...
 
Transforming Private 5G Networks
Transforming Private 5G NetworksTransforming Private 5G Networks
Transforming Private 5G Networks
 
The Incorporation of Machine Learning into Scientific Simulations at Lawrence...
The Incorporation of Machine Learning into Scientific Simulations at Lawrence...The Incorporation of Machine Learning into Scientific Simulations at Lawrence...
The Incorporation of Machine Learning into Scientific Simulations at Lawrence...
 
How to Achieve High-Performance, Scalable and Distributed DNN Training on Mod...
How to Achieve High-Performance, Scalable and Distributed DNN Training on Mod...How to Achieve High-Performance, Scalable and Distributed DNN Training on Mod...
How to Achieve High-Performance, Scalable and Distributed DNN Training on Mod...
 
Evolving Cyberinfrastructure, Democratizing Data, and Scaling AI to Catalyze ...
Evolving Cyberinfrastructure, Democratizing Data, and Scaling AI to Catalyze ...Evolving Cyberinfrastructure, Democratizing Data, and Scaling AI to Catalyze ...
Evolving Cyberinfrastructure, Democratizing Data, and Scaling AI to Catalyze ...
 
HPC Impact: EDA Telemetry Neural Networks
HPC Impact: EDA Telemetry Neural NetworksHPC Impact: EDA Telemetry Neural Networks
HPC Impact: EDA Telemetry Neural Networks
 
Biohybrid Robotic Jellyfish for Future Applications in Ocean Monitoring
Biohybrid Robotic Jellyfish for Future Applications in Ocean MonitoringBiohybrid Robotic Jellyfish for Future Applications in Ocean Monitoring
Biohybrid Robotic Jellyfish for Future Applications in Ocean Monitoring
 
Machine Learning for Weather Forecasts
Machine Learning for Weather ForecastsMachine Learning for Weather Forecasts
Machine Learning for Weather Forecasts
 
HPC AI Advisory Council Update
HPC AI Advisory Council UpdateHPC AI Advisory Council Update
HPC AI Advisory Council Update
 
Fugaku Supercomputer joins fight against COVID-19
Fugaku Supercomputer joins fight against COVID-19Fugaku Supercomputer joins fight against COVID-19
Fugaku Supercomputer joins fight against COVID-19
 
Energy Efficient Computing using Dynamic Tuning
Energy Efficient Computing using Dynamic TuningEnergy Efficient Computing using Dynamic Tuning
Energy Efficient Computing using Dynamic Tuning
 
HPC at Scale Enabled by DDN A3i and NVIDIA SuperPOD
HPC at Scale Enabled by DDN A3i and NVIDIA SuperPODHPC at Scale Enabled by DDN A3i and NVIDIA SuperPOD
HPC at Scale Enabled by DDN A3i and NVIDIA SuperPOD
 
State of ARM-based HPC
State of ARM-based HPCState of ARM-based HPC
State of ARM-based HPC
 
Versal Premium ACAP for Network and Cloud Acceleration
Versal Premium ACAP for Network and Cloud AccelerationVersal Premium ACAP for Network and Cloud Acceleration
Versal Premium ACAP for Network and Cloud Acceleration
 
Zettar: Moving Massive Amounts of Data across Any Distance Efficiently
Zettar: Moving Massive Amounts of Data across Any Distance EfficientlyZettar: Moving Massive Amounts of Data across Any Distance Efficiently
Zettar: Moving Massive Amounts of Data across Any Distance Efficiently
 
Scaling TCO in a Post Moore's Era
Scaling TCO in a Post Moore's EraScaling TCO in a Post Moore's Era
Scaling TCO in a Post Moore's Era
 
CUDA-Python and RAPIDS for blazing fast scientific computing
CUDA-Python and RAPIDS for blazing fast scientific computingCUDA-Python and RAPIDS for blazing fast scientific computing
CUDA-Python and RAPIDS for blazing fast scientific computing
 
Introducing HPC with a Raspberry Pi Cluster
Introducing HPC with a Raspberry Pi ClusterIntroducing HPC with a Raspberry Pi Cluster
Introducing HPC with a Raspberry Pi Cluster
 
Overview of HPC Interconnects
Overview of HPC InterconnectsOverview of HPC Interconnects
Overview of HPC Interconnects
 

Último

Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 

Machine & Deep Learning: Practical Deployments and Best Practices for the Next Two Years