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)
外贸主机哪家好?抗投诉VPS哪家好?无视DMCA。ParkinHost今年还没有搞过促销,这次parkinhost俄罗斯机房上新服务器,母机采用2个E5-2680v3处理器、128G内存、RAID10硬盘、2Gbps上行线路。具体到VPS全部200Mbps带宽,除了最便宜的套餐限制流量之外,其他的全部是无限流量VPS。ParkinHost,成立于 2013 年,印度主机商,隶属于 DiggDigi...
酷番云怎么样?酷番云就不讲太多了,介绍过很多次,老牌商家完事,最近有不少小伙伴,一直问我台湾VPS,比较难找好的商家,台湾VPS本来就比较少,也介绍了不少商家,线路都不是很好,有些需求支持Windows是比较少的,这里我们就给大家测评下 酷番云的台湾VPS,支持多个版本Linux和Windows操作系统,提供了CN2线路,并且还是原生IP,更惊喜的是提供的是无限流量。有需求的可以试试。可以看到回程...
10gbiz发布了9月优惠方案,针对VPS、独立服务器、站群服务器、高防服务器等均提供了一系列优惠方面,其中香港/洛杉矶CN2 GIA线路VPS主机4折优惠继续,优惠后最低每月仅2.36美元起;日本/香港独立服务器提供特价款首月1.5折27.43美元起;站群/G口服务器首月半价,高防服务器永久8.5折等。这是一家成立于2020年的主机商,提供包括独立服务器租用和VPS主机等产品,数据中心包括美国洛...
b2b程序为你推荐
thinkphp什么是THINKPHP 和 MVC的概念iproute网关怎么设置?搜狗360360浏览器为什么不能让我自动登录了360搜狗奇虎360到底是做什么的?特朗普吐槽iPhone为什么iphone x卖的这么好支付宝注册网站支付宝申请流程是怎么样的??瑞东集团海澜集团有限公司怎么样?网站方案设计求一篇校园网络设计的方案骑士人才系统公司要采购一套人才系统源码,看了一下骑士和嘉缘的,谁家的比较好一点呢?托就不要回答了。关闭评论怎样关闭评论?
zpanel 秒解服务器 java主机 cloudstack 香港cdn 外国空间 名片模板psd lighttpd 私有云存储 台湾谷歌网址 dux 193邮箱 空间论坛 gspeed ftp免费空间 国外ip加速器 空间登入 网页提速 架设邮件服务器 免费个人网页 更多