SlideShare a Scribd company logo
1 of 100
Download to read offline
primer
Overivew and Tutorial
Jim O’ Donoghue
Deep Learning Meetup @Intercom, Stephens Green
7th April 2016
my background
machine learning function elements
my background
machine learning function elements
hypothesis functions (NN architectures)
objective functions
optimisation
my background
machine learning function elements
hypothesis functions (NN architectures)
objective functions
optimisation
linear regression
multi-layer perceptron
my background
machine learning function elements
input types
hypothesis functions (NN architectures)
objective functions + optimisation
output types
regression
multi-layer Perceptron
Continuous
Discrete
Categorical
Nominal
Ordinal
Supervised
Unsupervised
Semi-Supervised
Feature
Supervised
Unsupervised
Semi-Supervised
Feature
yπ‘₯
yπ‘₯
yπ‘₯
yπ‘₯ 𝑓 π‘₯
y𝑦+πœ–π‘₯ 𝑓 π‘₯
y𝑦+πœ–π‘₯ 𝑓 π‘₯
y𝑦+πœ–π‘₯
Optimisation
𝑓 π‘₯
y𝑦+πœ–π‘₯
Optimisation + Hyper-Parameters
𝑓 π‘₯
y𝑦+πœ–π‘₯
hypothesis
β„Ž π‘₯
y𝑦+πœ–π‘₯ β„Ž π‘₯
output
y𝑦+πœ–π‘₯ β„Ž π‘₯
calculated by ...
y𝑦+πœ–π‘₯ β„Ž 𝜽 π‘₯
calculated by ...
y𝑦+πœ–π‘₯ β„Ž πœƒ π‘₯
objective
y𝑦+πœ–π‘₯ β„Ž 𝜽 π‘₯
optimise
27
Hypothesis Functions β„Ž π‘₯
28
Hypothesis Functions β„Ž π‘₯
Hypothesis Functions β„Ž π‘₯
calculate outputs via𝑦
πœƒ = {Weights, bias}
calculate outputs via
πœƒ = {Weights, bias}
calculate outputs via
n activation functions
πœƒ = {Weights, bias}
calculate outputs via
n activation functions
interim
πœƒ = {Weights, bias}
calculate outputs via
interim functions
Linear
πœƒ = {Weights, bias}
calculate outputs via
interim functions
Linear
Tanh
Cosh
Logistic Sigmoid
Recitified Linear
{non
linear
πœƒ = {Weights, bias}
calculate outputs via
β„Ž π‘₯ = 𝑔(𝑓 π‘₯ )
πœƒ = {Weights, bias}
calculate outputs via
β„Ž π‘₯ = 𝑔(𝑓(𝑔(𝑓 π‘₯ ))
loss/cost/error
y𝑦+πœ–
y βˆ’ π‘¦πœ–
loss/cost/error
y βˆ’ π‘¦πœ–J(πœƒ)
loss/cost/error
gradient descent
πœƒ
𝐽(πœƒ)
πœƒ
𝐽(πœƒ)
gradient descent
πœƒ
𝐽(πœƒ)
gradient descent
πœƒ
𝐽(πœƒ)
gradient descent
πœ•π½(πœƒ)
πœ•πœƒ
A. get partial derivative
gradient descent
πœƒ
𝐽(πœƒ)
gradient descent
πœƒ
𝐽(πœƒ)
gradient descent
πœƒ ≔ πœƒ βˆ’ 𝛼
πœ•π½(πœƒ)
πœ•πœƒ
πœ•π½(πœƒ)
πœ•πœƒ
A. get partial derivative
B. update the parameters
gradient descent
πœƒ
𝐽(πœƒ)
gradient descent
πœƒ
𝐽(πœƒ)
gradient descent
πœƒ
𝐽(πœƒ)
gradient descent
πœƒ
𝐽(πœƒ)
gradient descent
πœƒ
𝐽(πœƒ)
π‘™π‘’π‘Žπ‘Ÿπ‘›π‘–π‘›π‘” π‘Ÿπ‘Žπ‘‘π‘’
𝛼
gradient descent
54πœƒ
𝐽(πœƒ)
gradient descent
global optimim
55πœƒ
𝐽(πœƒ)
gradient descent
local optimum
first...
the activation
Connection
Weights
Class
Input
Features
the activation
Connection
Weights
Class
Input
Features
the activation
π‘₯
𝑦
πœƒ = {Weights, bias}
the activation
π‘₯
𝑦
πœƒ = {Weights, bias}
𝑦 = 𝑓 π‘₯
the activation
π‘₯
𝑓(π‘₯)
πœƒ = {Weights, bias}
𝑦 = 𝑓 π‘₯ = π‘Žπ‘₯ + 𝑏
the activation
π‘₯
𝑓 πœƒ(π‘₯)
πœƒ = {Weights, bias}
𝑦 = 𝑓 πœƒ π‘₯ = 𝑀π‘₯ + 𝑏
the activation
π‘₯
𝑓 πœƒ(π‘₯)
πœƒ = {Weights, bias}
𝑦 = 𝑓 πœƒ π‘₯ = 𝑀π‘₯ + 𝑏
= πœƒ 𝑇
π‘₯
the activation
π‘₯
𝑓 πœƒ(π‘₯)
πœƒ = {Weights, bias}
𝑦 = 𝑓 πœƒ π‘₯ = 𝑀π‘₯ + 𝑏
= πœƒ 𝑇 π‘₯
=
𝑖=1
𝑛
𝑀𝑖 π‘₯𝑖 + 𝑏
the activation for
π‘₯
𝑧
πœƒ = {Weights, bias}
𝑧 = 𝑓 πœƒ π‘₯
= πœƒ 𝑇 π‘₯
= 𝑀 𝑇 π‘₯ + 𝑏
y βˆ’ π‘¦πœ–J(πœƒ)
one sample
1
π‘š
𝑠=1
π‘š
(𝑦 𝑠 βˆ’ 𝑦 𝑠)2
all samples
J(πœƒ)
1
2π‘š
𝑠=1
π‘š
(𝑦 𝑠 βˆ’ 𝑦 𝑠)2
all samples
J(πœƒ)
1
π‘š
𝑠=1
π‘š
(𝑦 𝑠 βˆ’ 𝑦 𝑠)π‘₯ 𝑠
partial derivative
πœ•π½(πœƒ)
πœ•πœƒ
Ξ΄π‘₯ 𝑠
partial derivative
πœ•π½(πœƒ)
πœ•πœƒ
πœƒ ≔ πœƒ βˆ’ 𝛼
1
π‘š
𝑠=1
π‘š
(𝑦 𝑠 βˆ’ 𝑦 𝑠)π‘₯ 𝑠
update
the activation for
Connection
Weights
Class
Input
Features
Connection
Weights
Class
Input
Features
the activation
π‘₯
𝑔(𝑧)
𝑧 = 𝑓 πœƒ π‘₯
π‘Ž = 𝑔 𝑧
=
1
1+π‘’βˆ’π‘§
the activation
the activation
π‘₯
π‘Ž
𝑧 = 𝑓 πœƒ π‘₯
π‘Ž = 𝑔 𝑧
p(a = 1|π‘₯, πœƒ) =
1
1+π‘’βˆ’π‘§
hypothesis
𝑦 = β„Ž π‘₯ = 𝑓 πœƒ2 π‘Ž1
π‘₯
π‘Ž1
𝑦
hypothesis
𝑦 = β„Ž π‘₯ = 𝑓 πœƒ2 π‘Ž1
π‘₯
π‘Ž1
𝑦
π‘Ž1 = 𝑔 𝑧 =
1
1 + π‘’βˆ’π‘§
𝑧1 = 𝑓 πœƒ1 π‘₯ = 𝑀1 𝑇 π‘₯ + 𝑏
hypothesis
𝑦 = β„Ž π‘₯ = 𝑓 πœƒ2 π‘Ž1
π‘₯
π‘Ž1
𝑦
π‘Ž1 = 𝑔 𝑧 =
1
1 + π‘’βˆ’π‘§
𝑧1 = 𝑓 πœƒ1 π‘₯ = 𝑀1 𝑇 π‘₯ + 𝑏
hypothesis
π‘₯
π‘Ž1
𝑦
β„Ž π‘₯ = 𝑓(𝑔(𝑓 π‘₯ )
the error function
π‘₯
π‘Ž1
𝑦
1
2π‘š
𝑠=1
π‘š
(𝑦 𝑠 βˆ’ 𝑦 𝑠)2
J(πœƒ)
the partial derivative
π‘₯
π‘Ž1
𝑦
πœ•π½(πœƒ2)
πœ•πœƒ2
1
π‘š
𝑠=1
π‘š
(𝑦 𝑠 βˆ’ 𝑦 𝑠)π‘Ž1
𝑠
the partial derivative
π‘₯
π‘Ž1
𝑦
πœ•π½(πœƒ2)
πœ•πœƒ2
πœ•π½(πœƒ2)
πœ• 𝑦
πœ• 𝑦
πœ•πœƒ2
the partial derivative
π‘₯
π‘Ž1
𝑦
πœ•π½(πœƒ2)
πœ•πœƒ2
πœ•π½(πœƒ2)
πœ• 𝑦
π‘Ž1
𝑠
the partial derivative
π‘₯
π‘Ž1
𝑦
1
π‘š
𝑠=1
π‘š
(𝑦 𝑠 βˆ’ 𝑦 𝑠)π‘Ž1
𝑠
πœ•π½(πœƒ2)
πœ•πœƒ2
the partial derivative
π‘₯
π‘Ž1
𝛿2 π‘Ž1
𝛿2
πœ•π½(πœƒ2)
πœ•πœƒ2
the partial derivative
π‘₯
𝛿1
πœ•π½(πœƒ)
πœ•πœƒ1
𝛿1 π‘₯
𝛿2
the partial derivative
π‘₯
𝛿1
𝛿2
πœ•π½(πœƒ1)
πœ•π‘Ž1
πœ•π‘Ž1
πœ•π‘§1
πœ•z1
πœ•πœƒ1
πœ•π½(πœƒ1)
πœ•πœƒ1
the partial derivative
π‘₯
𝛿1
𝛿2
πœƒ2 𝛿2
πœ•π‘Ž1
πœ•π‘§1
πœ•z1
πœ•πœƒ1
πœ•π½(πœƒ1)
πœ•πœƒ1
the partial derivative
π‘₯
𝛿1
πœ•π½(πœƒ1)
πœ•πœƒ1
𝛿2
πœƒ2 𝛿2 π‘Ž1(1 βˆ’ π‘Ž1)
πœ•z1
πœ•πœƒ1
the partial derivative
π‘₯
𝛿1
πœ•π½(πœƒ1)
πœ•πœƒ1
𝛿2
πœƒ2 𝛿2 π‘Ž1(1 βˆ’ π‘Ž1) π‘₯
the partial derivative
π‘₯
𝛿1
πœ•π½(πœƒ1)
πœ•πœƒ1
𝛿2
πœƒ2 𝛿2 π‘Ž1(1 βˆ’ π‘Ž1) π‘₯
𝛿1
the partial derivative
π‘₯
𝛿1
πœ•π½(πœƒ1)
πœ•πœƒ1
𝛿1 π‘₯
𝛿2
Connection
Weights
Class
Input
Features
Class
Connection
Weights
Class
Input
Features
Learned
Features
Learning deep architectures for AI
https://deeplearning.net
https://github.com/jimod/deeplearning-
meetup-dublin
http://colah.github.io/
https://www.coursera.org/learn/machine-
learning
https://www.coursera.org/course/neuralnets
Dl meetup 07-04-16

More Related Content

Viewers also liked

PlanificaciΓ³ del treball
PlanificaciΓ³ del treballPlanificaciΓ³ del treball
PlanificaciΓ³ del treballjuliafontm
Β 
EstimulaciΓ³n temprana en el desarrollo multisensorial - CICAT-SALUD
EstimulaciΓ³n temprana en el desarrollo multisensorial - CICAT-SALUDEstimulaciΓ³n temprana en el desarrollo multisensorial - CICAT-SALUD
EstimulaciΓ³n temprana en el desarrollo multisensorial - CICAT-SALUDCICAT SALUD
Β 
Health tips for a healthy life style
Health tips for a healthy life styleHealth tips for a healthy life style
Health tips for a healthy life styleDrSchlaf
Β 
MANGAN - BAHAN GALIAN INDUSTRI - BONITA
MANGAN - BAHAN GALIAN INDUSTRI - BONITAMANGAN - BAHAN GALIAN INDUSTRI - BONITA
MANGAN - BAHAN GALIAN INDUSTRI - BONITABonita Susimah
Β 
Test de copia y de reproducciΓ³n de memoria de figuras geomΓ©tricas complejas.
Test de copia y de reproducciΓ³n de memoria de figuras geomΓ©tricas complejas.Test de copia y de reproducciΓ³n de memoria de figuras geomΓ©tricas complejas.
Test de copia y de reproducciΓ³n de memoria de figuras geomΓ©tricas complejas.Ivonne MuΓ±oz
Β 
Deber de sitemas
Deber de sitemasDeber de sitemas
Deber de sitemasgabysolizp
Β 
Las consultas compu
Las consultas compuLas consultas compu
Las consultas compuliliana_freire
Β 

Viewers also liked (9)

NataciΓ³n
NataciΓ³nNataciΓ³n
NataciΓ³n
Β 
PlanificaciΓ³ del treball
PlanificaciΓ³ del treballPlanificaciΓ³ del treball
PlanificaciΓ³ del treball
Β 
EstimulaciΓ³n temprana en el desarrollo multisensorial - CICAT-SALUD
EstimulaciΓ³n temprana en el desarrollo multisensorial - CICAT-SALUDEstimulaciΓ³n temprana en el desarrollo multisensorial - CICAT-SALUD
EstimulaciΓ³n temprana en el desarrollo multisensorial - CICAT-SALUD
Β 
Health tips for a healthy life style
Health tips for a healthy life styleHealth tips for a healthy life style
Health tips for a healthy life style
Β 
MANGAN - BAHAN GALIAN INDUSTRI - BONITA
MANGAN - BAHAN GALIAN INDUSTRI - BONITAMANGAN - BAHAN GALIAN INDUSTRI - BONITA
MANGAN - BAHAN GALIAN INDUSTRI - BONITA
Β 
Test de copia y de reproducciΓ³n de memoria de figuras geomΓ©tricas complejas.
Test de copia y de reproducciΓ³n de memoria de figuras geomΓ©tricas complejas.Test de copia y de reproducciΓ³n de memoria de figuras geomΓ©tricas complejas.
Test de copia y de reproducciΓ³n de memoria de figuras geomΓ©tricas complejas.
Β 
Deber de sitemas
Deber de sitemasDeber de sitemas
Deber de sitemas
Β 
Las consultas
Las consultasLas consultas
Las consultas
Β 
Las consultas compu
Las consultas compuLas consultas compu
Las consultas compu
Β 

Similar to Dl meetup 07-04-16

Stochastic optimal control & rl
Stochastic optimal control & rlStochastic optimal control & rl
Stochastic optimal control & rlChoiJinwon3
Β 
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSRai University
Β 
SUEC 高中 Adv Maths (Polynomial Function)
SUEC 高中 Adv Maths (Polynomial Function)SUEC 高中 Adv Maths (Polynomial Function)
SUEC 高中 Adv Maths (Polynomial Function)tungwc
Β 
Backpropagation: Understanding How to Update ANNs Weights Step-by-Step
Backpropagation: Understanding How to Update ANNs Weights Step-by-StepBackpropagation: Understanding How to Update ANNs Weights Step-by-Step
Backpropagation: Understanding How to Update ANNs Weights Step-by-StepAhmed Gad
Β 
Functions ppt Dr Frost Maths Mixed questions
Functions ppt Dr Frost Maths Mixed questionsFunctions ppt Dr Frost Maths Mixed questions
Functions ppt Dr Frost Maths Mixed questionsgcutbill
Β 
Variational Autoencoder Tutorial
Variational Autoencoder Tutorial Variational Autoencoder Tutorial
Variational Autoencoder Tutorial Hojin Yang
Β 
Semana 25 funciones especiales Γ‘lgebra uni ccesa007
Semana 25 funciones especiales Γ‘lgebra uni ccesa007Semana 25 funciones especiales Γ‘lgebra uni ccesa007
Semana 25 funciones especiales Γ‘lgebra uni ccesa007Demetrio Ccesa Rayme
Β 
function power point presentation for class 11 and 12 for jee
function power point presentation for class 11 and 12 for jeefunction power point presentation for class 11 and 12 for jee
function power point presentation for class 11 and 12 for jeeMohanSonawane
Β 
Lecture 5 backpropagation
Lecture 5 backpropagationLecture 5 backpropagation
Lecture 5 backpropagationParveenMalik18
Β 
1 lesson 6 introduction to radical functions
1 lesson 6 introduction to radical functions1 lesson 6 introduction to radical functions
1 lesson 6 introduction to radical functionsMelchor Cachuela
Β 
1 lesson 6 introduction to radical functions
1 lesson 6 introduction to radical functions1 lesson 6 introduction to radical functions
1 lesson 6 introduction to radical functionsMelchor Cachuela
Β 
MT 102 Π›Π΅ΠΊΡ† 1
MT 102 Π›Π΅ΠΊΡ† 1MT 102 Π›Π΅ΠΊΡ† 1
MT 102 Π›Π΅ΠΊΡ† 1ssuser184df1
Β 
On Certain Classess of Multivalent Functions
On Certain Classess of Multivalent Functions On Certain Classess of Multivalent Functions
On Certain Classess of Multivalent Functions iosrjce
Β 
Lesson_8_DeepLearning.pdf
Lesson_8_DeepLearning.pdfLesson_8_DeepLearning.pdf
Lesson_8_DeepLearning.pdfssuser7f0b19
Β 
Gen Math topic 1.pptx
Gen Math topic 1.pptxGen Math topic 1.pptx
Gen Math topic 1.pptxAngeloReyes58
Β 
A machine learning method for efficient design optimization in nano-optics
A machine learning method for efficient design optimization in nano-optics A machine learning method for efficient design optimization in nano-optics
A machine learning method for efficient design optimization in nano-optics JCMwave
Β 
Cuaderno de trabajo derivadas experiencia 3
Cuaderno de trabajo  derivadas experiencia 3Cuaderno de trabajo  derivadas experiencia 3
Cuaderno de trabajo derivadas experiencia 3Mariamne3
Β 

Similar to Dl meetup 07-04-16 (20)

Stochastic optimal control & rl
Stochastic optimal control & rlStochastic optimal control & rl
Stochastic optimal control & rl
Β 
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
Β 
SUEC 高中 Adv Maths (Polynomial Function)
SUEC 高中 Adv Maths (Polynomial Function)SUEC 高中 Adv Maths (Polynomial Function)
SUEC 高中 Adv Maths (Polynomial Function)
Β 
Backpropagation: Understanding How to Update ANNs Weights Step-by-Step
Backpropagation: Understanding How to Update ANNs Weights Step-by-StepBackpropagation: Understanding How to Update ANNs Weights Step-by-Step
Backpropagation: Understanding How to Update ANNs Weights Step-by-Step
Β 
Functions ppt Dr Frost Maths Mixed questions
Functions ppt Dr Frost Maths Mixed questionsFunctions ppt Dr Frost Maths Mixed questions
Functions ppt Dr Frost Maths Mixed questions
Β 
Integral calculus
Integral calculusIntegral calculus
Integral calculus
Β 
Variational Autoencoder Tutorial
Variational Autoencoder Tutorial Variational Autoencoder Tutorial
Variational Autoencoder Tutorial
Β 
Semana 25 funciones especiales Γ‘lgebra uni ccesa007
Semana 25 funciones especiales Γ‘lgebra uni ccesa007Semana 25 funciones especiales Γ‘lgebra uni ccesa007
Semana 25 funciones especiales Γ‘lgebra uni ccesa007
Β 
function power point presentation for class 11 and 12 for jee
function power point presentation for class 11 and 12 for jeefunction power point presentation for class 11 and 12 for jee
function power point presentation for class 11 and 12 for jee
Β 
Lecture 5 backpropagation
Lecture 5 backpropagationLecture 5 backpropagation
Lecture 5 backpropagation
Β 
1 lesson 6 introduction to radical functions
1 lesson 6 introduction to radical functions1 lesson 6 introduction to radical functions
1 lesson 6 introduction to radical functions
Β 
1 lesson 6 introduction to radical functions
1 lesson 6 introduction to radical functions1 lesson 6 introduction to radical functions
1 lesson 6 introduction to radical functions
Β 
MT 102 Π›Π΅ΠΊΡ† 1
MT 102 Π›Π΅ΠΊΡ† 1MT 102 Π›Π΅ΠΊΡ† 1
MT 102 Π›Π΅ΠΊΡ† 1
Β 
Fourier series
Fourier series Fourier series
Fourier series
Β 
On Certain Classess of Multivalent Functions
On Certain Classess of Multivalent Functions On Certain Classess of Multivalent Functions
On Certain Classess of Multivalent Functions
Β 
Lesson_8_DeepLearning.pdf
Lesson_8_DeepLearning.pdfLesson_8_DeepLearning.pdf
Lesson_8_DeepLearning.pdf
Β 
Gen Math topic 1.pptx
Gen Math topic 1.pptxGen Math topic 1.pptx
Gen Math topic 1.pptx
Β 
A machine learning method for efficient design optimization in nano-optics
A machine learning method for efficient design optimization in nano-optics A machine learning method for efficient design optimization in nano-optics
A machine learning method for efficient design optimization in nano-optics
Β 
Cuaderno de trabajo derivadas experiencia 3
Cuaderno de trabajo  derivadas experiencia 3Cuaderno de trabajo  derivadas experiencia 3
Cuaderno de trabajo derivadas experiencia 3
Β 
Lec05.pptx
Lec05.pptxLec05.pptx
Lec05.pptx
Β 

Recently uploaded

RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
Β 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
Β 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
Β 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
Β 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
Β 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
Β 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
Β 
Delhi Call Girls Punjabi Bagh 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Callshivangimorya083
Β 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
Β 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
Β 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
Β 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
Β 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
Β 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
Β 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
Β 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
Β 
Delhi Call Girls CP 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Callshivangimorya083
Β 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
Β 

Recently uploaded (20)

RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
Β 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
Β 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
Β 
꧁❀ Aerocity Call Girls Service Aerocity Delhi ❀꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❀ Aerocity Call Girls Service Aerocity Delhi ❀꧂ 9999965857 ☎️ Hard And Sexy ...꧁❀ Aerocity Call Girls Service Aerocity Delhi ❀꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❀ Aerocity Call Girls Service Aerocity Delhi ❀꧂ 9999965857 ☎️ Hard And Sexy ...
Β 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
Β 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
Β 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
Β 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
Β 
Delhi Call Girls Punjabi Bagh 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Call
Β 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Β 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
Β 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
Β 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
Β 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
Β 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
Β 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
Β 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
Β 
Delhi Call Girls CP 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 β˜Žβœ”πŸ‘Œβœ” Whatsapp Hard And Sexy Vip Call
Β 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
Β 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Β 

Dl meetup 07-04-16