项目作者: PreferredAI

项目描述 :
A Topic Model for Document Comparison
高级语言: Go
项目地址: git://github.com/PreferredAI/compare-lda.git
创建时间: 2018-12-24T03:48:41Z
项目社区:https://github.com/PreferredAI/compare-lda

开源协议:

下载


CompareLDA: A Topic Model for Document Comparison

Comparative Latent Dirichlet Allocation (CompareLDA) learns predictive topic distributions that comply with the pairwise comparison observations.

Installation

This is a GoLang project and can be assembled using standard GoLang infrastructure:

  • cmd/eval/chibeval.go is a Chib-style estimator of the predictive log-likelihood;
  • cmd/fit/rldafit.go is a CompareLDA trainer;
  • cmd/inf/rldainf.go is a CompareLDA predictor.