简体   繁体   English

主题建模 - 我已经使用过 NMF 和 LDA,下一步是什么?

[英]Topic Modelling - I have used NMF and LDA, what is next?

I have used NMF and LDA for topic modelling in Python, with what I would call good results with NMF, and poor results with LDA.我已经使用 NMF 和 LDA 在 Python 中进行主题建模,我称之为 NMF 的良好结果,而 LDA 的结果不佳。

My data is highly domain specific, with a lot of unique/specific vocabulary.我的数据是高度特定于领域的,有很多独特/特定的词汇。

I am trying to improve my NMF output by trying some other methods.我正在尝试通过尝试其他一些方法来改善我的 NMF 输出。

Can anyone recommend what I should research/learn yet?任何人都可以推荐我应该研究/学习的内容吗?

thanks谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用LDA进行主题建模 - Topic modelling using LDA 应用 NMF、LDA、BERTopic 等主题建模技术后,如何确定哪个文档属于特定主题? - How to determine which document falls under a particular topic after applying topic modelling techniques like NMF, LDA, BERTopic? 标记的LDA +指导的LDA主题建模 - Labeled LDA + Guided LDA topic modelling 主题建模:LDA 模型中每个主题的 WordCloud - Topic Modelling: WordCloud For Every Topic in LDA model 了解LDA /主题建模 - 主题重叠太多 - Understanding LDA / topic modelling — too much topic overlap 为什么在 NMF 和 LDA 算法中使用 random_state 参数? 使用每次生成的随机主题有什么好处? - Why random_state parameter is used in NMF and LDA algorithm ? What are the benefits of using random topics generated every time? LDA 主题建模:从庞大的语料库中预测的主题毫无意义 - LDA Topic Modelling : Topics predicted from huge corpus make no sense 使用Gensim软件包进行LDA主题建模时出现IndexError - IndexError while using Gensim package for LDA Topic Modelling 如何在 LDA model 中为主题建模指定 random_state - how to specify random_state in LDA model for topic modelling 使用MALLET的最佳主题建模工作流程是什么? - What is the optimal topic-modelling workflow with MALLET?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM