krstovski / oPLTM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

online Polylingual Topic Model (oPLTM)

License

This code is an extension of the online Variational Bayes for LDA code developed by Matthew D. Hoffman (mdhoffma@cs.princeton.edu) which was presented in the paper:
"Online Learning for Latent Dirichlet Allocation" by Matthew D. Hoffman, David M. Blei, and Francis Bach, NIPS 2010.
The original code is located in the following Git Hub repository:
https://github.com/blei-lab/onlineldavb

Kriste Krstovski

The GPL license is inherited from that code.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About