COMP90049 – Week 8 1. Consider the following multilayer perceptron. (Solution)

$ 24.99
Category:

Description

The network should implement the XOR function. Perform one epoch of backpropagation as introduced in the lecture on multilayer perceptrons.
Notes:
β€’ The activation function f for a perceptron is the sigmoid function:
1
𝑓(π‘₯)=1+𝑒!”
β€’ The thresholds are not shown in the network. The threshold nodes are set to -1.
β€’ Use the following initial parameter values:
πœƒ#$($) =2 πœƒ#’($) =βˆ’1 πœƒ#$(’) =βˆ’2
πœƒ$$($) =6 πœƒ$’($) =8 πœƒ$$(’) =6
πœƒβ€™$($) =βˆ’6 πœƒβ€™β€™($) =βˆ’8 πœƒβ€™$(’) =βˆ’6
β€’ The learning rate is set to Ξ· = 0.7
i. Compute the activations of the hidden and output neurons.
ii. Compute the error of the network.
iii. Backpropagate the error to determine βˆ†ΞΈij for all weights ΞΈij and updates the weight
ΞΈij.
2. What is the difference between β€œmodel bias” and β€œmodel variance”?
i. Why is a high bias, low variance classifier undesirable? ii. Why is a low bias, high variance classifier (usually) undesirable?
3. Describe how validation set, and cross-validation can help reduce overfitting?

Reviews

There are no reviews yet.

Be the first to review “COMP90049 – Week 8 1. Consider the following multilayer perceptron. (Solution)”

Your email address will not be published. Required fields are marked *