Chap 20 Exercises
Loading webR...
Exercise 1
Which of these stories is consistent with the relationship between a gaussian and its corresponding sigmoid shown in Figure 2?
The gaussian is the amount of water in a bathtub while the sigmoid is the time you spend in the bath.
The gaussian is the amount of water in the bathtub while the sigmoid is the rate at which water flows from the tap.
The gaussian is the rate at which water flows from the tap and the sigmoid is the amount of water in the bathtub.
The gaussian indicates the amount the drain is open and the sigmoid is the amount of water in the bathtub.
question id: dd-08-1
Exercise 2 Gaussian functions and sigmoid functions come in pairs. For every possible sigmoid, there is a corresponding gaussian that gives, for each value of the input, the slope of the sigmoid.
Each of the following graphs shows a sigmoid and a gaussian function. The two might or might not correspond to one another. That is, the output of the gaussian might be the slope of the sigmoid, or the gaussian might correspond to some other sigmoid. Remember, youβre comparing the output of the gaussian to the slope of the sigmoid.
For each graph, say whether the gaussian and the sigmoid correspond to one another. Is so, choose correspond. If not, choose one of these reasons why not:
- center: The peak of the gaussian does not occur at the same value of
at which the sigmoid is steepest. - amplitude: The numerical value of the output of the gaussian function is, for all
, much larger than the numerical value of the slope of the sigmoid.
- Graph (A)
correspond
center
amplitude
question id: sigmoid-intro-1
- Graph (B)
correspond
center
The numerical value of the output of the gaussian function is much larger than the numerical value of the slope of the sigmoid.
question id: sigmoid-intro-2
- Graph (C)
question id: sigmoid-intro-3
Exercise 3
- Which of these statements is true?
The gaussian is the derivative of its corresponding sigmoid.
The sigmoid is the derivative of its corresponding gaussian.
Gaussians and sigmoids are unrelated.
question id: exr-boy-hide-gloves-1
- Which gaussian in Figure 2 corresponds to the sigmoid?
question id: boy-hide-gloves-2
Exercise 4 Here are graphs of various functions. The right column shows functions named
- The derivative of Function A() is which of the following:
question id: robin-row-boat-1
- The derivative of Function B() is which of the following:
question id: robin-row-boat-2
- The derivative of Function C() is which of the following:
question id: robin-row-boat-3
- The derivative of Function D() is which of the following:
question id: robin-row-boat-4
Activities
Exercise 5 In the following, three different functions are described. Your task is to write down the dimension of the input and of the output. Do this both for the function itself, and for the derivative of the function. For example, the dimension of the output of
A. The given function is
- Dimension of input to
? - Dimension of output from
? - Dimension of input to
? - Dimension of output from
?
B. The given function is
- Dimension of input to
? - Dimension of output from
? - Dimension of input to
? - Dimension of output from
?
C. The given function is
- Dimension of input to
? - Dimension of output from
? - Dimension of input to
? - Dimension of output from
?
Exercise 6 We donβt yet have the tools needed to prove a formula for the derivative of power-law functions, but we already have some instances where we know the derivative:
A rule that fits all these examples is
It is not too hard to do the algebra to find the derivative of
Letβs check this via the general definition of the derivative:
- Expand out
to get a linear combination of monomials: , , and .
Divide the linear combination in (a) by
and simplify.Examine the expression from (b) to determine if setting
will result in a divide-by-zero. What did you find?
- If your conclusion from (c) is that divide-by-zero does not occur when
, set and simplify the expression from (b) to find . Is your result consistent with the rule for the derivative of power-law functions described at the beginning of this problem.
question id: kitten-wear-saw-d