Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started