Learn Before
Which of these is a correct vectorized implementation of forward propagation for layer , where 1≤≤?
- Z = WA + b
0
1
Contributors are:
Who are from:
Tags
Data Science
Machine Learning Yearning @ DeepLearning.AI
Dive into Deep Learning @ D2L
Deep Learning
Machine Learning
Supervised Learning
Related
Connection between the Layers of Neural Network
Forward Propagation Formulation
True/False: During forward propagation, in the forward function for a layer ll you need to know what is the activation function in a layer (Sigmoid, tanh, ReLU, etc.). During back propagation, the corresponding backward function also needs to know what is the activation function for layer ll, since the gradient depends on it.
Which of these is a correct vectorized implementation of forward propagation for layer , where 1≤≤?
- Z = WA + b