zoukankan      html  css  js  c++  java
  • Transfer learning across two sentiment classes using deep learning

        用深度学习的跨情感分类的迁移学习

      情感分析主要用于预测人们在自然语言中表达的思想和情感。

    摘要部分:two types of sentiment:sentiment polarity and politeness。

    语义极性和politeness (礼貌用语)

    数据集:在线资源数据库

    训练源领域和目标领域的混合数据导致性能极大的提升。

    Transfer learning methods could be very useful in performing predictiond inpecialized tasks using 

    models trained on a related general task. This coule help sentiment analysisi models to generalize

    well to areas with very little annotated data available.

    目前在情感分析方面已经做的工作:使用标记数据来训练有监督学习算法。

    问题所在:或者这些数据是困难的、昂贵的、费时的等等,问题由此出现:极性语料库是否可以作为通用源用于学习和预测不同种类的情感例如生气、高兴、有礼貌。

  • 相关阅读:
    Javascript函数节流 (转)
    XMLHttpRequest get post
    ast基础学习
    python xpath xml namespaces|How does XPath deal with XML namespaces?
    aiohttp
    asyncio异步
    sql server 查看版本
    毕设设计进度03
    bzoj 2453: 维护队列
    bzoj 3262: 陌上花开
  • 原文地址:https://www.cnblogs.com/minmsy/p/5706181.html
Copyright © 2011-2022 走看看