亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

        Model of Product Evaluation Based on Text Comments and Star Ratings and Corresponding Prediction

        2019-09-10 22:07:07唐熠唐勇賀穎
        速讀·下旬 2019年12期
        關鍵詞:項目名稱林業(yè)大學項目編號

        唐熠 唐勇 賀穎

        Abstract:To deal with tons of data generated by the users of the e-commerce platforms,we utilized NLP algorithms to analyze the emotion of the text comments and scored them with exact value,and statistic methods were taken to find out the correlation between emotion of text comments and star-rating levels.We possessed frequency-Weighed sentiment algorithm and the Label System to combine star rating and text comments.Whats more,with correlation analysis, we found that theres a moderate correlation between them.Last but not least,we used Prophet Model to predict the future performance of a product.

        Introduction

        With the development of the Internet,online shopping has been favored by more and more people.There are many factors affecting the sales of products.To better promote the development of the online market,e-commerce platforms provide customers with the opportunity to rate and evaluate purchases.in a way combining star ratings from 1 to 5 stars and text comments.Within the data contains the preference of the market in which customers are participating,and the potential success of products which the platforms are selling.Therefore,a method is needed to deal with the large amount of data and reveal the markets preference.

        Model Construction

        Evaluation Model Based on Text Reviews and Star Ratings

        Qualify the Emotion of Text Reviews

        To convert human language in to math quantities,there are generally 2 kinds of solutions.The first way is to calculate the frequency of positive and negative words.Another way is using Artificial Intelligence algorithms like CNN,RNN etc.. In our study we possessed the latter way.

        In order to achieve this,we need to use Googles word2vec tool,which converts the words to vectors.After having built the CNN model,we trained the model,the result didnt went well.Therefore,we turned to a python tool names Textbolb,which score the sentence between[-1,1],where -1 means completely negative and 1 means completely positive.

        The Correlation Between Star Rating Level and Text Review Attitude

        With 32022 pieces of samples that contain star ratings and the corresponding reviews score on sentiment, we sorted the data set and divided it into 5 parts by their star ratings ranging from 1-5 and we fitted the distribution of the sentiment score(from -1 to 1) of each class of star rating with the normal distribution model.

        We exert following steps to reviews of the same star-rating level.

        Reviews scoring 0 are considered that as error and deserted. Then we fitted it to the normal distribution model,and the result is shown in Figure 1.

        It is very clear that the mean of the distribution from 1 star to 5 star is moving right.Therefore,we tried to find out the correlation between star and mean of the sentiment with curve fitting,and we got the equation between star x and sentiment score y:

        It's trivial that with the higher star ,people are more willing to post positive reviews about the products.

        The average of the general sentiment score is 0.2718,meaning only five stars can show customer's satisfaction about the products.And while 1 and 2 stars below 0.1,which is very low,this could show reviewers' complaints.And the 3 and 4 stars is medium,people are either fond of nor dislike the product.

        The Evaluation Combining Star Ratings and Text Comments

        To evaluate a product more precisely,we need to combine star ratings and text comments.While star ratings can be utilized to evaluate easily,words are not the case. Therefore,we designed the Frequency-Weighed sentiment algorithm to calculate the score of a product regarding to reviews.The algorithm is presented below:

        If the score calculated by the algorithm is above 0,it can be referred that the product is actually doing great.While score being negative indicates that the product is not that good.

        However,high star-ratings are not the only standard for successful products.With the model mentioned before to take reviews into consideration,we are now capable of coming up with more scientific way of evaluating a product.

        We decide to attach a variable to each product, the variable is defined as

        For example,an item with a 5-star rating and a <C:\Users\Administrator\Desktop\速讀12下\Image\image10.pdf> label is more welcomed than an item of 5-star but with the <C:\Users\Administrator\Desktop\速讀12下\Image\image11.pdf> label. In this way,products are divided into more classes even if they share the same star class.

        The Effect of Existing Reviews to Later Ones

        Now we discuss whether a specific pattern of star rating will attract reviews of similar pattern(for example existing bad reviews can lead to more bad review).This led us to analyze the correlation between star ratings and reviews.

        Correlation analysis is an analysis of the degree of correlation between two variables,where ρ is usually used to represent the overall correlation coefficient,and r is used to represent the correlation coefficient of the sample.

        Definition of correlation coefficient:

        r>0 means two variables are positively correlated,and r<0 means two variables are negatively correlated.A higher r indicates stronger correlation.When <C:\Users\Administrator\Desktop\速讀12下\Image\image18.pdf>, it can be considered that there is a high correlation between the two variables;When <C:\Users\Administrator\Desktop\速讀12下\Image\image19.pdf>,it indicates that the correlation is weak and basically irrelevant.

        Basing on the previous model,we selected a period of time to analyze the relevance of stars and reviews,the result in SPSS is shown in Table 1.

        Obviously,<C:\Users\Administrator\Desktop\速讀12下\Image\image21.pdf>,so there is a moderate correlation between stars and reviews.

        The Prediction of Ratings and Sales

        To identify the future performance of a product, we introduced a time series prediction model known as Prophet.With the input of the historical data, the model will make predictions on the future performance on a given index.

        The input to Prophet is always a data frame with two columns: ds and y.After consideration,we decide to choose star ratings as ds. The result is shown in Figure 3 and Table 2.

        Table 2:Result of the 15 days to come

        Other than the star rating,we also need to study the pattern of the selling of a product.To describe the current and potential situation of a product, we established the model below:

        Suppose theres a set S contains the monthly sales represented by the amount of reviewers,Si being the monthly sales, where ti means the corresponding month of Si. That would be

        Conclusions

        We combined modern computer technology such as NLP,CNN and conventional theories of probability and statistics together,to create a joint force.We found a way to classify text into positive and negative polarity with PYTHON,and used the prophet model to forecast the star rating of a given product.We fitted the distribution of sentiment scores of a specific star-rating class,and calculated their means to fit the correlation between star-ratings and review sentiment.Moreover,we designed a Frequency-Weighed sentiment algorithm to describe the general attitude towards a product.

        References

        [1]Kim Y.Convolutional Neural Networks for Sentence Classification[J].Eprint Arxiv,2014.

        [2]Taylor S J,Letham B . Forecasting at Scale[J].The American Statistician,2017:0-0.

        [3]Wang Xiaofei,Wang Bo,Lu Yuyu.Prediction of PM2.5 Concentration Based on Prophet-LSTM Model[J/OL].Software Guide:1-4[2020-03-10].

        作者簡介

        唐熠(2000.03—),男,漢族,江蘇省揚州市人,南京林業(yè)大學理學院2018級在讀本科生。

        1.項目來源:國家自然科學基金面上項目,項目名稱:Navier-Stokes-Allen-Cahn方程組的數學理論研究,項目編號:11971234.

        2.項目來源:南京林業(yè)大學國際教育學院,項目名稱:中外合作辦學高水平示范,項目編號:164101005.

        3.項目來源:南京林業(yè)大學,項目名稱:2017年教學質量提升工程,項目編號:163101812.

        4.項目來源:南京林業(yè)大學高等教育研究所,項目名稱:通過數學建模競賽提高創(chuàng)新性人才培養(yǎng)研究,項目編號:163101147.

        猜你喜歡
        項目名稱林業(yè)大學項目編號
        《南京林業(yè)大學學報(自然科學版)》征稿簡則
        《南京林業(yè)大學學報(自然科學版)》征稿簡則
        《南京林業(yè)大學學報(自然科學版)》征稿簡則
        《南京林業(yè)大學學報(自然科學版)》征稿簡則
        A Chinese-English List of the Sports Programmes in Winter Olympics 冬奧會項目名稱漢英對照詞表
        英語世界(2021年13期)2021-01-12 05:47:51
        更正啟事
        A Study of the Balanced Scorecard: The Rockwater Case
        How has Art Deco affected Chinese architecture
        2016年四川省財政補助健康服務業(yè)重點項目(二)
        TheUtilizationandApplicationofParaphraseinBasicCollege
        美利坚亚洲天堂日韩精品| 亚洲一区不卡在线导航| 伊人婷婷色香五月综合缴激情| 国产一区二区欧美丝袜| 亚洲AV无码成人精品区H| 丰满人妻一区二区三区精品高清| 亚洲一区二区三区福利久久蜜桃| 中文字幕亚洲综合久久综合| 亚洲成a人片在线观看中| 国产激情免费观看视频| 亚洲岛国一区二区三区| 99e99精选视频在线观看| 成视频年人黄网站免费视频| 日韩吃奶摸下aa片免费观看| 在教室伦流澡到高潮h麻豆| 久久成人免费电影| 大陆啪啪福利视频| 在线观看播放免费视频| 涩涩鲁精品亚洲一区二区| 国产亚洲综合一区二区三区| 欧美私人情侣网站| 色欲色香天天天综合vvv| 无码人妻一区二区三区免费视频| 人妻激情另类乱人伦人妻| 亚洲高清无码第一| 国产精品久久久看三级| 精品国产一区二区三区性色| 日韩人妻熟女中文字幕a美景之屋| 一本色道久久88精品综合| 青草国产精品久久久久久| 日韩在线观看你懂的| 成人免费播放片高清在线观看| 99久久免费视频色老| 亚洲 卡通 欧美 制服 中文| 女女女女bbbbbb毛片在线| www.av在线.com| 人妻1024手机看片你懂的| 白白白在线视频免费播放| 天天噜日日噜狠狠噜免费| 初尝黑人巨砲波多野结衣| 国产在线拍偷自拍偷精品|