SlideShare a Scribd company logo
Machine	Learning	Project	Lifecycle
Deep	Neural	Networks	Training	Focus
Google	I/O	2018	Extended
LaFactory,	May	12,	2018
Abdelhak	Mahmoudi
abdelhak.mahmoudi@um5.ac.ma
linkedIn
Content
• Machine	Learning	Everywhere
• ML	Project	Lifecycle
• Deep	NN	Training	Focus
• How	can	I	Learn?	
• How	can	I	Apply?
• Demos
2
Machine	Learning	Everywhere
3
Use	Cases
Forbes:	The	Top	10	AI	And	Machine	Learning	Use	Cases	Everyone	Should	Know	About
1. Data	Security,	
2. Personal	Security,	
3. Financial	Trading,	
4. Healthcare,	
5. Marketing	personalization,	
6. Fraud	Detection,
7. Recommendations,	
8. Online	Search,
9. NLP,
10. Smart	Cars
4
Internet	of	Things
• 25	and	50	billion	Internet-connected	
devices	By	2020,	
• IoT	generates	Big	Data
• Volume
• Velocity in	terms	of	time	and	location	
dependency,	
• Variety of	multiple	modalities	
• Varying data	quality
• Nowadays,	Train	in	the	Cloud or	Fog,	
predict	locally
• Tomorrow,	Train	and	predict	locally
5
Data	Science
6
Products
• Text	Analysis
• uclassify.com
• Speech	<->	Text	Recognition
• Google	Cloud	
• IBM	Watson
• Image	and	Video	Classification
• clarifai.com
• Etc,	etc,	etc.
7
ML	Project	Lifecycle
8
ML	Project	Lifecycle
9
Google	 Cloud	Next	'17:	https://youtu.be/gkmAnu8DtiM?list=PLIivdWyY5sqI8RuUibiH8sMb1ExIw0lAR
ML	Project	Lifecycle
10
ML	Project	Lifecycle
11
0.	Define
• Data
• Rows/Example/Instance/Input/
/Observation/Record/Point
/Sample/Entity : x(i)
• Columns/Feature/Variable/Predictor
/Characteristic/Field/Attribute : x(i)
j
• Quantitative (numeric, continue)
• Qualitative (textual, category)
• Dimension, Visualization
• m Examples: i = 1..m
• n Features: j = 1..n
• Label/class/output : yi
• For each example (0/1)
University F1 F2 F3 F4 F5 F6 Region Budget	 (MD) Insertion	 (%) Shanghai
ranking?
U1 979 561 186 786 835 536 N 7 72.00 1
U2 895 247 985 206 870 246 N 7 67.00 1
U3 344 889 643 951 783 162 E 2 35.00 0
U4 400 959 999 312 981 254 W 8 57.00 0
U5 243 521 393 596 400 138 E 6 29.00 1
U6 882 722 518 541 425 551 W 10 80.00 1
U7 814 193 829 192 334 597 E 8 68.00 0
U8 186 972 763 968 217 772 S 1 20.00 0
U9 647 656 527 393 738 813 S 7 65.00 1
U10 568 570 458 799 682 530 N 4 59.00 1
12
0.	Define
• Data
• Structured
• CSV, XML, JSON, XLSX, etc.
• Unstructured
• DOC, HTML, PDF, PNG, MP3, MP4, etc.
13
Image via Abdul Rahid
14
0.	Define
0.	Define
x1
x2
x1
x2
Supervised Learning Unsupervised Learning
Clustering
Reinforcement Learning
15
0.	Define
x1
x2
x1
y
Classification Regression
16
ML	Project	Lifecycle
17
1.	Collect
• Government,	NGOs,	Scientific	Communities,	etc.
• Open	Data	Platforms,	
• Web	data:	AWS,	Twitter	API,	Facebook	API,	Scraping	tools,	etc.
• Mobile	Data:	google	maps,	logs,	etc
• Enterprise	data:	Databases,	Datawerhouses
• IoT,	Industrial	IoT	data
• More:	Forbes:	Big	Data:	33	Brilliant	And	Free	Data	Sources	Anyone	
Can	Use
18
2.	Prepare
Dimensionality Reduction
Visualization
m>>n
m>n
m<n
Feature Extraction
Feature Selection
19
Data Unbalance
3.	Analyze
https://datavizcatalogue.com/index.htmlT-SNE
20
Stats	,	Transform,	Visualize
ML	Project	Lifecycle
21
4.	Train
22
Training	 set
Validation	 set
Test	(Blind)	set
X Y
Training	 set
Validation	 set
Test	set
Models	
Training
Feature	Selection
Model	Selection	
(Hypertune)
Performance	Analysis
(Evaluate)
Best	
Model
Y
Training
Inference
4.	Train
23
4.	Train
Hypothesis
Cost	function
Linear	Regression
Optimization
24
(for	fixed											,	this	is	a	function	of	x) (function	of	the	parameters												)
25
(for	fixed											,	this	is	a	function	of	x) (function	of	the	parameters												)
26
(for	fixed											,	this	is	a	function	of	x) (function	of	the	parameters												)
27
4.	Train
Linear	Regression
x
y
Regularization
term
28
4.	Train
Want
x1
x2
Logistic	Regression
Regularization
term
29
ℎ"(𝑥)	 𝑦(
4.	Train
30
ANN
𝑎	*
[,]
𝑎	.
[,]
𝑎	,
[,]
𝑎,
[*]
𝑦(
𝑧,
,
= 𝑤,
, 2	
𝑥 + 𝑏,
[,]
, 𝑎	,
[,]
= 𝑔(𝑧,
,
)
𝑧*
,
= 𝑤*
, 2	
𝑥 + 𝑏*
[,]
, 𝑎	*
[,]
= 𝑔(𝑧*
,
)
𝑧.
,
= 𝑤.
, 2	
𝑥 + 𝑏.
[,]
, 𝑎	.
[,]
= 𝑔(𝑧.
,
)
𝑧,
*
= 𝑤,
* 2	
𝑥 + 𝑏,
[*]
, 𝑎	,
[*]
= 𝑔(𝑧,
*
)
Regularization
term
x1
x2
+
𝜆
2𝑚
:: 𝑊<
=*
>
=?,
@
<?,
min
D,E
𝐽(𝑊, 𝑏)
y
x1
x2
x1
x2
x1
x2
Underfit
High	Bias
Overfit
High	Variance
Tradeoff
yy
31
5.	Evaluate
5.	Evaluate
32
𝐹𝑃𝑅 = 	
𝐹𝑃
𝑁
𝑇𝑃𝑅 = 	
𝑇𝑃
𝑃
7.	Hypertune
33
Training
m
High	
Bias
Validation
Training
m
High	
Variance
Validation
Training
Model	complexity
Epochs
error
Validation
High	
Bias
High	
Variance
Trade-off
8.	Deploy,	9.	Experiment,	10.	Manage
34
Tensorflow serving
Docker,	Pickle,	
Kuberneties
Deep	NN	Training	Focus
35
Why	Deep	Learning?
36
Deep	NN	main	architectures
37
𝑥,
𝑥*
𝑥.
𝑦(
• Feed	Forward	NN
• One	hidden	layer
• Deep	NN
• Multiple	hidden	layer
Deep	NN	main	architectures
38
𝑦(POOLCONV POOLCONVX
• Convolutional	NN
• Computer	Vision
• LeNet-5,	AlexNet,	VGG-16,	ResNet,	Inception
Deep	NN	main	architectures
39
𝑥,
𝑥*
𝑥.
𝑦(
𝑥,
𝑥*
𝑥.
𝑦(
𝑥,
𝑥*
𝑥.
𝑦(
𝑥,
𝑥*
𝑥.
𝑦(
time
• Recurrent	NN
• Sequential	models
• NLP,	Video,	Signal
• Problem	of	vanishing	
gradient
• Gating	Units:	LSTM,	
GRU
𝑥,
𝑥*
𝑥.
General	
Recurrent	
NN
Deep	NN	main	architectures
40
• Tree	Recursive	NN
• Understand	compositionality
• NLP	parsing,	Vision
• Tree	based
• Recursive
NN NN
NN NN
NN
Deep	NN	main	architectures
• Unsupervised	Pre-trained	NN
• No	Random	Initialization
• Parameters	are	initialized	with	
unsupervised	manner
• Restricted	Botzman Machines
• Autoencoders
• Regularization	effect
• Solves	Overfitting
• Transfer	Learning
• Model	trained	on	one	task	is	
re-purposed	on	a	second	related	
task
41
𝑥,
𝑥*
𝑥.
𝑦(
Pre-train Pre-train Pre-trainPre-train
Autoencoders
Activation	Functions
42
z
Sigmoid 𝑎 =	
1
1 + 𝑒NO
z
𝑎 = 	
𝑒O − 𝑒NO
𝑒O + 𝑒NOTanh
z
ReLU 𝑎 = max	(0, 𝑧)
z
Leaky	
ReLU
𝑎 = max	(0.01𝑧, 𝑧)
Rectified	Linear	Unit
z
Linear	
(identity)
𝑎 = 𝑧
z
Softmax 𝑎< =	
𝑒OU
∑ 𝑒OUW
<?,
Multi-class
Classification
Binary	
classification
regression
Output	
Layer
Hidden
Layers
43
Output	
Layer
Input	
Layer
Hidden	
Layer
Activation	Functions
use	linear when	y	is	real	(regression)
use	ReLU when	y	is	real	positive	(regression)
use	sigmoid when	y	in	{0,1}	(2	classes)
use	softmax when	y	in	{0,1,2,	...}	(K	classes)
use	tanh,	ReLU or	leaky ReLU
𝑎	*
[,]
𝑎	.
[,]
𝑎	,
[,]
𝑎,
[*]
𝑦(
Optimization	(solve	underfitting)
• Back-Propagation
• Gradient	Descent
• NormalizingInputs		to	speed	up	
leaning
• Gradient	checking	to	prevent	
Vanishing/Exploding	gradient
• Momentumto	prevent	oscillations
44
Learning	 Rate
Optimization	(solve	underfitting)
• Gradient Descent	(Batch,	Mini-batch,	
Stochastic)
• Constant	Learning	Rate Decay
• Time	based	decay:	lr =	lr0/(1+kt)
• Step	decay:	lr	=	lr0	*	drop^floor(epoch	/	
epochs_drop)
• Exponential	decay	lr =	lr0	*	exp(−kt)
• Adaptive Learning	Rate Decay
• Adagrad
• Adadelta
• RMSprop
• Adam
• More	details:	Yoshua	Bengio Paper
45
Regularization	(solve	overfitting)
• Dropout
• Batch	Normalization	
46
Batch	
Norm
Batch	
Norm
Normalization
(Standardization)
𝑥,
𝑥*
𝑥.
𝑦(
Batch	
Norm
Batch	
Norm
Regularization	(solve	overfitting)
• Data	augmentation
• Early	stopping
47
Model	complexity
Epochs
error
Validation
High	
Bias
High	
Variance
Trade-off
Stop	Here
How	Can	I	Learn?
48
How	can	I	Learn?
• Math
• Statistics,	Probabilistic	Graphical	Models,	Algebra,	Optimization
• Programming	Languages
• Python,	R,	others
• Books
• Gareth	James,	Daniela	Witten,	Trevor	Hastie,	Robert	Tibshirani.	“An	
introduction	to	statistical	learning	with	applications	in	R”.	2013.
• Tom	M.	Mitchell.	“Machine	Learning”.	1997
• Others
49
How	can	I	Learn?
• MOOCs
• Coursera:	Machine	learning,	Deep	learning	specialization
• Udacity,	Udemy,	Fun,	etc.
• StackOverflow
• Research	Papers
• Read	and	rewrite	algorithms	from	scratch
• Follow	People	
• Androw Ng,	Yann	LeCun,	Jeff	Hinton,	Yoshua	Bengio,	Chris	Manning,	Sebastian	
Thrun,	etc.
50
How	Can	I	Apply?
51
How	can	I	Apply?
• Start	small	projects	and	use	Framworks
• TensorFlow,	Keras,	Caffe, Microsoft	Cognitive	Toolkit (CNTK	2), MXNet, Scikit-learn, Spark	
MLlib, etc.
• Kaggle,	UCI	Machine	Learning	Repo
• Find	data	
• Go	for	competitions
• Notebooks:
• Jupyter notebook,	google	cloud	Datalab
• Github
• Find	codes
• Share	your	code
• Softwares
• Knime:	open	sourcedata	analytics	
• IBM	SPSS	Modeler:	data	mining	and	text	analytics	software	application	from	IBM
52
How	can	I	Apply?
53
Google	
Cloud	
Services
How	can	I	Apply?
• Google	ML	APIs
• Vision	API
• Video	Intelligence	API
• Speech	API
• Natural	Language	API
• Translation	API
54
Demos
55
My	PhD	students	demos	(Youtube)
Younes	Choubik Marouane	Hamda
Marouane	Benmoussa
Hicham	 Boudkik
56
Mohamed	El	Kaddoury Mohamed	Es-Salhy
THANKS!
57
Ad

Recommended

Machine learning
Machine learning
ADARSHMISHRA126
 
Introduction to Machine Learning
Introduction to Machine Learning
KmPooja4
 
Big Data Analytics
Big Data Analytics
Ghulam Imaduddin
 
Machine learning
Machine learning
Saurabh Agrawal
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
Ankit Gupta
 
BIG DATA AND MACHINE LEARNING
BIG DATA AND MACHINE LEARNING
Umair Shafique
 
introduction to data mining tutorial
introduction to data mining tutorial
Salah Amean
 
Machine Learning and Real-World Applications
Machine Learning and Real-World Applications
MachinePulse
 
Deep Learning Explained
Deep Learning Explained
Melanie Swan
 
ML Basics
ML Basics
SrujanaMerugu1
 
Introduction to Data Mining
Introduction to Data Mining
Sushil Kulkarni
 
Text MIning
Text MIning
Prakhyath Rai
 
Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?
Marina Santini
 
Hadoop Map Reduce
Hadoop Map Reduce
VNIT-ACM Student Chapter
 
Cyber security and AI
Cyber security and AI
DexterJanPineda
 
Big data unit i
Big data unit i
Navjot Kaur
 
Deep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Big data lecture notes
Big data lecture notes
Mohit Saini
 
Ensemble learning
Ensemble learning
Haris Jamil
 
Text Mining
Text Mining
Biniam Asnake
 
Machine Learning
Machine Learning
Shrey Malik
 
imageprocessing-abstract
imageprocessing-abstract
Jagadeesh Kumar
 
Machine learning
Machine learning
Rajib Kumar De
 
Big data Presentation
Big data Presentation
Aswadmehar
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptx
Greg Makowski
 
Big_data_ppt
Big_data_ppt
Sadhana Singh
 
AI, Machine Learning and Deep Learning - The Overview
AI, Machine Learning and Deep Learning - The Overview
Spotle.ai
 
Big data analytics
Big data analytics
Vikram Nandini
 
Main principles of Data Science and Machine Learning
Main principles of Data Science and Machine Learning
Nikolay Karelin
 
Getting started with Machine Learning
Getting started with Machine Learning
Gaurav Bhalotia
 

More Related Content

What's hot (20)

Deep Learning Explained
Deep Learning Explained
Melanie Swan
 
ML Basics
ML Basics
SrujanaMerugu1
 
Introduction to Data Mining
Introduction to Data Mining
Sushil Kulkarni
 
Text MIning
Text MIning
Prakhyath Rai
 
Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?
Marina Santini
 
Hadoop Map Reduce
Hadoop Map Reduce
VNIT-ACM Student Chapter
 
Cyber security and AI
Cyber security and AI
DexterJanPineda
 
Big data unit i
Big data unit i
Navjot Kaur
 
Deep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Big data lecture notes
Big data lecture notes
Mohit Saini
 
Ensemble learning
Ensemble learning
Haris Jamil
 
Text Mining
Text Mining
Biniam Asnake
 
Machine Learning
Machine Learning
Shrey Malik
 
imageprocessing-abstract
imageprocessing-abstract
Jagadeesh Kumar
 
Machine learning
Machine learning
Rajib Kumar De
 
Big data Presentation
Big data Presentation
Aswadmehar
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptx
Greg Makowski
 
Big_data_ppt
Big_data_ppt
Sadhana Singh
 
AI, Machine Learning and Deep Learning - The Overview
AI, Machine Learning and Deep Learning - The Overview
Spotle.ai
 
Big data analytics
Big data analytics
Vikram Nandini
 
Deep Learning Explained
Deep Learning Explained
Melanie Swan
 
Introduction to Data Mining
Introduction to Data Mining
Sushil Kulkarni
 
Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?
Marina Santini
 
Deep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Big data lecture notes
Big data lecture notes
Mohit Saini
 
Ensemble learning
Ensemble learning
Haris Jamil
 
Machine Learning
Machine Learning
Shrey Malik
 
imageprocessing-abstract
imageprocessing-abstract
Jagadeesh Kumar
 
Big data Presentation
Big data Presentation
Aswadmehar
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptx
Greg Makowski
 
AI, Machine Learning and Deep Learning - The Overview
AI, Machine Learning and Deep Learning - The Overview
Spotle.ai
 

Similar to Machine Learning Project Lifecycle (20)

Main principles of Data Science and Machine Learning
Main principles of Data Science and Machine Learning
Nikolay Karelin
 
Getting started with Machine Learning
Getting started with Machine Learning
Gaurav Bhalotia
 
ML_big_picture-2.0.pptx
ML_big_picture-2.0.pptx
Francis Piéraut
 
Machine learning workshop
Machine learning workshop
Lakshya Sivaramakrishnan
 
Deep learning introduction
Deep learning introduction
Adwait Bhave
 
Applying Machine Learning and Artificial Intelligence to Business
Applying Machine Learning and Artificial Intelligence to Business
Russell Miles
 
Practical ML
Practical ML
Antonio Pitasi
 
S3_ML Introduction.pdf
S3_ML Introduction.pdf
SumanshuVerma
 
10 more lessons learned from building Machine Learning systems - MLConf
10 more lessons learned from building Machine Learning systems - MLConf
Xavier Amatriain
 
Xavier Amatriain, VP of Engineering, Quora at MLconf SF - 11/13/15
Xavier Amatriain, VP of Engineering, Quora at MLconf SF - 11/13/15
MLconf
 
10 more lessons learned from building Machine Learning systems
10 more lessons learned from building Machine Learning systems
Xavier Amatriain
 
MLSEV Virtual. ML Platformization and AutoML in the Enterprise
MLSEV Virtual. ML Platformization and AutoML in the Enterprise
BigML, Inc
 
MachinaFiesta: A Vision into Machine Learning 🚀
MachinaFiesta: A Vision into Machine Learning 🚀
GDSCNiT
 
Ml masterclass
Ml masterclass
Maxwell Rebo
 
Implementing Machine Learning in the Real World
Implementing Machine Learning in the Real World
Jesus Rodriguez
 
AI Ml Introduction with images and examples.pptx
AI Ml Introduction with images and examples.pptx
bajajrishabh96tech
 
Machine Learning Teams - Full Stack Deep Learning
Machine Learning Teams - Full Stack Deep Learning
Sergey Karayev
 
GECBSP Guide GDSC India ML Study Jam organizer guide modified.pdf
GECBSP Guide GDSC India ML Study Jam organizer guide modified.pdf
Domendra Sahu
 
Computer Design Concepts for Machine Learning
Computer Design Concepts for Machine Learning
Facultad de Informática UCM
 
MLSD18. End-to-End Machine Learning
MLSD18. End-to-End Machine Learning
BigML, Inc
 
Main principles of Data Science and Machine Learning
Main principles of Data Science and Machine Learning
Nikolay Karelin
 
Getting started with Machine Learning
Getting started with Machine Learning
Gaurav Bhalotia
 
Deep learning introduction
Deep learning introduction
Adwait Bhave
 
Applying Machine Learning and Artificial Intelligence to Business
Applying Machine Learning and Artificial Intelligence to Business
Russell Miles
 
S3_ML Introduction.pdf
S3_ML Introduction.pdf
SumanshuVerma
 
10 more lessons learned from building Machine Learning systems - MLConf
10 more lessons learned from building Machine Learning systems - MLConf
Xavier Amatriain
 
Xavier Amatriain, VP of Engineering, Quora at MLconf SF - 11/13/15
Xavier Amatriain, VP of Engineering, Quora at MLconf SF - 11/13/15
MLconf
 
10 more lessons learned from building Machine Learning systems
10 more lessons learned from building Machine Learning systems
Xavier Amatriain
 
MLSEV Virtual. ML Platformization and AutoML in the Enterprise
MLSEV Virtual. ML Platformization and AutoML in the Enterprise
BigML, Inc
 
MachinaFiesta: A Vision into Machine Learning 🚀
MachinaFiesta: A Vision into Machine Learning 🚀
GDSCNiT
 
Implementing Machine Learning in the Real World
Implementing Machine Learning in the Real World
Jesus Rodriguez
 
AI Ml Introduction with images and examples.pptx
AI Ml Introduction with images and examples.pptx
bajajrishabh96tech
 
Machine Learning Teams - Full Stack Deep Learning
Machine Learning Teams - Full Stack Deep Learning
Sergey Karayev
 
GECBSP Guide GDSC India ML Study Jam organizer guide modified.pdf
GECBSP Guide GDSC India ML Study Jam organizer guide modified.pdf
Domendra Sahu
 
MLSD18. End-to-End Machine Learning
MLSD18. End-to-End Machine Learning
BigML, Inc
 
Ad

Recently uploaded (20)

10 Key Challenges for AI within the EU Data Protection Framework.pdf
10 Key Challenges for AI within the EU Data Protection Framework.pdf
Priyanka Aash
 
The Future of Product Management in AI ERA.pdf
The Future of Product Management in AI ERA.pdf
Alyona Owens
 
A Constitutional Quagmire - Ethical Minefields of AI, Cyber, and Privacy.pdf
A Constitutional Quagmire - Ethical Minefields of AI, Cyber, and Privacy.pdf
Priyanka Aash
 
Cyber Defense Matrix Workshop - RSA Conference
Cyber Defense Matrix Workshop - RSA Conference
Priyanka Aash
 
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
Edge AI and Vision Alliance
 
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Nilesh Gule
 
AI Agents and FME: A How-to Guide on Generating Synthetic Metadata
AI Agents and FME: A How-to Guide on Generating Synthetic Metadata
Safe Software
 
PyCon SG 25 - Firecracker Made Easy with Python.pdf
PyCon SG 25 - Firecracker Made Easy with Python.pdf
Muhammad Yuga Nugraha
 
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
Fwdays
 
The Growing Value and Application of FME & GenAI
The Growing Value and Application of FME & GenAI
Safe Software
 
ReSTIR [DI]: Spatiotemporal reservoir resampling for real-time ray tracing ...
ReSTIR [DI]: Spatiotemporal reservoir resampling for real-time ray tracing ...
revolcs10
 
9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
 
Securing Account Lifecycles in the Age of Deepfakes.pptx
Securing Account Lifecycles in the Age of Deepfakes.pptx
FIDO Alliance
 
Security Tips for Enterprise Azure Solutions
Security Tips for Enterprise Azure Solutions
Michele Leroux Bustamante
 
Coordinated Disclosure for ML - What's Different and What's the Same.pdf
Coordinated Disclosure for ML - What's Different and What's the Same.pdf
Priyanka Aash
 
WebdriverIO & JavaScript: The Perfect Duo for Web Automation
WebdriverIO & JavaScript: The Perfect Duo for Web Automation
digitaljignect
 
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
yosra Saidani
 
Lessons Learned from Developing Secure AI Workflows.pdf
Lessons Learned from Developing Secure AI Workflows.pdf
Priyanka Aash
 
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
Priyanka Aash
 
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
 
10 Key Challenges for AI within the EU Data Protection Framework.pdf
10 Key Challenges for AI within the EU Data Protection Framework.pdf
Priyanka Aash
 
The Future of Product Management in AI ERA.pdf
The Future of Product Management in AI ERA.pdf
Alyona Owens
 
A Constitutional Quagmire - Ethical Minefields of AI, Cyber, and Privacy.pdf
A Constitutional Quagmire - Ethical Minefields of AI, Cyber, and Privacy.pdf
Priyanka Aash
 
Cyber Defense Matrix Workshop - RSA Conference
Cyber Defense Matrix Workshop - RSA Conference
Priyanka Aash
 
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
Edge AI and Vision Alliance
 
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Nilesh Gule
 
AI Agents and FME: A How-to Guide on Generating Synthetic Metadata
AI Agents and FME: A How-to Guide on Generating Synthetic Metadata
Safe Software
 
PyCon SG 25 - Firecracker Made Easy with Python.pdf
PyCon SG 25 - Firecracker Made Easy with Python.pdf
Muhammad Yuga Nugraha
 
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
Fwdays
 
The Growing Value and Application of FME & GenAI
The Growing Value and Application of FME & GenAI
Safe Software
 
ReSTIR [DI]: Spatiotemporal reservoir resampling for real-time ray tracing ...
ReSTIR [DI]: Spatiotemporal reservoir resampling for real-time ray tracing ...
revolcs10
 
9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
 
Securing Account Lifecycles in the Age of Deepfakes.pptx
Securing Account Lifecycles in the Age of Deepfakes.pptx
FIDO Alliance
 
Security Tips for Enterprise Azure Solutions
Security Tips for Enterprise Azure Solutions
Michele Leroux Bustamante
 
Coordinated Disclosure for ML - What's Different and What's the Same.pdf
Coordinated Disclosure for ML - What's Different and What's the Same.pdf
Priyanka Aash
 
WebdriverIO & JavaScript: The Perfect Duo for Web Automation
WebdriverIO & JavaScript: The Perfect Duo for Web Automation
digitaljignect
 
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
yosra Saidani
 
Lessons Learned from Developing Secure AI Workflows.pdf
Lessons Learned from Developing Secure AI Workflows.pdf
Priyanka Aash
 
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
Priyanka Aash
 
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
 
Ad

Machine Learning Project Lifecycle