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)

Megalayer(月599元)限时8月香港和美国大带宽服务器

第一、香港服务器机房这里我们可以看到有提供四个大带宽方案,是全向带宽和国际带宽,前者适合除了中国大陆地区的全网地区用户可以用,后者国际带宽适合欧美地区业务。如果我们是需要大陆地区速度CN2优化的,那就需要选择常规的优化带宽方案,参考这里。CPU内存硬盘带宽流量价格选择E3-12308GB240GB SSD50M全向带宽不限999元/月方案选择E3-12308GB240GB SSD100M国际带宽不...

Megalayer 香港CN2优化线路VPS主机速度和性能综合评测

对于Megalayer云服务器提供商在之前也有对于他们家的美国服务器和香港服务器进行过评测和介绍,但是对于大部分网友来说需要独立服务器和站群服务器并不是特别的普及,我们很多网友使用较多的还是云服务器或者VPS主机比较多。在前面也有在"Megalayer新增香港VPS主机 1GB内存 50GB SSD 2M带宽 月59元"文章中有介绍到Megalayer商家有新增香港CN2优化VPS主机。那时候看这...

无忧云:洛阳/大连BGP云服务器38.4元/月,雅安物理机服务器315元/月起,香港荃湾CN2限时5折优惠

无忧云怎么样?无忧云是一家成立于2017年的老牌商家旗下的服务器销售品牌,现由深圳市云上无忧网络科技有限公司运营,是正规持证IDC/ISP/IRCS商家,主要销售国内、中国香港、国外服务器产品,线路有腾讯云国外线路、自营香港CN2线路等,都是中国大陆直连线路,非常适合免备案建站业务需求和各种负载较高的项目,同时国内服务器也有多个BGP以及高防节点,目前商家开启了夏日清凉补贴活动,商家的机器还是非常...

b2b程序为你推荐
诊断snsflashwind用flashwind这个加速器玩游戏,会被盗号吗?会被封号吗?filezillaserver如何使用filezilla server中国企业在线有什么B2B网站可以做国外的?多给些。。回答的好追加outlookexpressoutlook express 是什么?加多宝和王老吉王老吉和加多宝是什么关系科创板首批名单科创板开市后,可以通过哪些基金参与科创板投资和打新股?瑞东集团海澜集团有限公司怎么样?oa办公软件价格一套OA办公系统多少钱什么是通配符什么是模糊查询?
asp主机 虚拟主机推荐 东莞虚拟主机 网游服务器租用 美国vps推荐 花生壳域名贝锐 fastdomain t牌 webhostingpad win8升级win10正式版 512m内存 ibox官网 adroit 泉州移动 可外链相册 服务器托管什么意思 新世界服务器 cloudlink 中国域名 阿里云邮箱申请 更多