dotnet / dotnet/machinelearning
LDA. Seed topic-words matrix
Open
area-Transforms
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
The widely used practice of LDA is the seeding of the matrix of topic-word
ex.
https://github.com/vi3k6i5/GuidedLDA
This possibility required to:
1. Have stable clustering (topics number remain if data is not changed significantly) when re-training the model
2. Have semi-supervised model (when user define some words for topics)
This is a very common business requirement
Contributor guide
Assessment
This issue has not been assessed yet.