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

来源:互联网 发布:如何看淘宝店的退货率 编辑:程序博客网 时间:2024/05/07 06:18

Lecture 12 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

A Boltzmann Machine is different from a Feed Forward Neural Network in the sense that :

Question 2

Throughout the lecture, when talking about Boltzmann Machines, why do we talk in terms of computing the expected value of sisjand not the value of sisj ?

Question 3

When learning an RBM, we decrease the energy of data particles and increase the energy of fantasy particles. Brian insists that the latter is not needed. He claims that it is should be sufficient to just decrease the energy of data particles and the energy of all other regions of state space would have increased relatively. This would also save us the trouble of sampling from the model distribution. What is wrong with this intuition ?

Question 4

Restricted Boltzmann Machines are easier to learn than Boltzmann Machines with arbitrary connectivity. Which of the following is a contributing factor ?

Question 5

PCD a better algorithm than CD1 when it comes to training a good generative model of the data. This means that samples drawn from a freely running Boltzmann Machine which was trained with PCD (after enough time) are likely to look more realistic than those drawn from the same model trained with CD1. Why does this happen ?

Question 6

It's time for some math now! 
In RBMs, the energy of any configuration is a linear function of the state. 
E(v,h)=iaivijbjhji,jvihjWij 
and this eventually leads to 
ΔWijvihjdatavihjmodel 
If the energy was non-linear, such as 
E(v,h)=iaif(vi)jbjg(hj)i,jf(vi)g(hj)Wij 
for some non-linear functions f and g, which of the following would be true.

Question 7

In RBMs, the energy of any configuration is a linear function of the state. 
E(v,h)=iaivijbjhji,jvihjWij 
and this eventually leads to 
P(hj=1|v)=11+exp(iWijvibj) 
If the energy was non-linear, such as 
E(v,h)=iaivijbjhji,jf(vi,hj)Wij 
for some non-linear function f, which of the following would be true.
0 0
原创粉丝点击