Question: The figure below shows a multiple layer neural network deployed to predict the outcome of a numerical continuous target variable y . The activation function
The figure below shows a multiple layer neural network deployed to predict the outcome of a numerical continuous target variable The activation function in the first hidden layer is the sigmoid function, while the one in the second hidden layer is the Rectified Linear Unit ReLU The output layer uses an identity output function. The weight and bias parameters are shown along the edges in the network. Refer to part c for the red colored edge.
Input layer
Hidden layer
Hidden layer
Output layer
a Perform a forward propagation calculation through the network for the input observation vector
b The value of the target variable associated to the input vector is Calculate the loss associated with this training instance using an appropriate loss function.
c Let denote the weight corresponding to the red edge in the network. Compute the value of the gradient of the lossE with respect to this weight note that denotes the output value of the network
d Compute the update of the weight considering a learning rate of and that the network has been trained with regularization with a penalty hyperparameter of
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
