<< Chapter < Page Chapter >> Page >
T ( y ) = y a ( η ) = - log ( 1 - Φ ) = log ( 1 + e η ) b ( y ) = 1

This shows that the Bernoulli distribution can be written in the form of Equation  [link] , using an appropriate choice of T , a and b .

Let's now move on to consider the Gaussian distribution. Recall that, when deriving linear regression, the value of σ 2 had no effect on our final choice of θ and h θ ( x ) . Thus, we can choose an arbitrary value for σ 2 without changing anything. To simplify the derivation below, let'sset σ 2 = 1 . If we leave σ 2 as a variable, the Gaussian distribution can also be shown to be in the exponential family, where η R 2 is now a 2-dimension vector that depends on both μ and σ . For the purposes of GLMs, however, the σ 2 parameter can also be treated by considering a more general definition of the exponential family: p ( y ; η , τ ) = b ( a , τ ) exp ( ( η T T ( y ) - a ( η ) ) / c ( τ ) ) . Here, τ is called the dispersion parameter , and for the Gaussian, c ( τ ) = σ 2 ; but given our simplification above, we won't need the more general definition for the examples we will consider here. We then have:

p ( y ; μ ) = 1 2 π exp - 1 2 ( y - μ ) 2 = 1 2 π exp - 1 2 y 2 · exp μ y - 1 2 μ 2

Thus, we see that the Gaussian is in the exponential family, with

η = μ T ( y ) = y a ( η ) = μ 2 / 2 = η 2 / 2 b ( y ) = ( 1 / 2 π ) exp ( - y 2 / 2 ) .

There're many other distributions that are members of the exponential family: The multinomial (which we'll see later), the Poisson (for modelling count-data;also see the problem set); the gamma and the exponential (for modelling continuous, non-negative random variables, such as time-intervals); the beta and the Dirichlet(for distributions over probabilities); and many more. In the next section, we will describe a general “recipe” for constructing models in which y (given x and θ ) comes from any of these distributions.

Constructing glms

Suppose you would like to build a model to estimate the number y of customers arriving in your store (or number of page-views on your website) in any givenhour, based on certain features x such as store promotions, recent advertising, weather, day-of-week, etc. We know that the Poisson distributionusually gives a good model for numbers of visitors. Knowing this, how can we come up with a model for our problem? Fortunately,the Poisson is an exponential family distribution, so we can apply a Generalized Linear Model (GLM).In this section, we will we will describe a method for constructing GLM models for problems such as these.

More generally, consider a classification or regression problem where we would like to predict the value of some random variable y as a function of x . To derive a GLM for this problem, we will make the following threeassumptions about the conditional distribution of y given x and about our model:

  1. y x ; θ ExponentialFamily ( η ) . I.e., given x and θ , the distribution of y follows some exponential family distribution, with parameter η .
  2. Given x , our goal is to predict the expected value of T ( y ) given x . In most of our examples, we will have T ( y ) = y , so this means we would like the prediction h ( x ) output by our learned hypothesis h to satisfy h ( x ) = E [ y | x ] . (Note that this assumption is satisfied in the choices for h θ ( x ) for both logistic regression and linear regression.For instance, in logistic regression, we had h θ ( x ) = p ( y = 1 | x ; θ ) = 0 · p ( y = 0 | x ; θ ) + 1 · p ( y = 1 | x ; θ ) = E [ y | x ; θ ] .)
  3. The natural parameter η and the inputs x are related linearly: η = θ T x . (Or, if η is vector-valued, then η i = θ i T x .)

Questions & Answers

A golfer on a fairway is 70 m away from the green, which sits below the level of the fairway by 20 m. If the golfer hits the ball at an angle of 40° with an initial speed of 20 m/s, how close to the green does she come?
Aislinn Reply
cm
tijani
what is titration
John Reply
what is physics
Siyaka Reply
A mouse of mass 200 g falls 100 m down a vertical mine shaft and lands at the bottom with a speed of 8.0 m/s. During its fall, how much work is done on the mouse by air resistance
Jude Reply
Can you compute that for me. Ty
Jude
what is the dimension formula of energy?
David Reply
what is viscosity?
David
what is inorganic
emma Reply
what is chemistry
Youesf Reply
what is inorganic
emma
Chemistry is a branch of science that deals with the study of matter,it composition,it structure and the changes it undergoes
Adjei
please, I'm a physics student and I need help in physics
Adjanou
chemistry could also be understood like the sexual attraction/repulsion of the male and female elements. the reaction varies depending on the energy differences of each given gender. + masculine -female.
Pedro
A ball is thrown straight up.it passes a 2.0m high window 7.50 m off the ground on it path up and takes 1.30 s to go past the window.what was the ball initial velocity
Krampah Reply
2. A sled plus passenger with total mass 50 kg is pulled 20 m across the snow (0.20) at constant velocity by a force directed 25° above the horizontal. Calculate (a) the work of the applied force, (b) the work of friction, and (c) the total work.
Sahid Reply
you have been hired as an espert witness in a court case involving an automobile accident. the accident involved car A of mass 1500kg which crashed into stationary car B of mass 1100kg. the driver of car A applied his brakes 15 m before he skidded and crashed into car B. after the collision, car A s
Samuel Reply
can someone explain to me, an ignorant high school student, why the trend of the graph doesn't follow the fact that the higher frequency a sound wave is, the more power it is, hence, making me think the phons output would follow this general trend?
Joseph Reply
Nevermind i just realied that the graph is the phons output for a person with normal hearing and not just the phons output of the sound waves power, I should read the entire thing next time
Joseph
Follow up question, does anyone know where I can find a graph that accuretly depicts the actual relative "power" output of sound over its frequency instead of just humans hearing
Joseph
"Generation of electrical energy from sound energy | IEEE Conference Publication | IEEE Xplore" ***ieeexplore.ieee.org/document/7150687?reload=true
Ryan
what's motion
Maurice Reply
what are the types of wave
Maurice
answer
Magreth
progressive wave
Magreth
hello friend how are you
Muhammad Reply
fine, how about you?
Mohammed
hi
Mujahid
A string is 3.00 m long with a mass of 5.00 g. The string is held taut with a tension of 500.00 N applied to the string. A pulse is sent down the string. How long does it take the pulse to travel the 3.00 m of the string?
yasuo Reply
Who can show me the full solution in this problem?
Reofrir Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Machine learning. OpenStax CNX. Oct 14, 2013 Download for free at http://cnx.org/content/col11500/1.4
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Machine learning' conversation and receive update notifications?

Ask