Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve LsiModel (SVD) documentation #53

Open
piskvorky opened this issue Sep 18, 2011 · 1 comment
Open

improve LsiModel (SVD) documentation #53

piskvorky opened this issue Sep 18, 2011 · 1 comment
Labels
difficulty medium Medium issue: required good gensim understanding & python skills documentation Current issue related to documentation wishlist Feature request

Comments

@piskvorky
Copy link
Owner

Extend the theoretical part of LsiModel documentation:

  • how do multipass/singlepass SVD relate and how can users turn them on/off
  • describe speed/accuracy trade-offs of multipass vs. singlepass
  • where do users find topic "details" (U, S matrices for LSI, lambda and gamma for LDA...)
  • but don't confuse newbie users! find a proper place for this "advanced" info

http://groups.google.com/group/gensim/browse_thread/thread/4b605b72f8062770#

@piskvorky
Copy link
Owner Author

Re. online updates, http://groups.google.com/group/gensim/browse_thread/thread/3136fefaf859ddae :

More concretely: a practical amount of documents to add to the model at a time is at least "requested dimensionality (=num_topics)" + "internal oversampling (=100)".

@tmylk tmylk added wishlist Feature request difficulty medium Medium issue: required good gensim understanding & python skills labels Jan 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty medium Medium issue: required good gensim understanding & python skills documentation Current issue related to documentation wishlist Feature request
Projects
None yet
Development

No branches or pull requests

2 participants