机器学习中的神经网络Neural Networks for Machine Learning:Lecture 9 Quiz

Lecture 9 QuizHelp Center

Warning: The hard deadline has passed. You can attempt it, but you will not get credit for it. You are welcome to try it as a learning exercise.


Question 1

You are experimenting with two different models for a classification task. The figures below show the classification error you get as training progresses on the training data and the validation data for each of the two models. Which model do you think would perform better on previously unseen test data?.

Question 2

The figure below shows the histogram of weights for a learned Neural Network. 
q2_1.png
Which regularization technique has been used during learning?

Question 3

Suppose you want to regularize the weights of a neural network during training so that lots of its weights are quite close to zero, but a few are a very long way from zero. Which cost function you would add to your objective function?

Question 4

In a linear regression task, a  d  dimensional input vector  x  is used to predict the output value  y  using the weight vector  w  where  y=wTx . The error function  E=12(twTx)2  where  t  is the target output value. We want to use a student-t cost for the weights:  C=λ2di=1log(1+w2i) .
The total error to be optimized  Etot=E+C . What is the expression for  Etotwi ?

Question 5

Different regularization methods have different effects on the learning process. For example  L2  regularization penalizes high weight values.  L1  regularization penalizes weight values that do not equal zero. Adding noise to the weights during learning ensures that the learned hidden representations take extreme values. Sampling the hidden representations regularizes the network by pushing the hidden representation to be binary during the forward pass which limits the modeling capacity of the network. Given the shown histogram of activations (just before the nonlinear logistic nonlinearity) for a Neural Network, what is the regularization method that has been used (check all that apply)? 
q5.png

Question 6

Suppose we have trained a neural network with one hidden layer and a single logistic output unit to predict whether or not an image contains a bird. If we retrain the network in the same way on the same data but using half as many hidden units, which of the following statements is true:
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值