From 6b81b9dcd806cdb2dd8accb1ca0d82ed5f6f8521 Mon Sep 17 00:00:00 2001 From: Dongwoo Kim Date: Thu, 18 Feb 2016 10:19:33 +1100 Subject: [PATCH] Fix readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b5a3b1..e60ee11 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Current implementations * Latent Dirichlet allocation * [Collapsed Gibbs sampling](http://nbviewer.jupyter.org/github/arongdari/python-topic-model/blob/master/notebook/LDA_example.ipynb) * [Variational inference](http://nbviewer.jupyter.org/github/arongdari/python-topic-model/blob/master/notebook/LDA_example.ipynb) -* Correlated topic Model +* Collaborative topic model * Variational inference * Relational topic model (VI) * [Exponential link function](http://nbviewer.jupyter.org/github/arongdari/python-topic-model/blob/master/notebook/RelationalTopicModel_example.ipynb)