Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 2

One hidden layer

Neural Network

Why do you
deeplearning.ai need non-linear
activation functions?
Activation function
 
𝑥1
 
𝑥2 𝑦
 ^

 
𝑥3
Given x:
  [ 1]
𝑧 =𝑊 [ 1 ] 𝑥+𝑏 [ 1]
 𝑎 [1 ] = 𝑔[1] ( 𝑧 [ 1] )

  [ 2]
𝑧 =𝑊 [ 2 ] 𝑎 [1 ] +𝑏 [ 2]
 𝑎 [2 ] = 𝑔[2] ( 𝑧 [ 2] )
Andrew Ng

You might also like