基于上下文的rpn

The word “Social” has taken a whole new meaning in today’s digital era. Simply going out to enjoy is no longer the only “social” criteria. Social now is — giving a peek in your personal and professional life to your connections. Facebook, Twitter, Instagram, and other leading platforms have connected people in ways that were unimaginable 20 years ago. More than that, these platforms have become an excellent resource for businesses to reach new customers, understand the perception of their brand, seek feedback, and improve customer experience. Today, analytics has become a driving force for businesses, enabling them to use the power of data to grow user base and revenues.

在当今的数字时代,“社交”一词具有全新的含义。 单纯地出去享受不再是唯一的“社交”标准。 现在的社交活动-窥视您的个人和职业生活中的人际关系。 Facebook,Twitter,Instagram和其他领先平台以人们20年前无法想象的方式联系人们。 不仅如此,这些平台已成为企业吸引新客户,了解其品牌认知,寻求反馈并改善客户体验的绝佳资源 如今,分析已成为企业的驱动力,使企业能够利用数据的力量来扩大用户群和​​收入。

情感分析到底是什么? (What exactly is Sentiment Analysis?)

One such power, Sentiment Analysis — a concept popular amongst Machine Learning enthusiasts — is leveraged by companies to understand customer sentiment or emotion regarding the company’s products. Such an analysis crawls social media platforms to gather data on user sentiments on specific products by the company. It analyzes each user’s comment to classify it as positive, negative, or neutral, and to provide the overall result. The market has witnessed an exponential growth since 2016.

公司利用“ 情感分析” ( Sentiment Analysis)这种强大的功能来吸引客户对公司产品的情感或情感,这种概念在机器学习爱好者中很流行。 此类分析会爬行社交媒体平台,以收集有关公司针对特定产品的用户情绪的数据。 它分析每个用户的评论以将其分类为肯定,否定或中立 ,并提供总体结果。 自2016年以来,该市场呈指数增长。

Customer Experience & Product/Market Research categories will continue to see the highest growth rates
客户体验和产品/市场研究类别将继续保持最高增长率

传统方法瓦解的地方!! (Where the traditional approach falls apart!!)

“Without context a piece of information is just a dot. It floats in your brain with a lot of other dots and doesn’t mean a damn thing. Knowledge is information-in-context..connecting the dots” — Michael Ventura
“在没有上下文的情况下,一条信息只是一个点。 它漂浮在大脑中并带有很多其他点,并不意味着该死的东西。 知识就是上下文中的信息。连接各个点” – Michael Ventura

I see Sentiment Analysis as a powerful technique that is yet to be fully tap-into. The current textual analysis has many shortcomings. “Yeah, no one does it better than you!”. The software will classify it as a positive sentiment. But what if it was Sarcasm? Here is another one. “…Amazon always does it”. What should I make of this comment? Let’s take a step back in the text and see a sentence before this. “Amazon is great in delivering products on time. Amazon always does it” — makes the latter sentence positive. However, “Amazon just delivered a damaged piece. Amazon always does it”- makes the text negative. Context is very crucial in understanding a sentiment. Text analysis has been missing the context of the conversation!

我认为情绪分析是一项功能强大的技术,目前尚未充分利用。 当前的文本分析有许多缺点。 “是的,没有人比你做得更好!” 该软件会将其归类为积极情绪。 但是,如果是讽刺呢? 这是另一个。 “……亚马逊总是这么做”。 我该如何评价? 让我们退后一步,看看前面的句子。 “亚马逊在按时交付产品方面很棒。 亚马逊总是这样做。 但是,“亚马逊刚刚交付了一块损坏的物品。 亚马逊总是这么做”-使文字否定。 背景对于理解情绪至关重要。 文本分析一直缺少对话的内容!

Another problem is — we have been analyzing only textual data. There are more channels to explore. “iPhone 11 pro complete review” — a user searches on YouTube. From a teenager to an adult, everyone searches for a product review on the internet before buying it. “This is my review video on the new Bose’s Noise Cancellation headphones” — a passionate technology user on Twitter. Defeating word of mouth, word of such videos has become a direct influencer of people’s buying decisions. These videos are an excellent resource for businesses to seek user sentiment and feedback on their products.

另一个问题是-我们一直仅分析文本数据。 还有更多探索渠道。 “ iPhone 11专业版完整评论”-用户在YouTube上搜索。 从青少年到成年人,每个人都在购买前在互联网上搜索产品评论。 “这是我关于新型Bose降噪耳机的评论视频” – Twitter上的一位热情技术用户。 这类影片的口碑不佳,已成为人们购买决定的直接影响者。 这些视频是企业寻求用户情绪和产品反馈的绝佳资源

欢迎来到语境情感分析的新时代-我的方法 (Welcome to the new age of context sentiment analysis — My approach)

In this article, I suggest a new approach towards Sentiment Analysis — Context-based hierarchical analysis of videos uploaded by product users. I decided to analyze not only text but also visuals and audio by extracting important attributes — facial expressions, speech tone, and voice intensity. To capture the context, we will analyze the smallest unit of speech separated by pauses — ‘’utterance’’. We want each utterance to seek information from the previous and the next utterance. Bi-directional Long short-term memory (LSTM) serves such requirements. A side benefit of LSTM– it resolved the vanishing/exploding gradient issue that I feared the network would face while learning long term dependencies. We want to analyze not only the video frames but also the changes in consecutive frames. 3D- Convolutional Neural Network was built just for the job!

在本文中,我建议一种新的情感分析方法-对产品用户上传的视频进行基于上下文的层次分析。 我决定通过提取重要的属性(面部表情,语音和语音强度)来分析文本,还分析视觉和音频 。 为了捕获上下文,我们将分析由停顿分隔的最小语音单位-“话语”。 我们希望每个话语都从上一个和下一个话语中寻找信息。 双向长期短期记忆(LSTM)满足了此类要求。 LSTM的附带好处–解决了我担心网络在学习长期依赖关系时将面临的消失/爆炸梯度问题。 我们不仅要分析视频帧,还要分析连续帧的变化。 3D卷积神经网络原为 专为工作而建!

Tackling one problem at a time, I developed the following algorithm:

一次解决一个问题,我开发了以下算法:

1. Extract Features for Text, Audio, and Video for each utterance

1.为每种话语提取文本,音频和视频的功能

  • Text features from transcripts of spoken words using Convolutional Neural Network使用卷积神经网络从口语笔录中提取文字特征
  • Audio features by using an open-source tool like OpenSMile通过使用诸如OpenSMile之类的开源工具的音频功能
  • Visual feature extraction using 3D-CNN使用3D-CNN进行视觉特征提取

2. For each channel (Text, Audio, and Video)

2.对于每个频道(文本,音频和视频)

  • Send the extracted features through a Bidirectional Long short-term memory (bi-LSTM) Neural Network to obtain context incorporating features

    通过双向长短期记忆(bi-LSTM)神经网络发送提取的特征,以获得包含特征的上下文

3. Append context features of Text, Audio, and Video channels and feed to an LSTM network

3.附加文本,音频和视频通道的上下文功能,并提供给LSTM网络

4. Send the output to a dense layer and then SoftMax layer for classification, using categorical cross-entropy on utterance’s SoftMax output for training

4.将输出发送到一个密集层,然后发送到SoftMax层进行分类,使用话语的SoftMax输出上的分类交叉熵进行训练

5. After the training phase, pass the test set through the network to get context incorporating features

5.在训练阶段之后,使测试集通过网络以获取包含功能的上下文

6. Feed those features through SVM for classification

6.通过SVM提供这些功能以进行分类

The above approach incorporates the shortcomings of traditional text sentiment analysis and achieves a better accuracy of ~80% on MOSI data, which contains video reviews annotated by sentiment polarity.

上述方法结合了传统文本情感分析的缺点,并在MOSI数据上获得了约80%的更好准确性 ,该数据包含以情感极性注释的视频评论。

为企业创造价值 (Value creation for businesses)

A) To make a more informed decision regarding your brand and products

A) 对您的品牌和产品做出更明智的决定

Insightful sentiment analysis eliminates the guesswork involved in evaluating the performance of your products. Based on the insights, you can adjust to the current market needs, and increase your customer satisfaction. With such data in hand, precisely calculating customer-retention becomes easier. You can also use sentiment analysis to evaluate a new product concept before bringing it to life by putting the idea through concept testing and analyzing customer sentiment.

深入的情感分析消除了评估产品性能时的猜测。 根据这些见解,您可以适应当前的市场需求,并提高客户满意度。 有了这些数据,精确计算客户保留率变得更加容易。 您还可以使用情感分析来评估新产品概念,然后通过概念测试和分析客户情感将其付诸实践。

B) To gain a competitive edge in the market

B) 获得市场竞争优势

Run the tool to get sentiments on your competitor’s products. Such knowledge will act as an incentive to keep up with the market and boost the performance of your products. It can also help you realize consumer trends early and leverage the same to get the edge in the market.

运行该工具,以获取竞争对手产品的观点。 这些知识将激励您紧跟市场发展并提高产品性能。 它还可以帮助您及早实现消费者趋势,并利用它们来获得市场优势。

C) To enhance customer experience

C) 增强客户体验

Many consumers share their experiences with the internet community through their online feedback. Their tone and temperament can be identified and labeled as a positive, negative, or neutral sentiment. So, you can know what is correctly implemented in your products, and what needs further improvement.

许多消费者通过在线反馈与互联网社区分享他们的经验。 他们的语气和气质可以被识别并标记为积极,消极或中性的情绪。 因此,您可以知道在您的产品中正确实现了哪些功能以及需要进一步改进的内容。

翻译自: https://medium.com/swlh/building-things-context-based-sentiment-analysis-of-product-review-videos-by-users-4a8ca78419cd

基于上下文的rpn


http://www.taodudu.cc/news/show-894157.html

相关文章:

  • 单选按钮设置为被选中状态_为什么要设置错误的按钮状态
  • 产品设计美学案例分析_美学在产品设计中的重要性
  • ux设计中的各种地图_UX写作中的移情
  • 苹果风格ui_苹果如何使Soft-UI成为未来
  • illustrator下载_平面设计:16个Illustrator快捷方式可加快工作流程
  • open ai gpt_让我们来谈谈将GPT-3 AI推文震撼到核心的那条推文
  • 计算机视觉笔记本推荐_视觉灵感:Mishti笔记本
  • layui选项卡嵌套选项卡_在ProtoPie中使用嵌套组件构建选项卡栏
  • myeclipse深色模式_完善深色模式的调色板
  • figma设计_设计原型的最简单方法:Figma速成课程
  • ios 按钮图片充满按钮_iOS有一些非常危险的按钮-UX评论
  • swiftui_SwiftUI的混合包
  • 数据挖掘 点击更多 界面_8(更多)技巧,可快速改善用户界面
  • matlab绘制路线图_绘制国际水域路线图
  • figma下载_通过构建7个通用UI动画来掌握Figma中的动画
  • 黑客宣言_情感设计宣言
  • 钮扣电池电压电量_纽扣厂
  • 印发 指南 通知_通知设计的综合指南
  • 现代人的压力和焦虑_设计师如何建立减少焦虑和压力的体验
  • 去贵阳参观大数据到哪参观_您必须参观的四个世界
  • figma下载_我关于Figma文件封面的故事
  • lynda ux_如何进入UX领域
  • :寻找指定和的整数对_寻找时间:如何增加设计的时间
  • linkedin爬虫_重新设计Linkedin的指导功能-用户体验案例研究
  • 大萧条时期什么行业走俏_大流行时期的用户体验
  • nda协议_如何将NDA项目添加到您的投资组合
  • 小程序卡片叠层切换卡片_现在,卡片和清单在哪里?
  • $.when.apply_When2Meet vs.LettuceMeet:UI和美学方面的案例研究
  • 利益相关者软件工程_如何向利益相关者解释用户体验的重要性
  • 在当今移动互联网时代_谁在提供当今最好的电子邮件体验?

基于上下文的rpn_构建事物-产品评论视频中基于上下文的情感分析相关推荐

  1. 基于python文本挖掘的电商产品评论数据情感分析报告

    背景 近年来,随着互联网的广泛应用和电子商务的迅速发展,网络文本及用户评论分析意义日益凸显,因此网络文本挖掘及网络文本情感分析技术应运而生,通过对文本或者用户评论的情感分析,企业能够进行更有效的管理等 ...

  2. 基于机器学习的人民日报和微博等与疫情有关话题数据两极情感分析

    全套资料下载地址:https://download.csdn.net/download/sheziqiong/85584594?spm=1001.2014.3001.5503 目录 1.中文分词 Ch ...

  3. 用户评论想表达什么?NLP情感分析技术告诉你答案

    情感分析是自然语言处理中常见的场景,比如淘宝商品评价,饿了么外卖评价等,对于指导产品更新迭代具有关键性作用.通过情感分析,可以挖掘产品在各个维度的优劣,从而明确如何改进产品. 比如对外卖评价,可以分析 ...

  4. 豆瓣电视剧评论的爬取以及进行情感分析+生成词云

    很多时候我们要了解一部电视剧或电影的好坏时都会去豆瓣上查看评分和评论,本文基于豆瓣上对某一部电视剧评论的爬取,然后进行SnowNLP情感分析,最后生成词云,给人一个直观的印象 1. 爬取评论 以前段时 ...

  5. 实例:爬取豆瓣评论、绘制词云图以及情感分析——以《长津湖》为例

    一.爬取豆瓣<长津湖>网页评论 (由于存在一定的反爬机制,以下代码最多只能爬取210条评论) # 导入工具包 import requests from bs4 import Beautif ...

  6. 【项目实战】Python实现基于LDA主题模型进行电商产品评论数据情感分析

    说明:这是一个机器学习.数据挖掘实战项目(附带数据+代码+文档+视频讲解),如需数据+代码+文档+视频讲解可以直接到文章最后获取. 视频: Python实现基于LDA模型进行电商产品评论数据情感分析 ...

  7. 【Paper Note】基于情感分析和关系网络的影视产品评论数据文本挖掘研究

    中国知网链接 摘要 [目的]为了挖掘观众对影视产品的主观感受,建立合适的模型评估影视产品的质量. [方法]本文通过对web影视作品评论数据建立评估模型,通过LDA和关系网络进行分析研究,并将结果与影视 ...

  8. 《基于Unity与SteamVR构建虚拟世界》(Yanlz+Unity+XR+SteamVR+LeapMotion+Neuron+Kinect+IMU+Kickstarter+立钻哥哥++ok++)

    <基于Unity与SteamVR构建虚拟世界> <基于Unity与SteamVR构建虚拟世界> 版本 作者 参与者 完成日期 备注 SteamVR_Unity_V01_1.0 ...

  9. 情感分析之——电商产品评论数据

    1.数据挖掘目标 对京东平台上的热水器评论进行文本挖掘分析,数据挖掘建模目标如下: (1).分析某一品牌热水器的用户情感倾向. (2).从评论文本中挖掘出该品牌热水器的优点与不足. (3).提炼不同品 ...

最新文章

  1. 只能在堆或只能在栈上分配内存的类
  2. Sagit.Framework For IOS 开发框架入门教程6:网络请求STHttp
  3. 弱引用使用场景桌面_吃透Java基础十五:强引用、软引用、弱引用、虚引用
  4. OpenCV Stitching 工程搭建
  5. leetcode1437. 是否所有 1 都至少相隔 k 个元素
  6. pb 怎么判断是 小数_考试90分以上的孩子是怎么学数学的?听听老师怎么说?
  7. [BZOJ 4571][Scoi2016]美味(主席树)
  8. 山东科技大学计算机网络_山东科技大学计算机网络共20讲视频
  9. Matlab相关工具箱下载地址汇总
  10. Java货币金额转换为大写形式
  11. pitch、yaw、roll三个角
  12. IMX8基于FFT的GPU和CPU的性能测试
  13. 计算机窗口底色,将电脑的窗口背景调成护眼色-电脑护眼设置
  14. linux+4k+桌面壁纸,微软发布适用于Windows 10的4K壁纸包
  15. 如何在公众号添加付费链接
  16. 使用cmd命令笔记本电池查看电池寿命
  17. 2018年上半年阅读书单
  18. 手机SD卡的检测方法
  19. 鸡和兔关在一个笼子里,鸡有2只脚,兔有4只脚,没有例外。现总共a只脚,求最少有多少只动物,最多有多少只动物?如果没有满足要求的答案,输出0 0.
  20. MAX24——3Dmax中出现蒙皮封套权重失效解决办法

热门文章

  1. 【python】画一个爱心
  2. java wait源码_Java精通并发-透过openjdk源码分析wait与notify方法的本地实现
  3. 一份完整的问卷模板_一份完整市场推广策划方案模板
  4. 4pam调制与解调(matlab实现)
  5. ubuntu解压和压缩文件
  6. Visual Studio的调试技巧
  7. VMware虚拟机克隆CentOS后网卡修改方法
  8. 宣布在日本地区正式发布 Windows Azure
  9. 树莓派与阿里云服务器之间的无线通信(非局域网)
  10. 全国计算机等级考试题库二级C操作题100套(第12套)