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)
咖啡主机怎么样?咖啡主机是一家国人主机销售商,成立于2016年8月,之前云服务器网已经多次分享过他家的云服务器产品了,商家主要销售香港、洛杉矶等地的VPS产品,Cera机房 三网直连去程 回程CUVIP优化 本产品并非原生地区本土IP,线路方面都有CN2直连国内,机器比较稳定。咖啡主机目前推出美国洛杉矶弹性轻量云主机仅13元/月起,高防云20G防御仅18元/月;香港弹性云服务器,香港HKBN CN...
官方网站:点击访问特网云官网活动方案:===========================香港云限时购==============================支持Linux和Windows操作系统,配置都是可以自选的,非常的灵活,宽带充足新老客户活动期间新购活动款产品都可以享受续费折扣(只限在活动期间购买活动款产品才可享受续费折扣 优惠码:AADE01),购买折扣与续费折扣不叠加,都是在原价...
TMThosting发布了今年黑色星期五的促销活动,即日起到12月6日,VPS主机最低55折起,独立服务器9折起,开设在西雅图机房。这是一家成立于2018年的国外主机商,主要提供VPS和独立服务器租用业务,数据中心包括美国西雅图和达拉斯,其中VPS基于KVM架构,都有提供免费的DDoS保护,支持选择Windows或者Linux操作系统。Budget HDD系列架构CPU内存硬盘流量系统价格单核51...
b2b程序为你推荐
http500http 500是什么意思?centos6.5centos 6.5 无法启动了,不知道是哪里的问题。360和搜狗360浏览器和搜狗浏览器哪个好用?文档下载怎么下载百度文档网络u盘有没有网络U盘 5G的 就像真的U盘一样的?就像下载到真U盘一样的 到自己电脑直接复制就可以拉的啊billboardchina美国Billboard公告牌年度10大金曲最新华丽合辑什么是seoSEO网站优化是什么啊?开源网店系统国内有哪些好的java开源电子商城系统discuz7 2discuz X2.5帖子中图片位置 discuz X2.5论坛中发布帖子,上传图片,图片的位置全部都在文章下面repaired金盾评级repaired是什么意思
游戏服务器租用 科迈动态域名 singlehop 丹弗 台湾谷歌地址 天互数据 韩国名字大全 如何安装服务器系统 linux使用教程 raid10 lick 阿里云邮箱登陆地址 asp空间 hosting24 godaddy退款 linux服务器系统 删除域名 vim命令 stealthy 容 更多