zoukankan      html  css  js  c++  java
  • Generalized Linear Models & Softmax Regression

    image

    η is called the natural parameter (also called the canonical parameter) of the distribution;

    T (y) is the sufficient statistic (for the distributions we consider, it will often be the case that T (y) = y);

    a(η) is the log partition function. The quantity e^(−a(η)) essentially plays the role of a normalization constant, that makes sure the distribution p(y; η) sums/integrates over y to 1.

    A fixed choice of T , a and b defines a family (or set) of distributions that is parameterized by η; as we vary η, we then get different distributions within this family.

    imageimage

    image

    image

    image

    imageimage

    To derive a GLM for this problem, we will make the following three assumptions about the conditional distribution of y given x and about our model:

    image

    image

        image

    image

    Softmax Regression

    image

    (T(y))i to denote the i-th element of the vector T (y)

    imageimage

    image

    image

    image

    image

    image

  • 相关阅读:
    iOS 之 创建分类
    iOS 之 动画
    iOS 倒出spa文件 打包
    js闭包
    wampserver配置多站点
    js重定向
    php obstart
    php保存远程图片
    php获取前天的昨天的日期
    weixin js接口
  • 原文地址:https://www.cnblogs.com/gghost/p/3287135.html
Copyright © 2011-2022 走看看