Question 1
For a stochastic binary unit in a Boltzmann Machine, the probability of the unit turning on, i.e.
P(s=1)
, is defined as
P(s=1)=11+exp(−ΔE/T)
. Here,
ΔE
is the
energy gap, i.e. the energy when the unit is off, minus the energy when the unit is on.
T
is the
temperature.
If
ΔE=−3
, then:
Question 3
This question is about Boltzmann Machines, a.k.a. a stochastic Hopfield networks. Recall from the lecture that when we pick a new state
si
for unit
i
, we do so in a stochastic way:
p(si=1)=11+exp(−ΔE/T)
, and
p(si=0)=1−p(si=1)
. Here,
ΔE
is the
energy gap, i.e. the energy when the unit is off, minus the energy when the unit is on.
T
is the
temperature. We can run our system with any temperature that we like, but the most commonly used temperatures are
0
and
1
.
When we want to explore the configurations of a Boltzmann Machine, we initialize it in some starting configuration, and then repeatedly choose a unit at random, and pick a new state for it, using the probability formula described above.
Consider two small Boltzmann Machines with 10 units, with the same weights, but with different temperatures. One, the "cold" one, has temperature 0. The other, the "warm" one, has temperature 1. We run both of them for 1000 iterations (updates), as described above, and then we look at the configuration that we end up with after those 1000 updates.
Which of the following statements are true? (Note that an "energy minimum" is what could also reasonably be called a "local energy minimum")
Question 5
The figure below shows a Hopfield network with five binary threshold units:
a
,
b
,
c
,
d
, and
e
. The network has many connections, but no biases.
Let
Wac=Wbc=1
,
Wce=Wcd=2
,
Wbe=−3
,
Wad=−2
, and
Wde=3
.
What is the energy of the configuration with the lowest energy? What is the energy of the configuration with the second lowest energy (considering all configurations, not just those that are energy minima)?
Write your answer with a comma between the two numbers. For example, if you think that the energy of the lowest energy configuration is -17, and that the energy of the second lowest energy configuration is -13, then you should write this: -17, -13