Figureb2b程序
b2b程序 时间:2021-04-13 阅读:(
)
AHybridB2BAppRecommenderSystemAlexandruOprea1,ThomasHornung2,Cai-NicolasZiegler3,HolgerEggs1,andGeorgLausen21SAPCommercialPlatform,St.
Leon-Rot&SAPResearch,Darmstadt,Germany{alexandru.
dorin.
oprea,holger.
eggs}@sap.
com2InstituteofComputerScience,Albert-Ludwigs-Universit¨atFreiburg,Germany{hornungt,lausen}@informatik.
uni-freiburg.
de3AmericanExpress,PAYBACKGmbH,M¨unchen,Germanycai-nicolas.
ziegler@payback.
netAbstract.
RecommendersystemsareintegraltoB2Ce-commerce,withlittleusesofarinB2B.
WepresentaliverecommendersystemthatoperatesinadomainwhereusersarecompaniesandtheproductsbeingrecommendedB2Bapps.
Besidesoperatinginanentirenewdomain,theSAPStorerecommenderisbasedonaweightedhybriddesign,makinguseofanovelcondence-basedweightingschemeforcombiningratings.
Evaluationshaveshownthatoursystemperformssignicantlybetterthanatop-sellerrecommenderbenchmark.
1IntroductionandMotivationTheSAPStorecaterstoSMEcompaniesthataimtodrivetheirbusinessviaB2Bapps,e.
g.
,forcustomerrelationmanagementorcompliance.
Manyoftheseappsaregearedtowardsspecicindustriesandtheirneeds.
Asthenumberofpartnersproducingthemisgrowing,soisthenumberofappsinthestoreitselfandthusthecomplexityfortheuser(whorepresentsacompany)toactuallyndwhatheislookingfor.
Toactivelyhelptheuser,weproposeahybridrecommendersystemthataddressesexactlytheneedsofthisspecicB2Bscenario.
Thesystemputstousebothknowledge-based,collaborative,andcontent-basedsub-recommenders.
Moreover,wepresentanovelhybridweightingscheme[1]thatincorporatescon-dencescoringforthepredictionsproduced,sothatsub-recommenderscontributeforrecommendationsaccordingtotheircondenceweight.
Thesystemisliveandcanbeusedbylogged-inusers1.
Wehaveconductedempiricalevaluationsviahold-outtestingthatshowthattherecommenderout-performsthenon-personalizedtop-sellerrecommender.
2RecommenderSystemArchitectureThearchitectureoftherecommenderisdepictedinFigure1.
Overall,wehavethreedierentinformationsourcesforgeneratingnewrecommendations:the1Seehttp://store.
sap.
comF.
Daniel,P.
Dolog,andQ.
Li(Eds.
):ICWE2013,LNCS7977,pp.
490–493,2013.
cSpringer-VerlagBerlinHeidelberg2013AHybridB2BAppRecommenderSystem491Knowledge-basedFilter(KBF)UserProfilesAppProfilesTRXDataUser-ItemCFItem-ItemCFContent-basedAugmentationContent-basedAugmentationItem-ItemMatrixUser-UserMatrixWeightedMeanRecommendationList12a2b34Fig.
1.
SAPStorerecommendersystemarchitectureuserproles(e.
g.
,companysize,industry,country),theappproles(e.
g,sup-portedindustries,businessareas),andthetransactionalcustomerdata(e.
g.
,salesorders,downloads).
Initially,theknowledge-basedcomponentltersthelistofrelevantappsbyasetofplausibilityrulesresultinginanunsortedsetofcandidateapps(1).
Thesearefedtoanitem-item(2a)anduser-itemcollaborativelter(CF),see(2b)[2].
Todealwiththecold-startproblemincaseswhereonlysparseratingsareavailableforapps,acontent-basedaugmentationschemecomputessimilaritiesbasedonthecosinesimilaritymeasure[3]betweenpropertiesoftheapps.
Forusersthatarenewtothesystem,thesimilaritycanbedeterminedbycomparingtheirprolestootherusersbasedontheircosinesimilarity.
Thisway,thetwomatriceswillcontainmeaningfulentriesforallusersandappsknowntothesystem,andrecommendationsgetmorepersonalizedoncemorecontextdataisavailable.
ThescoresofthetwoCFalgorithmsarecombinedbyaweightedmean(cf.
Section2.
1),andasortedtop-krecommendationlistisreturned.
Thecalculationofthematricesisdoneo-lineasthecomputationisquadraticinthenumberofusersorapps,respectively.
2.
1WeightingbyCondenceScoresThescoreofarecommendedappisbasedonaweightedmeanoftheconstituentitem-itemanduser-itemscores.
Eachofthesegivesanestimateofhowmuchausermightlikeanapp;e.
g.
,Eq.
1showshowapredictionscorefortheitem-itemcaseisdeterminedforappamforuseru:Theratingsru(b)ofuforappsb∈Ru492A.
Opreaetal.
hehasalreadyratedareweightedbytheirsimilaritytoam,denoteds(b,am),asanindicatorifthisappmightberelevantfortheuser2.
pi(u,am)=b∈Rus(am,b)·ru(b)b∈Rus(am,b)(1)Now,foreachrecommenderscoreacondencescoreiscalculated,denotedciandcurespectively,whichisbasedonthenumberofsupportingitemsorusersofeachprediction.
Theseweightsareusedtodeterminetheoverallscorep:p(u,am)=ci·pi(u,am)+cu·pu(u,am)ci+cu(2)Thecondencescorecuforthepredictionpu(u,am)tellsushowreliableapre-dictionis.
Itgrowswithagrowingnumberofsupportingdatapoints:Foreachuserui,wecalculatethez-scoreofhissimilaritywithourcurrentuseru.
Wenowsumthesez-scoresimilaritiesforallkusersinuseru'sneighborhood[2].
Thesumisdividedbykandtheresultingvaluegivesustheaveragenormal-izedsimilarityofalltheuserswhoseratingshavebeentakenintoaccountforpu(u,am).
Thesameisdonefortheitem-basedcase.
Sincewearemakinguseofstandardz-scores,thelinearcombinationshowninEq.
2basedonthetwocondenceweightsissound.
Thecondenceschemerepre-sentsapowerfulmeanstoadjustthehybridrecommender'sweightingaccordingtothepredictedreliabilityofeachofthetwosub-recommenders.
3PerformanceEvaluationInordertotesttheperformanceofthepresentedhybridrecommenderusingournovelcondence-basedweightingscheme,weconductedanempiricalevaluationwithreal-worlddataof5,233users(e.
g.
,companiesregisteredforandusingtheSAPStore)havingpurchasedorexpressedinterestin615appsolutions.
ThefrequencydistributioninFig.
2(a)showsleadsperapp,i.
e.
,howmanycompanieshavepurchasedorexpressedinterestineachapp,sortedindescendingorder.
Thelog-logplottedgraphexhibitsapower-lawdistribution,soasmallnumberofappsattractsahighnumberofleads.
ThisisconrmedbyFig.
2(b),showingthatthetop-5appsaccumulate29%ofallleads,andtop-100capture90%.
Wethusconjecturethatanon-personalizedtop-sellerrecommender,whichonlyrecommendsthetop-Nmostpopularapps,willperformverywell.
Weadoptedahold-outcross-validationapproachfortesting,whereoneratingrvofauseriswithheldandallothersareusedtodenehisproleandcalcu-latepredictions,aimingtorecommendexactlyrv.
Forbaselining,wecomparedourrecommender'sperformancewiththatofthetop-sellerrecommender.
Theevaluationtaskforeachofthetworecommenderswastoproducealistoftop-Nrecommendationsandcountinhowmanycasestheproducedlistcontainedrv.
TheevaluationisshowninTab.
1.
Allresultsexhibitstatisticalsignicanceatthepη(a)йййййййййййη(b)Fig.
2.
Log-logfrequencydistributionofleadsperapp(a)andcumulativeshareofleadsbynumberofapps(b)Table1.
PerformancebenchmarkresultsTop-1Top-3Top-5Top-10Hybridrecommender10.
9%24.
4%33.
5%51.
2%Top-seller6.
6%18.
9%27.
6%43.
4%4ConclusionandOutlookWehavepresentedourrecommenderforthenewdomainofB2Bapps,makinguseofanovelhybridweightedschemebasedoncondencescoring.
OurrstevaluationshaveshownverypromisingresultsandthesystemhasgoneliveintooperationaluseatSAP.
Inthefuture,wewanttotunetherecommendingalgorithmsfurtherandaimatdoingthematrixcalculationsinreal-time,usingHANA[4],SAP'snewhigh-performancein-memorydatabase.
References1.
Burke,R.
:HybridWebRecommenderSystems.
In:Brusilovsky,P.
,Kobsa,A.
,Nejdl,W.
(eds.
)AdaptiveWeb2007.
LNCS,vol.
4321,pp.
377–408.
Springer,Heidelberg(2007)2.
Adomavicius,G.
,Tuzhilin,A.
:TowardtheNextGenerationofRecommenderSys-tems:ASurveyoftheState-of-the-ArtandPossibleExtensions.
IEEETrans.
Knowl.
DataEng.
17(6),734–749(2005)3.
Baeza-Yates,R.
A.
,Ribeiro-Neto,B.
A.
:ModernInformationRetrieval-TheCon-ceptsandTechnologyBehindSearch,2ndedn.
PearsonEducationLtd.
,Harlow(2011)4.
F¨arber,F.
,May,N.
,Lehner,W.
,Groe,P.
,M¨uller,I.
,Rauhe,H.
,Dees,J.
:TheSAPHANADatabase–AnArchitectureOverview.
IEEEDataEng.
Bull.
35(1),28–33(2012)
提速啦(www.tisula.com)是赣州王成璟网络科技有限公司旗下云服务器品牌,目前拥有在籍员工40人左右,社保在籍员工30人+,是正规的国内拥有IDC ICP ISP CDN 云牌照资质商家,2018-2021年连续4年获得CTG机房顶级金牌代理商荣誉 2021年赣州市于都县创业大赛三等奖,2020年于都电子商务示范企业,2021年于都县电子商务融合推广大使。资源优势介绍:Ceranetwo...
青果云香港CN2_GIA主机测评青果云香港多线BGP网络,接入电信CN2 GIA等优质链路,测试IP:45.251.136.1青果网络QG.NET是一家高效多云管理服务商,拥有工信部颁发的全网云计算/CDN/IDC/ISP/IP-VPN等多项资质,是CNNIC/APNIC联盟的成员之一。青果云香港CN2_GIA主机性能分享下面和大家分享下。官方网站:点击进入CPU内存系统盘数据盘宽带ip价格购买地...
这几天有几个网友询问到是否有Windows VPS主机便宜的VPS主机商。原本他们是在Linode、Vultr主机商挂载DD安装Windows系统的,有的商家支持自定义WIN镜像,但是这些操作起来特别效率低下,每次安装一个Windows系统需要一两个小时,所以如果能找到比较合适的自带Windows系统的服务器那最好不过。这不看到PacificRack商家有提供夏季促销活动,其中包括年付便宜套餐的P...
b2b程序为你推荐
支持ipadphpmyadmin下载phpmyadmin怎么安装,求网站空间商帮助。开启javascript启用javascript是甚么意思德国iphone禁售令德国买iPhone现在多少钱?Flash动画设计与制作——第九章:导出和发布动画filezillaserver如何使用filezilla server360邮箱邮箱地址指的是什么?字节跳动回应TikTok易主一部电影讲一个小伙子去继承遗产结果是一批雪橇狗男主吹口哨声明不是雪地狂奔flashfxp下载怎么用flashFXP下载空间内容360免费建站聚企360建站是免费的?
域名服务商 武汉域名注册 未注册域名查询 河北服务器租用 vps代理 最新代理服务器地址 中文域名申请 域名备案批量查询 过期已备案域名 服务器配置技术网 linkcloud 国内永久免费云服务器 gateone 一元域名 七夕快乐英文 1g内存 福建铁通 湖南idc 贵阳电信 xuni 更多