Zzong's Notes

Home

❯

papers

❯

collaborative_filtering

❯

Word Features for Latent Dirichlet Allocation

Word Features for Latent Dirichlet Allocation

2026년 8월 28일1 min read

  • Tags
    • NIPS, paper review, Latent Dirichlet Allocation
  • paper link: https://papers.nips.cc/paper/2010/file/db85e2590b6109813dafa101ceb2faeb-Paper.pdf

함께 보면 좋은 글

Latent Dirichlet Allocation

paper link: www.jmlr.org/papers/volume3/blei03a/blei03a.pdf Abstract LDA 는 이산 데이터 콜렉션을 위한 generative probabilistic model 이다.

Term Weighting Schemes for Latent Dirichlet Allocation

Tags Latent Dirichlet Allocation, paper review paper link: aclanthology.org/N10-1070.pdf Abstract the “problem” of high-frequency words can be dealt with more elegantly,...

Matrix Factorization for Collaborative Filtering Is Just Solving an Adjoint Latent Dirichlet Allocation Model After All

Conclusion LDA4Rec model, which extends the traditional LDA by incorporating parameters for the popularity of items and conformity of users.

Logistic Matrix Factorization for Implicit Feedback Data

References Paper link .

Tutorial on Probablistic Latent Semantic Analysis

Tags Probabilistic latent Semantic Indexing, PLSI, multinomial distribution paper link arxiv.org/pdf/1212.3900.pdf notations size T: topic size, D: document size, N d:...

paper review

논문의 퀄리티 측정법 뻔하지 않은 결과에는 합리적이고 디테일한 설명이 필요하다. novelty 가 부족하면 안된다. 기존 방식이 가진 이슈를 제기하고, 이를 해결할 수 있는 방안을 제시해야한다. References 2401.02412.pdf .

Probabilistic Matrix Factorization

matrix factorization 은 다음과 같은 확률 모델로 바뀔 수 있다.

GaP - a factor model for discrete data

EM algorithm, Gamma distribution, Poisson distribution References GaP - a factor model for discrete data .

Probabilistic latent Semantic Indexing

단어와 문서 사이를 잇는, 우리 눈에 보이지 않는 잠재구조가 있다는 가정 하에, 단어와 문서 출현 확률을 모델링한 확률모형 \displaystyle P(w,d)=\sum {c}P(c)P(d\mid c)P(w\mid c)=P(d)\sum {c}P(c\mid d)P(w\mid c) pLSI(Probabilistic...

LDA

LDA(Latent Dirichlet Allocation)는 문서를 여러 latent topic 의 mixture 로 보고, 각 topic 은 word distribution 을 가진다고 가정하는 topic model 이다.