The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to use LSI Operator
Hello
How do I get through the lsi (latent sentiment analysis)
Clustering the texts on the basis of meaning? How to use this method in the RapidMiner to find the related words based on the meaning through the lsi method? And also find keywords?
Thankful
Tagged:
0
Answers
Hi @khazan, do you mean the latent semantic analysis ?
https://en.wikipedia.org/wiki/Latent_semantic_analysis
I want to use nasa for clustering but it has an error. Is the order of using operators wrong? Please tell me how to use it for clustering thanks
hi
i need help
please help me
Hi @khazan,
I do not have your NASA data. If possible can you please share the data that was used for your text processing?
In my attached process, I run tf-idf on the news feed and after that applied SVD on the document-term matrix.
Why SVD?
Latent Semantic Analysis is a technique for creating a vector representation of a document. Latent Semantic Analysis takes tf-idf one step further. "Latent Semantic Analysis (LSA)" and "Latent Semantic Indexing (LSI)" are the same thing, with the latter name being used sometimes when referring specifically to indexing a collection of documents for search ("Information Retrieval").
LSA is quite simple, you just use SVD to perform dimensionality reduction on the tf-idf vectors–that’s really all there is to it!
You can inspect LSA results (tf-idf + SVD) for the news feed data by checking the very first component (SVD_1) of the SVD matrix, and look at the terms which are giving the highest weight (Abstract value of SVD Vector 1) by this component.
HTH
YY
thanks a lot
Thank you
Only
Can I send a photo of how to arrange the operators for me? Thank you for sending me a photo.
thank you
Because I do not know how to use xml code.
Dear @khazan,
you got a full blown solution from @yyhuang up there. The only thing you need to do is google for something like "RapidMiner xml import" to get the right article. We are happy to help, but you also need to do a bit of the walking
Please have a look at this post by ingo: https://community.rapidminer.com/t5/RapidMiner-Studio-Forum/Import-XML-code-to-process/m-p/32606 it explains how you read in XML processes. Images of processes are way inferior compared to XML processes with the full details.
Best,
Martin
Dortmund, Germany
thank you very much
Is that correct?
What should I get now?
What do I mean by the column numbers of the profit?
And is this method correct for clustering based on meanings?