Difference between revisions of "Topic Model/Mapping"
(Created page with "[http://www.youtube.com/results?search_query=topic+model+mapping+nlp+natural+language+semantics Youtube search...] [http://www.google.com/search?q=topic+model+mapping+nlp+natu...") |
|||
| Line 12: | Line 12: | ||
| − | <youtube> | + | <youtube>BuMu-bdoVrU</youtube> |
<youtube>Q-CPrg5Bfd0</youtube> | <youtube>Q-CPrg5Bfd0</youtube> | ||
Revision as of 22:00, 7 January 2019
Youtube search... ...Google search
- Natural Language Processing (NLP)
- Beautiful Soup a Python library designed for quick turnaround projects like screen-scraping
- Term Frequency–Inverse Document Frequency (TF-IDF)
- Probabilistic Latent Semantic Analysis (PLSA)
- Latent Dirichlet Allocation (LDA)
In Natural Language Processing (NLP), Latent Dirichlet Allocation (LDA) is a generative statistical model that allows sets of observations to be explained by unobserved groups that explain why some parts of the data are similar. For example, if observations are words collected into documents, it posits that each document is a mixture of a small number of topics and that each word's presence is attributable to one of the document's topics. LDA is an example of Topic Model/Mapping.