From 6733acc8577a31ff31d979c6ade5195df39ffaab Mon Sep 17 00:00:00 2001 From: Devendra Kumar <71875788+Devyadav1994@users.noreply.github.com> Date: Thu, 1 Oct 2020 15:08:50 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e60ee11..4a3ece2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -python-topic-model +python-topic-models ================== -Implementations of various topic models written in Python. Note that some of the implementations (the models with MCMC) are extremely slow. I do not recommend to use it for large scale datasets. +Implementations of various topic models written in Python. Notes that some of the implementations (the models with MCMC) are extremely slow. I do not recommend to use it for large scale datasets. Current implementations ----------------------- From dd1299d68588212454b62f77fc4fbfcba4ef8e6c Mon Sep 17 00:00:00 2001 From: Devendra Kumar <71875788+Devyadav1994@users.noreply.github.com> Date: Sun, 11 Oct 2020 15:11:23 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a3ece2..8382ded 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -python-topic-models +Python-Topic-models ================== Implementations of various topic models written in Python. Notes that some of the implementations (the models with MCMC) are extremely slow. I do not recommend to use it for large scale datasets. -Current implementations +Current Implementations ----------------------- * Latent Dirichlet allocation