• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            posts - 195,  comments - 30,  trackbacks - 0
            At first, let's define the sample function:

            def sample(dist, num_samples=1):
                """
                Uses the inverse CDF method to return samples drawn from an
                (unnormalized) discrete distribution.

                Arguments:

                dist -- (unnormalized) distribution

                Keyword arguments:

                num_samples -- number of samples to draw
                
            """

                cdf = cumsum(dist)
                r = uniform(size=num_samples) * cdf[-1]

                return cdf.searchsorted(r)
            As we can see, the sample function input two parameters, one is dist, which can be an un-normalized distribution, another is the sample we want to draw.

            Let's see how to generate corpus for Dirichlet--multinomial unigram language model
            def generate_corpus(beta, mean, N):
                """
                Returns a corpus of tokens drawn from a Dirichlet--multinomial
                unigram language model. Each token is an instance of one of V
                unique word types, represented by indices 0, , V - 1.

                Arguments:

                beta -- concentration parameter for the Dirichlet prior
                mean -- V-dimensional mean of the Dirichlet prior
                N -- number of tokens to generate
                
            """

                pass # YOUR CODE GOES HERE
                #print mean
                #print beta 
                #print dot(mean,beta)
                #print dirichlet(mean*beta,size=1)
                temp=sample(dirichlet(beta*array(mean),size=1),N)
                #print temp
                return temp
            please keep in mind the dirichlet function is  “from numpy.random.mtrand import dirichlet"
            and the parameters it receives are corresponding to beta*array(mean). beta is the concentration factor, and mean is the vector which sum to 1.



            another way is to generate corpus is using the property:
            P(D'|D,H)= Nv+beta_nv/N+beta
            def generate_corpus_collapsed(beta, mean, N):
                """
                Returns a corpus of tokens drawn from a Dirichlet--multinomial
                unigram language model using the 'collapsed' generative process
                (i.e., phi is not explicitly represented). Each token is an
                instance of one of V unique word types.

                Arguments:

                beta -- concentration parameter for the Dirichlet prior
                mean -- V-dimensional mean of the Dirichlet prior
                N -- number of tokens to generate
                
            """

                V = len(mean) # vocabulary size

                corpus = zeros(N, dtype=int) # corpus

                Nv = zeros(V, dtype=int) # counts for each word type

                pass # YOUR CODE GOES HERE
                for n in xrange(N):
                    corpus[n]=sample((Nv+beta*array(mean))/(n+beta),1)
                    Nv[corpus[n]]+=1;    
                return corpus

            Let's see how to generate corpus for Mixture of Dirichlet-multinomial unigram language model 

            def generate_corpus(alpha, m, beta, n, D, Nd):
                """
                Returns a grouped corpus drawn from a mixture of
                Dirichlet--multinomial unigram language models.

                Arguments:

                alpha -- concentration parameter for the Dirichlet prior over theta
                m -- T-dimensional mean of the Dirichlet prior over theta
                beta -- concentration parameter for the Dirichlet prior over phis
                n -- V-dimensional mean of the Dirichlet prior over phis
                D -- number of documents to generate
                Nd -- number of tokens to generate per document
                
            """
                corpus = GroupedCorpus()

                pass # YOUR CODE GOES HERE
                #determine the topic the distribution for topic dirichlet(dot(m,alpha),size=1)
                #given the topic, the distribtuion for word dirichlet(dot(n,beta),size=1)
                theta=dirichlet(alpha*array(m),1)
                phis=dirichlet(beta*array(n),len(m))
                for d in range(0,D):
                    [t]=sample(theta,1)
                    #print groupVcab
                    corpus.add(str(d),str(t),[str(x) for x in sample(phis[t,:],Nd)])           
                return corpus
            注意是T個topic (group),  phis=dirichlet(beta*array(n),len(m))  產生了T個 dirichlet distribution,相同的topic t應該取同一個 dirichlet distribution phis[t,:]
            posted on 2012-10-28 10:13 luis 閱讀(630) 評論(0)  編輯 收藏 引用 所屬分類: Python
            <2009年7月>
            2829301234
            567891011
            12131415161718
            19202122232425
            2627282930311
            2345678

            常用鏈接

            留言簿(3)

            隨筆分類

            隨筆檔案

            文章分類

            文章檔案

            友情鏈接

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            怡红院日本一道日本久久| 无码任你躁久久久久久| 久久亚洲精品无码aⅴ大香| 亚洲精品乱码久久久久久按摩 | 久久精品中文字幕无码绿巨人| 亚洲中文字幕久久精品无码喷水| 久久精品视频免费| 午夜精品久久久内射近拍高清| 久久精品国产亚洲AV影院| 久久久久黑人强伦姧人妻| 欧洲精品久久久av无码电影| 精品久久久久中文字| 久久精品a亚洲国产v高清不卡| 伊人丁香狠狠色综合久久| 午夜精品久久久久久久| 91精品日韩人妻无码久久不卡| 久久精品亚洲AV久久久无码| 久久久精品午夜免费不卡| …久久精品99久久香蕉国产| 久久精品国产免费观看| 国产高潮国产高潮久久久| 97久久精品人妻人人搡人人玩| 久久综合九色欧美综合狠狠| 久久精品综合一区二区三区| 97精品国产97久久久久久免费| 国产巨作麻豆欧美亚洲综合久久| 久久午夜电影网| 亚洲国产精品无码久久久蜜芽| 一级女性全黄久久生活片免费 | 久久久久成人精品无码| 欧美亚洲色综久久精品国产 | 狠狠色婷婷久久一区二区| 久久av免费天堂小草播放| 欧美精品一区二区精品久久| 97久久久久人妻精品专区| 久久99国产精品尤物| 精品久久久久久中文字幕人妻最新 | 久久久久久久久久久精品尤物| 亚洲精品久久久www| 亚洲午夜福利精品久久| 久久久高清免费视频|