SkillAgentSearch skills...

PLSA

PLSA implementation via EM algorithm

Install / Use

/learn @hitalex/PLSA
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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://blog.tomtung.com/2011/10/em-algorithm

PLSA introduction: http://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.

Related Skills

View on GitHub
GitHub Stars84
CategoryDevelopment
Updated1y ago
Forks60

Languages

Python

Security Score

65/100

Audited on Jul 4, 2024

No findings