Skip to content
/ PLSA Public
forked from hitalex/PLSA

PLSA implementation via EM algorithm

Notifications You must be signed in to change notification settings

aguicode/PLSA

 
 

Repository files navigation

This is a PLSA (Probabilistic Latent Semantic Analysis) implementation via the EM (Expectation-Maximization) algorithm.

Current issues:

  1. The code are not well tested, so it may contain bugs. The test text are in the folder ./texts and ./test.
  2. The code seems not working well with small datasets, such as ./test

Reference:

EM introduction: http:https://blog.tomtung.com/2011/10/em-algorithm

PLSA introduction: http:https://blog.tomtung.com/2011/10/plsa

My lda-with-gibbs repo

Note:

A Tutorial on Probabilistic Latent Semantic Analysis by Liangjie Hong is not a very good PLSA introduction material. There are some known bugs.

About

PLSA implementation via EM algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published