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)

hypervmart:英国/荷兰vps,2核/3GB内存/25GB NVMe空间/不限流量/1Gbps端口/Hyper-V,$10.97/季

hypervmart怎么样?hypervmart是一家国外主机商,成立于2011年,提供虚拟主机、VPS等,vps基于Hyper-V 2012 R2,宣称不超售,支持linux和windows,有荷兰和英国2个数据中心,特色是1Gbps带宽、不限流量。现在配置提高,价格不变,性价比提高了很多。(数据中心不太清楚,按以前的记录,应该是欧洲),支持Paypal付款。点击进入:hypervmart官方网...

腾讯云轻量应用服务器关于多个实例套餐带宽

腾讯云轻量应用服务器又要免费升级配置了,之前已经免费升级过一次了(腾讯云轻量应用服务器套餐配置升级 轻量老用户专享免费升配!),这次在上次的基础上再次升级。也许这就是良心云吧,名不虚传。腾讯云怎么样?腾讯云好不好。腾讯云轻量应用服务器 Lighthouse 是一种易于使用和管理、适合承载轻量级业务负载的云服务器,能帮助个人和企业在云端快速构建网站、博客、电商、论坛等各类应用以及开发测试环境,并提供...

RAKsmart便宜美国/日本/中国香港VPS主机 低至月$1.99 可安装Windows

RAKsmart 商家这几年还是在做事情的,虽然他们家顺带做的VPS主机并不是主营业务,毕竟当下的基础云服务器竞争过于激烈,他们家主营业务的独立服务器。包括在去年开始有新增多个数据中心独立服务器,包括有10G带宽的不限流量的独立服务器。当然,如果有需要便宜VPS主机的他们家也是有的,比如有最低月付1.99美元的美国VPS主机,而且可选安装Windows系统。这里商家有提供下面六款六月份的活动便宜V...

b2b程序为你推荐
企业推广最常见的推广方式有哪些cuteftpCuteFTP 和FlashFXP是什么软件,有什么功能,怎样使用?360防火墙在哪里360防火墙三五互联股票三五互联是什么股票免费代理加盟怎样免费加盟代理淘宝dedecms自动采集织梦CMS系统的采集功能不知道怎么采集软件。drupal主题4)Drupal建立的网站是否可以自适配屏幕大小,在PC、iPad、iPhone等各机器的浏览器中是否可以正常显示引擎收录目前搜索引擎收录需要付费的有哪些?免费的有哪些?微博通微博通怎么一次同步多个账号呢,为什么点发送到全部微博,还让我选择账号呢,而且一次只能选择一个账号?上传软件手机和手机之间怎么互传软件
域名升级访问 香港vps 主机测评网 uk2 优惠码 gitcafe parseerror hnyd 中国电信测速112 腾讯云分析 北京双线 什么是服务器托管 空间技术网 网游服务器 网通服务器 www789 万网注册 网站加速 国外免费网盘 架设代理服务器 更多