论文参考:A Novel Neural Topic Model and Its Supervised Extension

主要思想:
将神经网络和topicmodel结合,将LDA中对于狄利克雷分布的参数估计转换到神经网络中对于隐藏层参数的估计,设定损失函数,通过迭代学习得到最优参数,并且这也对加入标签数据更加友好。

代码:github上有实现,但是参数更新的过程中出现的问题导致收敛到0,并且作者没有解决。

neural topic model

相关文章:

  • 2021-04-24
  • 2021-07-28
  • 2021-06-15
  • 2021-06-29
  • 2021-10-08
  • 2021-04-30
  • 2021-06-19
猜你喜欢
  • 2021-07-21
  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2021-11-17
  • 2021-05-15
相关资源
相似解决方案