1 min read
collaborative filtering 과 topic modeling 을 합친 모델을 의미
topic modeling PLSI Latent Dirichlet Allocation
topic modeling LDA Probabilistic latent Semantic Indexing
새로운 document 에 대해서 topic modeling 정확도가 낮음
...를 approximate 할 수 잇는 a variational algorithm 을 제안했다. 실험에서 non-negative matrix factorization 이나 PMF 그리고 topic modeling 대상으로 모두 성능상 우위를 보인다고 한다. Introduction Poisson factorization is a probabilistic model of users and item...
B) Truncated SVD Truncating 과정에서 몇개의 k 를 남길것인지는 topic modeling 에서 얼마나 많은 k 를 남길것인지와 유사한 관점이다.
LDA LDA(Latent Dirichlet Allocation)는 문서를 여러 latent topic 의 mixture 로 보고, 각 topic 은 word distribution 을 가진다고 가정하는 topic model 이다.
PLSI PLSI(Probabilistic Latent Semantic Indexing)는 document 와 word 의 co-occurrence 를 latent topic 으로 설명하는 topic modeling 방법이다.
collaborative filtering 과 topic modeling 을 합친 모델을 의미 Approaches naive r {ij}\sim\mathcal{N}\left(u {i}^{T}\theta {j},c {ij}^{-1}\right) The Generative Process for CTR 각 사용자 i...
SVD 특이값 분해 (Singular Value Decomposition, SVD) 는 m\times n 행렬 A 를 다음과 같이 3 개의 행렬 곱으로 분해하는 방법을 의미한다.
LambdaRank Related References.
Tokenizers(huggingface) Related References Tokenizers .
Pruning Related References.
Prompt Engineering Related References.
Probability Calibration B) Related C) References.
Deep Learning Related References.