CN114968029A - Popular menu presenting method and device based on crowdsourcing and computer readable medium - Google Patents

Popular menu presenting method and device based on crowdsourcing and computer readable medium Download PDF

Info

Publication number
CN114968029A
CN114968029A CN202210650596.4A CN202210650596A CN114968029A CN 114968029 A CN114968029 A CN 114968029A CN 202210650596 A CN202210650596 A CN 202210650596A CN 114968029 A CN114968029 A CN 114968029A
Authority
CN
China
Prior art keywords
menu
popular
heat value
crowdsourcing
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210650596.4A
Other languages
Chinese (zh)
Inventor
张勤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hozon New Energy Automobile Co Ltd
Original Assignee
Hozon New Energy Automobile Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hozon New Energy Automobile Co Ltd filed Critical Hozon New Energy Automobile Co Ltd
Priority to CN202210650596.4A priority Critical patent/CN114968029A/en
Publication of CN114968029A publication Critical patent/CN114968029A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

本发明提供了一种基于众包的受欢迎菜单呈现方法及其呈现装置,该呈现方法包括以下步骤:以众包方式响应于某个菜单对应页面被多个用户中的其中一用户访问,并获得基于所述菜单的访问参数计算并更新所述菜单的热度值,其中所述访问参数包括短期因子参数、长期因子参数以及广泛因子参数;定期对各个菜单的热度值进行衰减计算并更新各个菜单的热度值;按照热度值对多个菜单进行排序,并呈现排序在前的一个或多个菜单作为受欢迎菜单。本发明的受欢迎菜单基于大众的习惯以众包方式形成,并具有自适应性,使用方便,用户体验感良好。

Figure 202210650596

The present invention provides a method for presenting a popular menu based on crowdsourcing and a presenting device thereof. The presenting method includes the following steps: responding to a page corresponding to a menu being accessed by one of multiple users in a crowdsourcing manner, and Obtain, calculate and update the popularity value of the menu based on the access parameters of the menu, wherein the access parameters include short-term factor parameters, long-term factor parameters and extensive factor parameters; regularly perform attenuation calculation on the popularity value of each menu and update each menu The popularity value of ; sorts multiple menus according to the popularity value, and presents one or more menus in the top order as the popular menu. The popular menu of the present invention is formed by crowdsourcing based on the habits of the public, and has the advantages of self-adaptation, convenient use and good user experience.

Figure 202210650596

Description

一种基于众包的受欢迎菜单呈现方法、呈现装置和计算机可 读介质A crowdsourcing-based popular menu presentation method, presentation apparatus and computer-readable medium

技术领域technical field

本发明主要涉及计算机菜单选择领域,尤其涉及一种基于众包的受欢迎菜单呈现方法、呈现装置和计算机可读介质。The present invention mainly relates to the field of computer menu selection, and in particular, to a crowdsourcing-based popular menu presentation method, presentation device and computer-readable medium.

背景技术Background technique

一些大型客户服务器模式(Client-Server,简称CS)架构或者浏览器服务器模式(Browser-Server,简称BS)架构的软件系统,含有很多功能菜单。为了方便用户能在众多菜单中找到常用功能,设计者往往会在基本菜单树之外,专门将常用功能入口集中到一起,表现为单独的菜单分类或者按钮面板。但是设计者往往不能事先预知哪些功能更适合用户习惯,因此固定化的常用菜单推荐显得无意义。Some large-scale client-server (Client-Server, CS for short) architecture or browser-server (Browser-Server, BS for short) architecture software systems contain many function menus. In order to facilitate users to find common functions in many menus, designers often focus on common function entries in addition to the basic menu tree, and express them as separate menu categories or button panels. However, designers often cannot predict in advance which functions are more suitable for user habits, so the fixed common menu recommendation is meaningless.

一些软件设计者采取事后数据统计的办法得到哪些功能更受欢迎,然后采用版本迭代的方式去把受欢迎菜单固化到软件中。但这种方法缺点很明显:不能实时反映用户使用习惯的变化。Some software designers use post-event statistics to find out which functions are more popular, and then use version iteration to solidify the popular menu into the software. However, the disadvantage of this method is obvious: it cannot reflect changes in user habits in real time.

一些软件设计者提供用户自定义常用菜单的功能,但是这种方法的缺点是:用户需要自己积累使用经验,无法利用别的用户的经验。Some software designers provide users with the function of customizing common menus, but the disadvantage of this method is that users need to accumulate experience by themselves and cannot use the experience of other users.

另外,受欢迎菜单或功能的受欢迎程度,在时间分布上是不均匀的:可能某一段特定时间,A功能受欢迎程度很高,但是这种情况不可持续,过了这段特定时间,A功能却变得不那么常用了。而且,在受众群体上的分布也是不均匀的:可能某功能B,其点击数很高,时间上也很有持续性,但是很小众。所以计算功能热度的时候,需要兼顾用户的短期行为、长期行为、群体行为对受欢迎程度的影响。In addition, the popularity of popular menus or functions is not evenly distributed in time: it may be that at a certain time, the popularity of A function is very high, but this situation is not sustainable, after this certain time, A The function has become less commonly used. Moreover, the distribution on the audience is also uneven: maybe a feature B has a high number of clicks and is also very persistent in time, but it is very small. Therefore, when calculating the popularity of functions, it is necessary to take into account the influence of users' short-term behaviors, long-term behaviors, and group behaviors on popularity.

随着工业的发展,面对全球制造业的挑战,众包开发正在成为一种新的、在线分布式问题求解模式,通过这种模式,网络化社会资源协同完成来自用户复杂任务需求。With the development of industry and the challenges of the global manufacturing industry, crowdsourcing development is becoming a new online distributed problem solving mode. Through this mode, networked social resources cooperate to complete complex tasks from users.

因此,基于当前大型的CS或BS架构的软件系统,迫切需要在实际应用中,基于众包方式提供一种基于众包的受欢迎菜单呈现方法、呈现装置和计算机可读介质。Therefore, based on the current large-scale CS or BS architecture software system, there is an urgent need to provide a crowdsourcing-based popular menu presentation method, presentation device and computer-readable medium in practical applications.

发明内容SUMMARY OF THE INVENTION

应当理解,本公开以上的一般性描述和以下的详细描述都是示例性和说明性的,并且旨在为本公开提供进一步的解释。It is to be understood that both the foregoing general description and the following detailed description of the present disclosure are exemplary and explanatory and are intended to provide further explanation of the present disclosure.

本发明要解决的技术问题是提供一种基于众包的受欢迎菜单呈现方法、呈现装置和计算机可读介质,基于大众的习惯以众包方式形成,并具有自适应性,使用方便,用户体验感良好。The technical problem to be solved by the present invention is to provide a crowdsourcing-based popular menu presentation method, a presentation device and a computer-readable medium, which are formed in a crowdsourcing manner based on the habits of the public, and are adaptive, easy to use, and user-friendly. feel good.

为解决上述技术问题,本发明提供了一种基于众包的受欢迎菜单呈现方法,包括以下步骤:In order to solve the above-mentioned technical problems, the present invention provides a method for presenting popular menus based on crowdsourcing, comprising the following steps:

步骤一,以众包方式响应于某个菜单对应页面被多个用户中的其中一用户访问,并获得基于所述菜单的访问参数计算并更新所述菜单的热度值,其中所述访问参数包括短期因子参数、长期因子参数以及广泛因子参数;Step 1, in response to a page corresponding to a certain menu being accessed by one of the multiple users in a crowdsourcing manner, and obtaining a popularity value based on the access parameter of the menu to calculate and update the menu, wherein the access parameter includes: Short-term factor parameters, long-term factor parameters, and broad factor parameters;

步骤二,定期对各个菜单的热度值进行衰减计算并更新各个菜单的热度值;以及Step 2, regularly perform attenuation calculation on the heat value of each menu and update the heat value of each menu; and

步骤三,按照热度值对多个菜单进行排序,并呈现排序在前的一个或多个菜单作为受欢迎菜单。Step 3: Sort the plurality of menus according to the popularity value, and present one or more menus ranked first as popular menus.

比较好的是,本发明进一步提供一种基于众包的受欢迎菜单呈现方法,其特征在于,所述短期因子参数包括页面访问次数,所述长期因子参数包括访问总时间,所述广泛因子参数包括访问人数。Preferably, the present invention further provides a crowdsourcing-based popular menu presentation method, characterized in that the short-term factor parameter includes the number of page visits, the long-term factor parameter includes the total visit time, and the broad factor parameter Including the number of visitors.

比较好的是,本发明进一步提供一种基于众包的受欢迎菜单呈现方法,其特征在于,所述步骤一中,在所述计算并更新所述菜单的热度值之前进一步包括,判断当前时间是否是最新访问时间,如果不是,累加并更新所述访问总时间。Preferably, the present invention further provides a method for presenting popular menus based on crowdsourcing, characterized in that, in the step 1, before calculating and updating the popularity value of the menu, it further includes: judging the current time. Whether it is the latest access time, if not, accumulate and update the total access time.

比较好的是,本发明进一步提供一种基于众包的受欢迎菜单呈现方法,其特征在于,所述步骤一中,基于所述菜单的访问参数计算并更新所述菜单的热度值的公式包括:Preferably, the present invention further provides a method for presenting popular menus based on crowdsourcing, characterized in that, in step 1, the formula for calculating and updating the popularity value of the menu based on the access parameters of the menu includes: :

Figure BDA0003685931200000031
Figure BDA0003685931200000031

其中,a为所述页面访问数,d为所述访问总时间,n为所述访问人数;Wherein, a is the number of visits to the page, d is the total time of the visit, and n is the number of visitors;

A、D、N用于调节三条S曲线的起点;A, D, and N are used to adjust the starting point of the three S-curves;

α、β、γ为所述三条S曲线叠加的权重;α, β, and γ are the weights of the superposition of the three S-curves;

p1、p2、p3∈(0,1),用以调整热度上升的灵敏度。p1, p2, p3∈(0,1), used to adjust the sensitivity of heat rise.

比较好的是,本发明进一步提供一种基于众包的受欢迎菜单呈现方法,其特征在于,所述步骤二中,对各个菜单的热度值进行衰减更新的热度值H’为:Preferably, the present invention further provides a method for presenting popular menus based on crowdsourcing, characterized in that, in the second step, the heat value H' for attenuating and updating the heat value of each menu is:

H'=H*kH'=H*k

其中,衰减系数k为所述页面连续未被访问天数的倒数。Wherein, the attenuation coefficient k is the inverse of the number of days that the page has not been accessed continuously.

本发明还提供了一种基于众包的受欢迎菜单呈现装置,其特征在于,所述装置包括:The present invention also provides a crowdsourcing-based device for presenting popular menus, characterized in that the device includes:

热化模块,配置为响应于某个菜单对应页面被多个用户中的其中一用户访问,基于所述菜单的访问参数计算并更新所述菜单的热度值,其中所述访问参数包括短期因子参数、长期因子参数以及广泛因子参数;A heating module, configured to calculate and update a heating value of the menu based on an access parameter of the menu in response to a page corresponding to a certain menu being accessed by one of the multiple users, wherein the access parameter includes a short-term factor parameter , long-term factor parameters, and broad-factor parameters;

衰减模块,配置为定期对各个菜单的热度值进行衰减计算并更新各个菜单的热度值;以及an attenuation module, configured to periodically calculate the attenuation of the heat value of each menu and update the heat value of each menu; and

呈现模块,配置为按照更新后的所述热度值对多个菜单进行排序,并呈现排序在前的一个或多个菜单作为受欢迎菜单。The presenting module is configured to sort the plurality of menus according to the updated popularity value, and present one or more menus in the first order as the popular menu.

比较好的是,本发明进一步提供了一种基于众包的受欢迎菜单呈现装置,其特征在于,Preferably, the present invention further provides a crowdsourcing-based device for presenting popular menus, characterized in that:

所述短期因子参数包括页面访问次数,所述长期因子参数包括访问总时间,所述广泛因子参数包括访问人数。The short-term factor parameter includes the number of page visits, the long-term factor parameter includes the total visit time, and the broad factor parameter includes the number of visitors.

比较好的是,本发明进一步提供了一种基于众包的受欢迎菜单呈现装置,其特征在于,Preferably, the present invention further provides a crowdsourcing-based device for presenting popular menus, characterized in that:

所述热化模块在所述计算和更新热度值之前,判断当前时间是否是最新访问时间,如果不是,累加并更新所述访问总时间。The thermalization module determines whether the current time is the latest access time before calculating and updating the heat value, and if not, accumulates and updates the total access time.

比较好的是,本发明进一步提供了一种基于众包的受欢迎菜单呈现装置,其特征在于,Preferably, the present invention further provides a crowdsourcing-based device for presenting popular menus, characterized in that:

所述热化模块根据获得的所述访问参数,计算并更新所述菜单的热度值的公式:The thermalization module calculates and updates the formula of the thermal value of the menu according to the obtained access parameters:

Figure BDA0003685931200000041
Figure BDA0003685931200000041

其中,a为所述页面访问数,d为所述访问总时间,n为所述访问人数;Wherein, a is the number of visits to the page, d is the total time of the visit, and n is the number of visitors;

A、D、N用于调节三条S曲线的起点;A, D, and N are used to adjust the starting point of the three S-curves;

α、β、γ为所述三条S曲线叠加的权重;α, β, and γ are the weights of the superposition of the three S-curves;

p1、p2、p3∈(0,1),用以调整热度上升的灵敏度。p1, p2, p3∈(0,1), used to adjust the sensitivity of heat rise.

比较好的是,本发明进一步提供了一种基于众包的受欢迎菜单呈现装置,其特征在于,Preferably, the present invention further provides a crowdsourcing-based device for presenting popular menus, characterized in that:

所述衰减模块对所述热度值的衰减为:The attenuation of the heat value by the attenuation module is:

H'=H*kH'=H*k

其中,衰减系数k为所述页面连续未被访问天数的倒数。Wherein, the attenuation coefficient k is the inverse of the number of days that the page has not been accessed continuously.

比较好的是,本发明进一步提供了一种基于众包的受欢迎菜单呈现装置,其特征在于,Preferably, the present invention further provides a crowdsourcing-based device for presenting popular menus, characterized in that:

所述装置进一步包括存储模块,接收所述热化模块和所述衰减模块每次获得的热度值H和衰减热度值H’。The device further includes a storage module that receives the heat value H and the decay heat value H' obtained each time by the thermalization module and the attenuation module.

本发明还提供了一种基于众包的受欢迎菜单呈现装置,包括:The present invention also provides a crowdsourcing-based popular menu presentation device, comprising:

存储器,用于存储可由处理器执行的指令;memory for storing instructions executable by the processor;

处理器,用于执行所述指令以实现前述任一项所述的方法。A processor for executing the instructions to implement any of the methods described above.

本发明还提供了一种存储有计算机程序代码的计算机可读介质,所述计算机程序代码在由处理器执行时实现根据前述任一项所述的方法。The present invention also provides a computer readable medium storing computer program code which, when executed by a processor, implements the method according to any of the preceding.

与现有技术相比,本发明的受欢迎菜单基于大众的习惯以众包方式形成,并具有自适应性,使用方便,用户体验感良好的优点。Compared with the prior art, the popular menu of the present invention is formed by crowdsourcing based on the habits of the public, and has the advantages of adaptability, convenient use and good user experience.

附图说明Description of drawings

现在将详细参考附图描述本公开的实施例。现在将详细参考本公开的优选实施例,其示例在附图中示出。在任何可能的情况下,在所有附图中将使用相同的标记来表示相同或相似的部分。此外,尽管本公开中所使用的术语是从公知公用的术语中选择的,但是本公开说明书中所提及的一些术语可能是申请人按他或她的判断来选择的,其详细含义在本文的描述的相关部分中说明。此外,要求不仅仅通过所使用的实际术语,而是还要通过每个术语所蕴含的意义来理解本公开。Embodiments of the present disclosure will now be described in detail with reference to the accompanying drawings. Reference will now be made in detail to the preferred embodiments of the present disclosure, examples of which are illustrated in the accompanying drawings. Wherever possible, the same reference numbers will be used throughout the drawings to refer to the same or like parts. In addition, although the terms used in this disclosure are selected from well-known and common terms, some terms mentioned in this disclosure may be chosen by the applicant at his or her judgment, and the detailed meanings of which are set forth herein. described in the relevant section of the description. Furthermore, it is required that the present disclosure be understood not only by the actual terms used, but also by the meanings implied by each term.

下面,参照附图,对于熟悉本技术领域的人员而言,从对本发明的详细描述中,本发明的上述和其他目的、特征和优点将显而易见。The above and other objects, features and advantages of the present invention will be apparent to those skilled in the art from the detailed description of the present invention below with reference to the accompanying drawings.

图1示意了本发明中的菜单展示示意图;Fig. 1 illustrates the menu display schematic diagram in the present invention;

图2是图2给出了本发明的基于众包的受欢迎菜单的设计装置的组成框图;Fig. 2 is that Fig. 2 provides the composition block diagram of the design device of the popular menu based on crowdsourcing of the present invention;

图3是图2中热化模块的工作流程图;Fig. 3 is the working flow chart of the thermalization module in Fig. 2;

图4是本申请的一种基于众包的受欢迎菜单呈现装置的一实施例的框图。FIG. 4 is a block diagram of an embodiment of a crowdsourcing-based popular menu presentation apparatus of the present application.

附图标记reference number

200――基于众包的受欢迎菜单呈现装置200 - Popular menu presentation device based on crowdsourcing

201――热化模块201——Thermalization module

202――衰减模块202 - Attenuation Module

203――存储模块203 - storage module

204――呈现模块204 - Presentation Module

401――内部通信总线401 - Internal communication bus

402――处理器402 - processor

403――只读存储器403 - read only memory

404――随机存取存储器404 - Random Access Memory

405――通信端口405 - communication port

406――硬盘406 - hard disk

具体实施方式Detailed ways

为了更清楚地说明本申请的实施例的技术方案,下面将对实施例描述中所需要使用的附图作简单的介绍。显而易见地,下面描述中的附图仅仅是本申请的一些示例或实施例,对于本领域的普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图将本申请应用于其他类似情景。除非从语言环境中显而易见或另做说明,图中相同标号代表相同结构或操作。In order to illustrate the technical solutions of the embodiments of the present application more clearly, the following briefly introduces the accompanying drawings that are used in the description of the embodiments. Obviously, the accompanying drawings in the following description are only some examples or embodiments of the present application. For those of ordinary skill in the art, without any creative effort, the present application can also be applied to the present application according to these drawings. other similar situations. Unless obvious from the locale or otherwise specified, the same reference numbers in the figures represent the same structure or operation.

如本申请和权利要求书中所示,除非上下文明确提示例外情形,“一”、“一个”、“一种”和/或“该”等词并非特指单数,也可包括复数。一般说来,术语“包括”与“包含”仅提示包括已明确标识的步骤和元素,而这些步骤和元素不构成一个排它性的罗列,方法或者设备也可能包含其他的步骤或元素。As shown in this application and in the claims, unless the context clearly dictates otherwise, the words "a", "an", "an" and/or "the" are not intended to be specific in the singular and may include the plural. Generally speaking, the terms "comprising" and "comprising" only imply that the clearly identified steps and elements are included, and these steps and elements do not constitute an exclusive list, and the method or apparatus may also include other steps or elements.

除非另外具体说明,否则在这些实施例中阐述的部件和步骤的相对布置、数字表达式和数值不限制本申请的范围。同时,应当明白,为了便于描述,附图中所示出的各个部分的尺寸并不是按照实际的比例关系绘制的。对于相关领域普通技术人员已知的技术、方法和设备可能不作详细讨论,但在适当情况下,所述技术、方法和设备应当被视为授权说明书的一部分。在这里示出和讨论的所有示例中,任何具体值应被解释为仅仅是示例性的,而不是作为限制。因此,示例性实施例的其它示例可以具有不同的值。应注意到:相似的标号和字母在下面的附图中表示类似项,因此,一旦某一项在一个附图中被定义,则在随后的附图中不需要对其进行进一步讨论。The relative arrangement of the components and steps, the numerical expressions and numerical values set forth in these embodiments do not limit the scope of the present application unless specifically stated otherwise. Meanwhile, it should be understood that, for the convenience of description, the dimensions of various parts shown in the accompanying drawings are not drawn in an actual proportional relationship. Techniques, methods, and apparatus known to those of ordinary skill in the relevant art may not be discussed in detail, but where appropriate, such techniques, methods, and apparatus should be considered part of the authorized description. In all examples shown and discussed herein, any specific value should be construed as illustrative only and not as limiting. Accordingly, other examples of exemplary embodiments may have different values. It should be noted that like numerals and letters refer to like items in the following figures, so once an item is defined in one figure, it does not require further discussion in subsequent figures.

此外,需要说明的是,使用“第一”、“第二”等词语来限定零部件,仅仅是为了便于对相应零部件进行区别,如没有另行声明,上述词语并没有特殊含义,因此不能理解为对本申请保护范围的限制。此外,尽管本申请中所使用的术语是从公知公用的术语中选择的,但是本申请说明书中所提及的一些术语可能是申请人按他或她的判断来选择的,其详细含义在本文的描述的相关部分中说明。此外,要求不仅仅通过所使用的实际术语,而是还要通过每个术语所蕴含的意义来理解本申请。In addition, it should be noted that the use of words such as "first" and "second" to define components is only for the convenience of distinguishing corresponding components. Unless otherwise stated, the above words have no special meaning and therefore cannot be understood to limit the scope of protection of this application. In addition, although the terms used in this application are selected from well-known and public terms, some terms mentioned in the specification of this application may be chosen by the applicant at his or her judgment, and the detailed meanings of which are set forth herein. described in the relevant section of the description. Furthermore, it is required that the application be understood not only by the actual terms used, but also by the meaning implied by each term.

本申请中使用了流程图用来说明根据本申请的实施例的系统所执行的操作。应当理解的是,前面或下面操作不一定按照顺序来精确地执行。相反,可以按照倒序或同时处理各种步骤。同时,或将其他操作添加到这些过程中,或从这些过程移除某一步或数步操作。Flow diagrams are used in this application to illustrate operations performed by a system according to an embodiment of the application. It should be understood that the preceding or following operations are not necessarily performed in exact order. Rather, the various steps may be processed in reverse order or concurrently. At the same time, other actions are either added to these processes, or a step or steps are removed from these processes.

本发明的技术思想是应用众包开发的思想,通过将挑选受欢迎菜单的任务指派给不确定,且可提供使用的服务资源数量庞大的用户,或有大量利益相关者积极参与该过程的众包社区平台。The technical idea of the present invention is to apply the idea of crowdsourcing development, by assigning the task of selecting popular menus to users who are uncertain and have a large number of available service resources, or crowds who have a large number of stakeholders actively participating in the process. Package community platform.

更进一步的说,提供一种基于众包的受欢迎菜单呈现方法、装置和计算机可读介质,通过众包平台使得每个用户的访问影响该受欢迎菜单的内容,用户也可以及时得到反馈,并且以此追随大众的喜好。最终形成所有用户使用该菜单及软件的群体喜好。Further, a method, device and computer-readable medium for presenting a popular menu based on crowdsourcing are provided, so that each user's visit affects the content of the popular menu through the crowdsourcing platform, and the user can also get feedback in time, And to follow the public's preferences. Finally, the group preferences of all users to use the menu and software are formed.

图1示意了菜单展示示意图。Figure 1 shows a schematic diagram of the menu display.

该菜单包括查看、项目、远程诊断、运营中心和帮助等等一级菜单,在每个一级菜单之下包括若干二级菜单,每个二级菜单之下包括若干三级菜单,依此类推。The menu includes first-level menus such as View, Project, Remote Diagnosis, Operation Center and Help, etc. Each first-level menu includes several second-level menus, and each second-level menu includes several third-level menus, and so on. .

如图1所示,一级菜单“查看”之下包括功能1的二级菜单,一级菜单“项目”之下包括功能2的二级菜单,在远程诊断之下包括的二级菜单有两个,即功能3和功能4,等等。As shown in Figure 1, the first-level menu "View" includes the second-level menu of function 1, the first-level menu "Item" includes the second-level menu of function 2, and the second-level menu included under the remote diagnosis includes two , namely function 3 and function 4, and so on.

当点击任一级菜单后出现的用户界面为页面,每个菜单对应一个页面。The user interface that appears after clicking any level of menu is a page, and each menu corresponds to a page.

图1中的“受欢迎菜单”是采用本发明方法随着众多用户使用会自动出现受欢迎的菜单汇总。The "popular menu" in FIG. 1 is a summary of popular menus that will automatically appear as many users use the method of the present invention.

下面介绍“受欢迎菜单”的基本形成原理和过程:The basic formation principle and process of the "popular menu" are described below:

当某个软件首次使用时,并没有“受欢迎菜单”菜单。When a piece of software is used for the first time, there is no "Popular Menu" menu.

当某一用户点击某一级菜单后,该被点击过的菜单会作为下一级菜单出现在所有用户的“受欢迎菜单”菜单下,m个不同的菜单被不同用户点击后,所有用户的“受欢迎菜单”菜单中的子菜单条数会达到最大值m,该最大值m旨在为该“受欢迎”的菜单池中给出一个上限,以防无限增加。When a user clicks a menu at a certain level, the clicked menu will appear as the next-level menu under the "Popular Menu" menu of all users. After m different menus are clicked by different users, all users' The number of submenus bars in the "popular menu" menu will reach a maximum value m, which is intended to give an upper limit to the "popular" menu pool to prevent infinite increase.

随后,随着广大用户继续使用该软件,“受欢迎菜单”菜单中的子菜单条数一直保持m条,但内容会随着广大用户点击菜单的行为滚动更新,更受欢迎的菜单会踢掉最不受欢迎的菜单,受欢迎程度用下面定义的热度值来衡量。Subsequently, as the majority of users continue to use the software, the number of submenus in the "Popular Menu" menu remains m, but the content will be scrolled and updated as the majority of users click on the menu, and more popular menus will be updated. The least popular menu is dropped, and popularity is measured by the heat value defined below.

图2给出了本发明的基于众包的受欢迎菜单的设计装置的组成框图,为了便于说明,仅示意出了与本申请实施例相关的部分。该装置200包括:FIG. 2 is a block diagram showing the composition of the apparatus for designing a popular menu based on crowdsourcing of the present invention. For convenience of description, only the parts related to the embodiments of the present application are shown. The apparatus 200 includes:

热化模块201,根据菜单页面访问,触发该页面相应菜单的一次热度值计算,覆盖原有热度值;The heating module 201, according to the menu page access, triggers a calculation of the heat value of the corresponding menu of the page, covering the original heat value;

衰减模块202,用于每天定时进行热度衰减计算;The attenuation module 202 is used to perform heat attenuation calculation at regular intervals every day;

存储模块203,用于存储所有相关输入参数和热度计算结果;The storage module 203 is used to store all relevant input parameters and heat calculation results;

呈现模块204,用于显示获得的受欢迎菜单。The presentation module 204 is used to display the obtained popular menu.

下面将具体介绍各个模块在受欢迎菜单设计方法中的具体实现方案及功能。The specific implementation scheme and function of each module in the popular menu design method will be introduced in detail below.

表1和2给出了存储模块203的构成,该存储模块203存储所有相关输入参数和热度计算结果,每个菜单的初始热度值定为0。Tables 1 and 2 show the structure of the storage module 203, the storage module 203 stores all the relevant input parameters and the calculation results of the heat, and the initial heat value of each menu is set as 0.

其中,表1为菜单表:Among them, Table 1 is the menu table:

字段名field name 说明illustrate 初始值initial value 菜单IDmenu ID 唯一IDunique id 访问次数anumber of visits a 记录该菜单总访问次数Record the total number of visits to this menu 00 访问天数dVisit daysd 记录该菜单总访问天数Record the total number of days accessed to this menu 00 访问人数nThe number of visitors n 记录该菜单总访问人数Record the total number of visitors to the menu 00 最新访问日期Last visit date 该菜单最新被访问日期Date the menu was last accessed 热度值HHeat value H 该菜单热度Popularity of this menu 00

表1Table 1

此外,存储模块203中还包括用户菜单表如下:In addition, the storage module 203 also includes the user menu table as follows:

字段名field name 说明illustrate 初始值initial value 用户IDUser ID 唯一IDunique id 菜单IDmenu ID 唯一IDunique id 00 访问次数number of visits 记录该用户访问该菜单的累计次数Record the cumulative number of times the user has accessed the menu 00

表2Table 2

热化模块201,每当有页面被访问时,触发该页面相应菜单的一次热度值计算,覆盖原有热度值。The thermalization module 201, whenever a page is accessed, triggers a thermal value calculation of the corresponding menu of the page, covering the original thermal value.

该热化模块201用于执行图3所示的功能,下面先对热度值计算做一个详细说明。The heating module 201 is used to perform the functions shown in FIG. 3 , and a detailed description of the calculation of the heating value will be given below.

本发明中应用的热度值公式为:The heat value formula applied in the present invention is:

H=f(a,d,n) (1)H=f(a, d, n) (1)

具体为:Specifically:

Figure BDA0003685931200000091
Figure BDA0003685931200000091

其中,a代表页面访问数,d代表访问天数,n为访问人数,分别对应表1中的三个字段;A、D、N用来调节相应S曲线的起点,均大于0;α、β、γ为三条曲线叠加的权重,均大于0;p1、p2、p3∈(0,1),用以调整热度上升的灵敏度。Among them, a represents the number of page visits, d represents the number of days of access, and n is the number of visitors, which correspond to the three fields in Table 1 respectively; A, D, and N are used to adjust the starting point of the corresponding S-curve, which are all greater than 0; α, β, γ is the weight of the superposition of the three curves, which are all greater than 0; p1, p2, p3∈(0,1) are used to adjust the sensitivity of heat rise.

公式(2)为三个S曲线的叠加,符合一开始热度随随页面访问数a、访问天数d、访问人数n的增加而快速上升,后面热度上升就趋于缓慢的特征。Formula (2) is the superposition of three S-curves, which conforms to the characteristic that the popularity increases rapidly with the increase of the number of page visits a, the number of visits d, and the number of visitors n at the beginning, and then the popularity tends to rise slowly.

热度值H会随页面访问数a、访问天数d、访问人数n的增长而增大。The heat value H will increase with the increase of the number of page visits a, the number of visit days d, and the number of visitors n.

其中,页面访问数a代表短期因子参数,访问天数d代表长期因子参数,访问人数n为广泛因子参数,表示受欢迎的人群大小。Among them, the number of page visits a represents the short-term factor parameter, the number of visits d represents the long-term factor parameter, and the number of visitors n is the broad factor parameter, indicating the size of the popular crowd.

如果在一天内某个页面被访问次数多,当场就会影响热度变化。但如果用户的这种行为发生的天数有限,并不代表长期习惯,长期使用以后访问天数d对热度值H的影响显现,会削弱掉页面访问数a带来的短期影响。这些访问如果是由多个用户造成的,则对热度值H增长的贡献要优于单个用户,访问人数n越大,对热度值H增长的贡献越大。If a page is visited many times in a day, it will affect the change in popularity on the spot. However, if the number of days that the user’s behavior occurs is limited, it does not represent a long-term habit. After long-term use, the impact of the number of visits d on the heat value H will appear, which will weaken the short-term impact of the number of page visits a. If these visits are caused by multiple users, the contribution to the increase of the popularity value H is better than that of a single user. The larger the number of visitors n, the greater the contribution to the increase of the popularity value H.

热化模块201的工作流程结合图3说明如下:The workflow of the thermalization module 201 is described below with reference to FIG. 3 :

步骤S30,初始化;Step S30, initialization;

在初始化过程中,对每一个菜单的访问次数a、访问天数d、访问人数n、最新访问日期和热度值进行初始化,设置初始值均为0,存入存储模块203的表1;对每一个菜单被每一个用户访问的次数,设置初始值为0,存入存储模块203的表2。In the initialization process, the number of visits a, the number of days of visit d, the number of visitors n, the latest visit date and the popularity value of each menu are initialized, and the initial values are set to 0, and stored in Table 1 of the storage module 203; The number of times the menu is accessed by each user is set to an initial value of 0 and stored in Table 2 of the storage module 203 .

步骤S31,当有用户发生对该菜单页面的访问,将对存储模块203的表1的该菜单的访问次数a+1;Step S31, when a user accesses the menu page, the number of visits to the menu in Table 1 of the storage module 203 is a+1;

步骤S32,判断当前日期是否为最新的访问日期?如果不是跳过步骤S33,转入步骤S34;Step S32, determine whether the current date is the latest access date? If step S33 is not skipped, go to step S34;

步骤S33,如果当前日期是最新访问日期,对存储模块203的该菜单的访问天数d+1,将当前日期赋值给存储模块203的该菜单的最新访问日期;Step S33, if the current date is the latest access date, to the access days d+1 of this menu of the storage module 203, assign the current date to the latest access date of this menu of the storage module 203;

步骤S34,将存储模块203的表2中的当前用户对当前菜单页面的访问次数+1;Step S34, adding 1 to the number of visits to the current menu page by the current user in Table 2 of the storage module 203;

步骤S35,统计当前菜单页面的访问次数不为0的用户ID数作为访问人数n,存入存储模块203的表1;Step S35, count the number of user IDs whose access times of the current menu page are not 0 as the number of visitors n, and store them in Table 1 of the storage module 203;

步骤S36,根据获得的参数,参照公式(1)计算获得当前热度值;Step S36, according to the obtained parameters, calculate and obtain the current heat value with reference to formula (1);

步骤S37,结束热度值的计算流程。Step S37, ending the calculation flow of the heat value.

回到图2,衰减模块202定期,较佳实施例为每天进行热度衰减计算;Returning to FIG. 2 , the attenuation module 202 performs heat attenuation calculation on a regular basis, preferably every day;

按照连续未访问天数进行页面热度的衰减计算,定义衰减系数k为:Calculate the attenuation of page heat according to the number of consecutive unvisited days, and define the attenuation coefficient k as:

k=1/页面的连续未被访问天数 (3)k=1/number of consecutive unvisited days of the page (3)

则经衰减后的热度值H'为:Then the attenuated heat value H' is:

H'=H*k (4)H'=H*k (4)

每天定时将所有页面的热度值遍历并进行衰减计算,针对每页面按照公式(4)获得经衰减后的值H1’、H2’…,并覆盖原热化模块201中的原值,存储模块203中存储该衰减后的热度值。The heat values of all pages are traversed regularly every day and the attenuation calculation is performed, and the attenuated values H1', H2'... are obtained according to formula (4) for each page, and the original values in the original heating module 201 are overwritten, and the storage module 203 Store the attenuated heat value in .

热化模块201和衰减模块202将每次计算得到的热度值H和衰减热度值H’送入存储模块203。The thermalization module 201 and the attenuation module 202 send the heat value H and the attenuation heat value H' obtained by each calculation into the storage module 203.

呈现模块204,接收存储模块203获取的相关数据后,对所有页面热度H1,H2,……进行降序排序,取前m个,在“受欢迎菜单”菜单下显示这m个页面对应的菜单。若不满m个则取全部菜单进行显示。The presentation module 204, after receiving the relevant data obtained by the storage module 203, sorts all the page heats H 1 , H 2 , . menu. If there are less than m, all menus will be taken and displayed.

本申请还包括一种基于众包的受欢迎菜单呈现装置,包括存储器和处理器,其中,该存储器,用于存储可由处理器执行的指令;处理器,用于执行所述指令以实现如前文所述的基于众包的受欢迎菜单呈现方法。The present application also includes a crowdsourcing-based popular menu presentation apparatus, comprising a memory and a processor, wherein the memory is used to store instructions executable by the processor; the processor is used to execute the instructions to achieve the above The described crowdsourcing-based popular menu presentation method.

本申请的一种基于众包的受欢迎菜单呈现装置的一实施例可参考图4,图4是本申请另一实施例的一种基于众包的受欢迎菜单呈现装置的系统框图。参考图4所示,该基于众包的受欢迎菜单呈现装置200可包括内部通信总线401、处理器402、只读存储器(ROM)403、随机存取存储器(RAM)404以及通信端口405。当应用在个人计算机上时,该基于众包的受欢迎菜单呈现装置400还可以包括硬盘406。内部通信总线401可以实现该基于众包的受欢迎菜单呈现装置400组件间的数据通信。处理器402可以进行判断和发出提示。在一些实施例中,处理器402可以由一个或多个处理器组成。通信端口405可以实现该装置200与外部的数据通信。在一些实施例中,该基于众包的受欢迎菜单呈现装置200可以通过通信端口405从网络发送和接收信息及数据。该装置200还可以包括不同形式的程序储存单元以及数据储存单元,例如硬盘406,只读存储器(ROM)403和随机存取存储器(RAM)404,能够存储计算机处理和/或通信使用的各种数据文件,以及处理器402所执行的可能的程序指令。处理器执行这些指令以实现方法的主要部分。处理器处理的结果通过通信端口传给用户设备,在用户界面上显示。Referring to FIG. 4 for an embodiment of a crowdsourcing-based popular menu presentation apparatus of the present application, FIG. 4 is a system block diagram of a crowdsourcing-based popular menu presentation apparatus according to another embodiment of the present application. Referring to FIG. 4 , the crowdsourcing-based popular menu presentation device 200 may include an internal communication bus 401 , a processor 402 , a read only memory (ROM) 403 , a random access memory (RAM) 404 , and a communication port 405 . The crowdsourcing-based popular menu presentation apparatus 400 may also include a hard disk 406 when applied on a personal computer. The internal communication bus 401 may enable data communication among the components of the crowdsourcing-based popular menu presentation apparatus 400 . The processor 402 can make a judgment and issue a prompt. In some embodiments, processor 402 may consist of one or more processors. The communication port 405 can realize data communication between the device 200 and the outside. In some embodiments, the crowdsourcing-based popular menu presentation device 200 can send and receive information and data from the network through the communication port 405 . The apparatus 200 may also include various forms of program storage units and data storage units, such as hard disk 406, read only memory (ROM) 403 and random access memory (RAM) 404, capable of storing various computer processing and/or communication uses data files, and possibly program instructions executed by the processor 402 . The processor executes these instructions to implement the main part of the method. The result processed by the processor is transmitted to the user equipment through the communication port, and displayed on the user interface.

上述的基于众包的受欢迎菜单呈现方法可以实施为计算机程序,保存在硬盘406中,并可加载到处理器402中执行,以实施本申请的基于众包的受欢迎菜单呈现方法。The above-mentioned crowdsourcing-based popular menu presentation method can be implemented as a computer program, stored in the hard disk 406, and can be loaded into the processor 402 for execution, so as to implement the crowdsourcing-based popular menu presentation method of the present application.

本申请还包括一种存储有计算机程序代码的计算机可读介质,该计算机程序代码在由处理器执行时实现前文所述的一种基于众包的受欢迎菜单呈现方法。The present application also includes a computer-readable medium storing computer program code that, when executed by a processor, implements the aforementioned crowdsourcing-based popular menu presentation method.

前述公开的本发明涉及的基于众包的受欢迎菜单呈现方法和呈现装置方法,具有如下优点:The crowdsourcing-based popular menu presentation method and presentation device method of the present invention disclosed above have the following advantages:

整个呈现方法由后台自行完成,并不需要用户做出选择,而且,受欢迎菜单的内容是基于大众的习惯自动形成的;The entire presentation method is completed by the background itself, without requiring the user to make a choice, and the content of the popular menu is automatically formed based on the habits of the public;

本发明利用了众包平台,每个人都会对受欢迎菜单的内容产生影响,最终体现出一种群体特征。The present invention utilizes a crowdsourcing platform, and everyone will have an influence on the content of the popular menu, which finally reflects a group characteristic.

此外,呈现过程自适应实现,受欢迎菜单的内容会跟随大众使用习惯的变化而变化。同时兼顾用户短期行为、长期行为和群体行为的影响。此外,用户行为对常用菜单内容的生成和改变,其效果可以实时达成。In addition, the presentation process is implemented adaptively, and the content of the popular menu will change with the changes of the public's usage habits. At the same time, it takes into account the influence of users' short-term behavior, long-term behavior and group behavior. In addition, the effect of user behavior on the generation and change of common menu content can be achieved in real time.

本发明的一种基于众包的受欢迎菜单呈现方法实施为计算机程序时,也可以存储在计算机可读存储介质中作为制品。例如,计算机可读存储介质可以包括但不限于磁存储设备(例如,硬盘、软盘、磁条)、光盘(例如,压缩盘(CD)、数字多功能盘(DVD))、智能卡和闪存设备(例如,电可擦除可编程只读存储器(EPROM)、卡、棒、键驱动)。此外,本文描述的各种存储介质能代表用于存储信息的一个或多个设备和/或其它机器可读介质。术语“机器可读介质”可以包括但不限于能存储、包含和/或承载代码和/或指令和/或数据的无线信道和各种其它介质(和/或存储介质)。When a crowdsourcing-based popular menu presentation method of the present invention is implemented as a computer program, it can also be stored in a computer-readable storage medium as an article of manufacture. For example, computer-readable storage media may include, but are not limited to, magnetic storage devices (eg, hard disks, floppy disks, magnetic stripes), optical disks (eg, compact disks (CDs), digital versatile disks (DVDs)), smart cards, and flash memory devices ( For example, Electrically Erasable Programmable Read Only Memory (EPROM), card, stick, key drive). Additionally, various storage media described herein can represent one or more devices and/or other machine-readable media for storing information. The term "machine-readable medium" may include, but is not limited to, wireless channels and various other media (and/or storage media) capable of storing, containing, and/or carrying code and/or instructions and/or data.

应该理解,上文所描述的实施例仅是示意。本文描述的实施例可在硬件、软件、固件、中间件、微码或者其任意组合中实现。对于硬件实现,处理器可以在一个或者多个特定用途集成电路(ASIC)、数字信号处理器(DSP)、数字信号处理设备(DSPD)、可编程逻辑器件(PLD)、现场可编程门阵列(FPGA)、处理器、控制器、微控制器、微处理器和/或设计为执行本文所述功能的其它电子单元或者其结合内实现。It should be understood that the embodiments described above are illustrative only. The embodiments described herein may be implemented in hardware, software, firmware, middleware, microcode, or any combination thereof. For hardware implementation, the processor may be implemented in one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays ( FPGA), processors, controllers, microcontrollers, microprocessors, and/or other electronic units designed to perform the functions described herein, or combinations thereof.

本申请的一些方面可以完全由硬件执行、可以完全由软件(包括固件、常驻软件、微码等)执行、也可以由硬件和软件组合执行。以上硬件或软件均可被称为“数据块”、“模块”、“引擎”、“单元”、“组件”或“系统”。处理器可以是一个或多个专用集成电路(ASIC)、数字信号处理器(DSP)、数字信号处理器件(DAPD)、可编程逻辑器件(PLD)、现场可编程门阵列(FPGA)、处理器、控制器、微控制器、微处理器或者其组合。此外,本申请的各方面可能表现为位于一个或多个计算机可读介质中的计算机产品,该产品包括计算机可读程序编码。例如,计算机可读介质可包括,但不限于,磁性存储设备(例如,硬盘、软盘、磁带……)、光盘(例如,压缩盘CD、数字多功能盘DVD……)、智能卡以及闪存设备(例如,卡、棒、键驱动器……)。Some aspects of the present application may be performed entirely in hardware, entirely in software (including firmware, resident software, microcode, etc.), or in a combination of hardware and software. The above hardware or software may be referred to as a "data block", "module", "engine", "unit", "component" or "system". The processor may be one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DAPDs), programmable logic devices (PLDs), field programmable gate arrays (FPGAs), processors , controller, microcontroller, microprocessor, or a combination thereof. Furthermore, aspects of the present application may be embodied as a computer product comprising computer readable program code embodied in one or more computer readable media. For example, computer-readable media may include, but are not limited to, magnetic storage devices (eg, hard disks, floppy disks, magnetic tapes, ...), optical disks (eg, compact discs, CDs, digital versatile disks, DVDs, ...), smart cards, and flash memory devices ( For example, cards, sticks, key drives...).

计算机可读介质可能包含一个内含有计算机程序编码的传播数据信号,例如在基带上或作为载波的一部分。该传播信号可能有多种表现形式,包括电磁形式、光形式等等、或合适的组合形式。计算机可读介质可以是除计算机可读存储介质之外的任何计算机可读介质,该介质可以通过连接至一个指令执行系统、装置或设备以实现通讯、传播或传输供使用的程序。位于计算机可读介质上的程序编码可以通过任何合适的介质进行传播,包括无线电、电缆、光纤电缆、射频信号、或类似介质、或任何上述介质的组合。A computer-readable medium may contain a propagated data signal with the computer program code embodied therein, for example, on baseband or as part of a carrier wave. The propagating signal may take a variety of manifestations, including electromagnetic, optical, etc., or a suitable combination. A computer-readable medium can be any computer-readable medium other than a computer-readable storage medium that can communicate, propagate, or transmit a program for use by being coupled to an instruction execution system, apparatus, or device. Program code on a computer readable medium may be propagated by any suitable medium, including radio, cable, fiber optic cable, radio frequency signal, or the like, or a combination of any of the foregoing.

上文已对基本概念做了描述,显然,对于本领域技术人员来说,上述申请披露仅仅作为示例,而并不构成对本申请的限定。虽然此处并没有明确说明,本领域技术人员可能会对本申请进行各种修改、改进和修正。该类修改、改进和修正在本申请中被建议,所以该类修改、改进、修正仍属于本申请示范实施例的精神和范围。The basic concepts have been described above. Obviously, for those skilled in the art, the disclosure in the above application is only an example, and does not constitute a limitation to the present application. Although not explicitly described herein, various modifications, improvements, and corrections to this application may occur to those skilled in the art. Such modifications, improvements, and corrections are suggested in this application, so such modifications, improvements, and corrections still fall within the spirit and scope of the exemplary embodiments of this application.

如本申请和权利要求书中所示,除非上下文明确提示例外情形,“一”、“一个”、“一种”和/或“该”等词并非特指单数,也可包括复数。一般说来,术语“包括”与“包含”仅提示包括已明确标识的步骤和元素,而这些步骤和元素不构成一个排它性的罗列,方法或者设备也可能包含其他的步骤或元素。As shown in this application and in the claims, unless the context clearly dictates otherwise, the words "a", "an", "an" and/or "the" are not intended to be specific in the singular and may include the plural. Generally speaking, the terms "comprising" and "comprising" only imply that the clearly identified steps and elements are included, and these steps and elements do not constitute an exclusive list, and the method or apparatus may also include other steps or elements.

除非另外具体说明,否则在这些实施例中阐述的部件和步骤的相对布置、数字表达式和数值不限制本申请的范围。同时,应当明白,为了便于描述,附图中所示出的各个部分的尺寸并不是按照实际的比例关系绘制的。对于相关领域普通技术人员已知的技术、方法和设备可能不作详细讨论,但在适当情况下,技术、方法和设备应当被视为授权说明书的一部分。在这里示出和讨论的所有示例中,任何具体值应被解释为仅仅是示例性的,而不是作为限制。因此,示例性实施例的其它示例可以具有不同的值。应注意到:相似的标号和字母在下面的附图中表示类似项,因此,一旦某一项在一个附图中被定义,则在随后的附图中不需要对其进行进一步讨论。The relative arrangement of the components and steps, the numerical expressions and numerical values set forth in these embodiments do not limit the scope of the present application unless specifically stated otherwise. Meanwhile, it should be understood that, for the convenience of description, the dimensions of various parts shown in the accompanying drawings are not drawn in an actual proportional relationship. Techniques, methods, and apparatus known to those of ordinary skill in the relevant art may not be discussed in detail, but where appropriate, techniques, methods, and apparatus should be considered part of the authorized description. In all examples shown and discussed herein, any specific value should be construed as illustrative only and not as limiting. Accordingly, other examples of exemplary embodiments may have different values. It should be noted that like numerals and letters refer to like items in the following figures, so once an item is defined in one figure, it does not require further discussion in subsequent figures.

此外,尽管本申请中所使用的术语是从公知公用的术语中选择的,但是本申请说明书中所提及的一些术语可能是申请人按他或她的判断来选择的,其详细含义在本文的描述的相关部分中说明。此外,要求不仅仅通过所使用的实际术语,而是还要通过每个术语所蕴含的意义来理解本申请。In addition, although the terms used in this application are selected from well-known and common terms, some terms mentioned in the specification of this application may be chosen by the applicant at his or her judgment, and the detailed meanings of which are set forth herein. described in the relevant section of the description. Furthermore, it is required that the application be understood not only by the actual terms used, but also by the meaning implied by each term.

同时,本申请使用了特定词语来描述本申请的实施例。如“一个实施例”、“一实施例”、和/或“一些实施例”意指与本申请至少一个实施例相关的某一特征、结构或特点。因此,应强调并注意的是,本说明书中在不同位置两次或多次提及的“一实施例”或“一个实施例”或“一替代性实施例”并不一定是指同一实施例。此外,本申请的一个或多个实施例中的某些特征、结构或特点可以进行适当的组合。Meanwhile, the present application uses specific words to describe the embodiments of the present application. Such as "one embodiment," "an embodiment," and/or "some embodiments" means a certain feature, structure, or characteristic associated with at least one embodiment of the present application. Therefore, it should be emphasized and noted that two or more references to "an embodiment" or "one embodiment" or "an alternative embodiment" in different places in this specification are not necessarily referring to the same embodiment . Furthermore, certain features, structures or characteristics of the one or more embodiments of the present application may be combined as appropriate.

一些实施例中使用了描述成分、属性数量的数字,应当理解的是,此类用于实施例描述的数字,在一些示例中使用了修饰词“大约”、“近似”或“大体上”来修饰。除非另外说明,“大约”、“近似”或“大体上”表明所述数字允许有±20%的变化。相应地,在一些实施例中,说明书和权利要求中使用的数值参数均为近似值,该近似值根据个别实施例所需特点可以发生改变。在一些实施例中,数值参数应考虑规定的有效数位并采用一般位数保留的方法。尽管本申请一些实施例中用于确认其范围广度的数值域和参数为近似值,在具体实施例中,此类数值的设定在可行范围内尽可能精确。Some examples use numbers to describe quantities of ingredients and attributes, it should be understood that such numbers used to describe the examples, in some examples, use the modifiers "about", "approximately" or "substantially" to retouch. Unless stated otherwise, "about", "approximately" or "substantially" means that a variation of ±20% is allowed for the stated number. Accordingly, in some embodiments, the numerical parameters set forth in the specification and claims are approximations that can vary depending upon the desired characteristics of individual embodiments. In some embodiments, the numerical parameters should take into account the specified significant digits and use a general digit reservation method. Notwithstanding that the numerical fields and parameters used in some embodiments of the present application to confirm the breadth of their ranges are approximations, in particular embodiments such numerical values are set as precisely as practicable.

Claims (13)

1. A popular menu presentation method based on crowdsourcing, comprising the steps of:
responding a page corresponding to a certain menu to be accessed by one of a plurality of users in a crowdsourcing mode, and obtaining an access parameter based on the menu, wherein the access parameter comprises a short-term factor parameter, a long-term factor parameter and a wide factor parameter, and calculating and updating a heat value of the menu;
step two, periodically carrying out attenuation calculation on the heat value of each menu and updating the heat value of each menu; and
and thirdly, sequencing the menus according to the heat value, and presenting one or more menus sequenced at the front as popular menus.
2. The crowd-sourced popular menu presentation method of claim 1 wherein the short-term factor parameter comprises a number of page visits, the long-term factor parameter comprises a total time to visits, and the broad factor parameter comprises a number of visitors.
3. The crowd-sourced popular menu presentation method of claim 2,
in the first step, before the calculating and updating the heat value of the menu, the method further includes judging whether the current time is the latest access time, and if not, accumulating and updating the total access time.
4. The crowd-sourced popular menu presentation method of claim 3,
in the first step, a formula for calculating and updating the hot value of the menu based on the access parameter of the menu includes:
Figure FDA0003685931190000011
wherein a is the page visit number, d is the total visit time, and n is the visit number;
A. d, N are used to adjust the starting points of the three S-curves;
alpha, beta and gamma are the weight of the superposition of the three S curves;
p1, p2, p3 ∈ (0,1) to adjust the sensitivity of heat rise.
5. The crowd-sourced popular menu presentation method of claim 1,
in the second step, the heat value H' for performing attenuation update on the heat value of each menu is:
H'=H*k
wherein the attenuation coefficient k is the inverse of the number of consecutive unaccessed days of the page.
6. A popular menu presentation device based on crowdsourcing, the device comprising:
the hot module is configured to respond to a certain menu corresponding page accessed by one of a plurality of users, calculate and update a hot value of the menu based on access parameters of the menu, wherein the access parameters comprise a short-term factor parameter, a long-term factor parameter and a wide factor parameter;
the attenuation module is configured to periodically perform attenuation calculation on the heat value of each menu and update the heat value of each menu; and
and the presentation module is configured to rank the menus according to the updated popularity values and present one or more menus ranked in the front as popular menus.
7. The crowd-sourced based popular menu presentation device of claim 6,
the short-term factor parameter comprises page visit times, the long-term factor parameter comprises total visit time, and the wide factor parameter comprises visitor number.
8. The crowd-sourced based popular menu presentation device of claim 7,
and the thermalization module judges whether the current time is the latest access time or not before calculating and updating the heat value, and accumulates and updates the total access time if the current time is not the latest access time.
9. The crowd-sourced popular menu presentation device of claim 8,
the thermalization module calculates and updates a formula of the heat value of the menu according to the obtained access parameter:
Figure FDA0003685931190000031
wherein a is the page visit number, d is the total visit time, and n is the visit number;
A. d, N are used to adjust the starting points of the three S-curves;
alpha, beta and gamma are the weight of the superposition of the three S curves;
p1, p2, p3 ∈ (0,1) for adjusting the sensitivity of the rise in heat.
10. The crowd-sourced popular menu presentation device of claim 6, wherein the decay module decays the heat value by a heat value H' of:
H'=H*k
wherein the attenuation coefficient k is the inverse of the number of consecutive unaccessed days of the page.
11. The crowd-sourced popular menu presentation device of claim 10, wherein the device further comprises a storage module that receives a heat value H and a decay heat value H' each time the thermalization module and the decay module obtain.
12. A crowd-sourced popular menu presentation device, comprising:
a memory for storing instructions executable by the processor;
a processor for executing the instructions to implement the method of any one of claims 1 to 5.
13. A computer readable medium having stored thereon computer program code which, when executed by a processor, implements a method according to any of claims 1-5.
CN202210650596.4A 2022-06-09 2022-06-09 Popular menu presenting method and device based on crowdsourcing and computer readable medium Pending CN114968029A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210650596.4A CN114968029A (en) 2022-06-09 2022-06-09 Popular menu presenting method and device based on crowdsourcing and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210650596.4A CN114968029A (en) 2022-06-09 2022-06-09 Popular menu presenting method and device based on crowdsourcing and computer readable medium

Publications (1)

Publication Number Publication Date
CN114968029A true CN114968029A (en) 2022-08-30

Family

ID=82961536

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210650596.4A Pending CN114968029A (en) 2022-06-09 2022-06-09 Popular menu presenting method and device based on crowdsourcing and computer readable medium

Country Status (1)

Country Link
CN (1) CN114968029A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104238897A (en) * 2013-06-20 2014-12-24 腾讯科技(深圳)有限公司 Menu item displaying method and device
US20150127665A1 (en) * 2013-11-06 2015-05-07 International Business Machines Corporation Personalized Quantitative Measure of Accessibility
WO2017114116A1 (en) * 2015-12-29 2017-07-06 中国银联股份有限公司 Method, apparatus and device for managing functional icon of application program of terminal
CN109040844A (en) * 2018-09-25 2018-12-18 有米科技股份有限公司 A kind of method, apparatus and electronic equipment obtaining video temperature
CN110245274A (en) * 2019-04-23 2019-09-17 五八有限公司 A kind of label temperature calculates method, apparatus, electronic equipment and storage medium
CN110597702A (en) * 2019-09-20 2019-12-20 云南财经大学 A user behavior analysis system, method and medium
CN111737609A (en) * 2020-05-28 2020-10-02 苏州浪潮智能科技有限公司 A display method, terminal and storage medium of a WEB system menu bar
CN113139793A (en) * 2021-04-30 2021-07-20 武汉奇想文化传媒有限公司 Education platform student user intelligent management method, system, equipment and computer storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104238897A (en) * 2013-06-20 2014-12-24 腾讯科技(深圳)有限公司 Menu item displaying method and device
US20150127665A1 (en) * 2013-11-06 2015-05-07 International Business Machines Corporation Personalized Quantitative Measure of Accessibility
WO2017114116A1 (en) * 2015-12-29 2017-07-06 中国银联股份有限公司 Method, apparatus and device for managing functional icon of application program of terminal
CN109040844A (en) * 2018-09-25 2018-12-18 有米科技股份有限公司 A kind of method, apparatus and electronic equipment obtaining video temperature
CN110245274A (en) * 2019-04-23 2019-09-17 五八有限公司 A kind of label temperature calculates method, apparatus, electronic equipment and storage medium
CN110597702A (en) * 2019-09-20 2019-12-20 云南财经大学 A user behavior analysis system, method and medium
CN111737609A (en) * 2020-05-28 2020-10-02 苏州浪潮智能科技有限公司 A display method, terminal and storage medium of a WEB system menu bar
CN113139793A (en) * 2021-04-30 2021-07-20 武汉奇想文化传媒有限公司 Education platform student user intelligent management method, system, equipment and computer storage medium

Similar Documents

Publication Publication Date Title
US20230409349A1 (en) Systems and methods for proactively providing recommendations to a user of a computing device
KR102233805B1 (en) Improved user experience for unrecognized and new users
CN110879864B (en) Context recommendation method based on graph neural network and attention mechanism
US9123079B2 (en) Sponsored stories unit creation from organic activity stream
CN103678518B (en) Method and device for adjusting recommendation lists
JP6564364B2 (en) Maintaining tagged search results
US20110225170A1 (en) Adaptable relevance techniques for social activity streams
US9015170B2 (en) Entropy-based mixing and personalization
EP2567355A2 (en) Selecting content based on interest tags that are included in an interest cloud
US20170116658A1 (en) Objective Function Based Engine To Create Smart Product Groupings
JP2012519335A (en) Adheat advertising model for social networks
JP5667466B2 (en) Display order control system, method and program based on closeness between users, and information processing system, method and program for determining closeness between users to be reflected in display order
CN109766492A (en) Learning recommended methods, apparatus, devices and readable media
WO2014179378A1 (en) Targeted content provisioning based upon tagged search results
JP6160362B2 (en) Information evaluation apparatus, information evaluation method, and information evaluation program
JP6055912B2 (en) Terminal device and device program
CN114968029A (en) Popular menu presenting method and device based on crowdsourcing and computer readable medium
JP5165722B2 (en) Information providing server and information providing system
TWI828186B (en) Method, computer device, and computer readable recording medium for friend recommendation
RU2648951C1 (en) System and method of selecting and displaying recommended content to a user
CN114968030A (en) A presentation method, presentation device and computer-readable medium for an adaptive personalized menu
JP5731608B2 (en) Adheat advertising model for social networks
JP5289423B2 (en) Advertisement distribution destination extraction apparatus and method
JP2013050974A (en) Information provision server and information provision system
CN119848355A (en) Method, apparatus, device, storage medium and program product for content recommendation

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 314500 988 Tong Tong Road, Wu Tong Street, Tongxiang, Jiaxing, Zhejiang

Applicant after: United New Energy Automobile Co.,Ltd.

Address before: 314500 988 Tong Tong Road, Wu Tong Street, Tongxiang, Jiaxing, Zhejiang

Applicant before: Hozon New Energy Automobile Co., Ltd.

CB02 Change of applicant information
RJ01 Rejection of invention patent application after publication

Application publication date: 20220830

RJ01 Rejection of invention patent application after publication