latent-semantic-indexing Questions

4

Solved

Is it possible to do clustering in gensim for a given set of inputs using LDA? How can I go about it?

3

Solved

I am working on a project which requires me to match a phrase or keyword with a set of similar keywords. I need to perform semantic analysis for the same. an example: Relevant QT cheap health in...
Petrick asked 3/8, 2012 at 15:9

3

Solved

I've read about using Singular Value Decomposition (SVD) to do Latent Semantic Analysis (LSA) in corpus of texts. I've understood how to do that, also I understand mathematical concepts of SVD. B...

2

Solved

I am using Gensim to do some large-scale topic modeling. I am having difficulty understanding how to determine predicted topics for an unseen (non-indexed) document. For example: I have 25 million ...
Ahola asked 13/7, 2012 at 13:22

6

Solved

Is there any open source implementation of LSI in Java? I want to use that library for my project. I have seen jLSI but it implements some other model of LSI. I want a standard model.
Burmese asked 17/11, 2009 at 4:21

1

Solved

I'm trying to follow the Wikipedia Article on latent semantic indexing in Python using the following code: documentTermMatrix = array([[ 0., 1., 0., 1., 1., 0., 1.], [ 0., 1., 1., 0., 0., 0., 0.]...
Pestilence asked 25/4, 2012 at 23:24

1

I have been working on latent semantic analysis lately. I have implemented it in java by making use of the Jama package. Here is the code: Matrix vtranspose ; a = new Matrix(termdoc); termd...
Carmencarmena asked 6/3, 2012 at 10:58

1

Solved

But recently I found this link quite helpful to understand the principles of LSA without too much math. http://www.puffinwarellc.com/index.php/news-and-articles/articles/33-latent-semantic-analysis...
Danettedaney asked 26/6, 2011 at 6:32

2

I am sorry, if my question sounds stupid :) Can you please recommend me any pseudo code or good algo for LSI implementation in java? I am not math expert. I tried to read some articles on wikipedia...
Inessential asked 7/1, 2010 at 2:0
1

© 2022 - 2024 — McMap. All rights reserved.