WO2019041280A1 - Application resource recommendation method and related device - Google Patents

Application resource recommendation method and related device Download PDF

Info

Publication number
WO2019041280A1
WO2019041280A1 PCT/CN2017/100083 CN2017100083W WO2019041280A1 WO 2019041280 A1 WO2019041280 A1 WO 2019041280A1 CN 2017100083 W CN2017100083 W CN 2017100083W WO 2019041280 A1 WO2019041280 A1 WO 2019041280A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
resources
server
resource
policy
Prior art date
Application number
PCT/CN2017/100083
Other languages
French (fr)
Chinese (zh)
Inventor
罗月
Original Assignee
深圳市云中飞网络科技有限公司
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 深圳市云中飞网络科技有限公司 filed Critical 深圳市云中飞网络科技有限公司
Priority to PCT/CN2017/100083 priority Critical patent/WO2019041280A1/en
Priority to CN201780092278.8A priority patent/CN110771121A/en
Publication of WO2019041280A1 publication Critical patent/WO2019041280A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications

Definitions

  • the present application relates to the field of electronic technologies, and in particular, to an application resource recommendation method and related devices.
  • terminal devices such as smart phones
  • application resources Application, APP
  • the usual way to install an app on a terminal device is to download the app resource on the software store and install it.
  • the software store can recommend application resources to users during use.
  • the application resource recommendation method has recommended the application resource with the most downloaded times, recommended the application resource with a relatively short update time, or recommended the application resource with higher score.
  • An application resource recommendation method and related device are provided to recommend an application resource to a user based on a search record of the user, thereby improving the accuracy of the resource recommendation.
  • an embodiment of the present application provides an application resource recommendation method, including:
  • the server obtains a historical search record of the user
  • N application resources according to the historical search record, where N is an integer greater than 1;
  • the server recommends the application resource to the user according to the determined recommendation policy.
  • an application resource recommendation method including:
  • the terminal device acquires an application resource recommended by the server based on the recommended policy, where the application resource is determined by the server based on a historical search record of the user, and the recommended policy is determined by the server based on the first application label of the application resource;
  • the terminal device displays application resources recommended by the server.
  • an embodiment of the present application provides a server, including:
  • An obtaining unit configured to acquire a historical search record of the user
  • a determining unit configured to determine, according to the historical search record, N application resources, where N is an integer greater than 1, and determining a recommendation policy according to an application label of the N application resources;
  • a recommendation unit configured to recommend the application resource to the user according to the determined recommendation policy.
  • the embodiment of the present application provides a terminal device, including a processing unit, where the processing unit includes an acquiring unit and a display unit:
  • the acquiring unit is configured to obtain an application resource recommended by the server based on the recommended policy, where the application resource is determined by the server based on a historical search record of the user, where the recommendation policy is determined by the server according to the first application label of the application resource. of;
  • the display unit is configured to display application resources recommended by the server.
  • an embodiment of the present application provides a server, including one or more processors, one or more memories, one or more transceivers, and one or more programs, where the one or more programs are stored.
  • the program includes instructions for performing the steps in the method of the first aspect.
  • an embodiment of the present application provides a terminal device, including one or more processors, one or more memories, one or more transceivers, and one or more programs, where the one or more programs are Stored in the memory and configured to be executed by the one or more processors, the program comprising instructions for performing the steps in the method of the second aspect.
  • an embodiment of the present application provides a computer readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method as described in the first aspect.
  • an embodiment of the present application provides a computer readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method as described in the second aspect.
  • the embodiment of the present application provides a computer program product, where the computer program product includes a non-transitory computer readable storage medium storing a computer program, the computer program The computer is caused to perform the method as described in the first aspect.
  • embodiments of the present application provide a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform the first aspect The method described.
  • the recommended application resources are the same for different users, and the recommended application resources may not be the applications required by the user, and the accuracy of the resource recommendation is reduced.
  • the recommended application resource is determined based on the historical search record of the user, and the accuracy of the application resource recommended by the user may be improved.
  • the recommendation policy of the application resource is determined based on the application label of the application resource to be recommended. Can improve the flexibility of application resource recommendation.
  • FIG. 1 is a schematic flowchart of an application resource recommendation method according to an embodiment of the present invention.
  • FIG. 2 is a schematic diagram of an interface according to an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of another interface provided by an embodiment of the present invention.
  • FIG. 4 is a schematic flowchart of another application resource recommendation method according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a server according to an embodiment of the present disclosure.
  • FIG. 6 is a schematic structural diagram of a terminal device according to an embodiment of the present disclosure.
  • FIG. 7 is a schematic structural diagram of another server according to an embodiment of the present disclosure.
  • FIG. 8 is a schematic structural diagram of another terminal device according to an embodiment of the present disclosure.
  • FIG. 9 is a schematic structural diagram of another terminal device according to an embodiment of the present invention.
  • references to "an embodiment” herein mean that a particular feature, structure, or characteristic described in connection with the embodiments can be included in at least one embodiment of the present application.
  • the appearances of the phrases in various places in the specification are not necessarily referring to the same embodiments, and are not exclusive or alternative embodiments that are mutually exclusive. Those skilled in the art will understand and implicitly understand that the embodiments described herein can be combined with other embodiments.
  • a terminal device is a device that provides voice and/or data connectivity to a user, for example, a handheld device with wireless connectivity, an in-vehicle device, and the like.
  • Common terminal devices include, for example, mobile phones, tablets, notebook computers, PDAs, mobile internet devices (MIDs), wearable devices, such as smart watches, smart bracelets, pedometers, and the like.
  • MIDs mobile internet devices
  • wearable devices such as smart watches, smart bracelets, pedometers, and the like.
  • the server provides the device for the computing service. Assuming that the application resource recommendation method described in the present application is applied to a software store, the server is a software store application server.
  • FIG. 1 is a schematic flowchart of an application resource recommendation method according to an embodiment of the present disclosure, where the method includes:
  • Step 101 The server acquires a historical search record of the user.
  • the server acquires a historical search record of the user in the first time period, where the first time period includes the current system time. For example, suppose the current system time is 15:00, and the first time period is 14:50-15:10, then the server obtains the user recorded in the server at 14:50-15:10. Historical search history within.
  • the specific implementation manner of step 101 is: the server acquires a historical search record of the user in the second time period, and the end time node of the second time period is the current system time. For example, assuming that the current system time is 15:00 and the first time period is 14:40 to 15:00, the server obtains a historical search record of the user recorded in the server between 14:40 and 15:00.
  • Step 102 The server determines N application resources according to the historical search record, where N is an integer greater than 1.
  • the historical search record includes a record of the search term.
  • the specific implementation of step 102 is: the server counts the number of searches of the search term according to the historical search record to obtain the search times of the X search terms; Among the X search words, x search words whose search times are greater than or equal to the third threshold are selected, the x is an integer greater than 1; the server determines N application resources associated with the x search terms.
  • the third threshold is, for example, 3, 5, 6, 7, 10, 20 or other values.
  • the number of search words for search words is 15 times for instant communication, 20 times for games, 8 times for video playback, 7 times for audio playback, and 5 times for shopping.
  • x search terms are instant messaging and games, and the server determines 2 application resources for instant messaging and game management.
  • the determining, by the server, the N application resources associated with the x search terms is: the server determines, according to a mapping relationship between the number of search times and the number of application resources, each search word of the x search terms. Corresponding application resource quantity; the server determines an application resource associated with each search term according to the number of application resources corresponding to each search term, to obtain N application resources.
  • the x search words include a search term i and a search term j.
  • search number of the search term i is greater than the search number of the search term j
  • number of application resources associated with the search term i is greater than The number of application resources associated with the search term j.
  • the mapping relationship between the number of searches and the number of application resources is shown in Table 1.
  • Table 1 the number of application resources corresponding to instant communication is 7.
  • the number of application resources corresponding to the game The amount is 10, then the server finally determines the 7 application resources associated with the instant messaging and determines the 10 application resources associated with the game.
  • Step 103 The server determines a recommendation policy according to an application label of the N application resources.
  • the application tag refers to the type indication information of the application resource, for example, “instant communication”, “social chat”, “dating”, “dating friends”, “game”, “cool 3D”, “athleting king”, “Online games”, etc., are not limited here.
  • the specific implementation of the step 103 is: the server acquires M first application labels of the N application resources, where the M is a positive integer; the server obtains the current display of the terminal device of the user.
  • the server obtains the W second application labels of the application resources that are displayed by the terminal device of the user, and the server sends an information acquisition request to the terminal device.
  • the information acquisition request is used to obtain an application label of the application resource displayed by the current display interface of the terminal device; the terminal device receives an information acquisition request from the server; and the terminal device acquires the current display interface display of the terminal device.
  • the information response carries W second application tags of the application resources displayed by the current display interface of the terminal device.
  • step 103 when any one of the M first application tags does not match the first application tag and the W second application tags, the server determines the recommendation
  • the recommended policy of the N application resources is a second recommendation policy, where the second recommendation policy is used to recommend the following application resources: the application resource whose download times are greater than or equal to the first threshold, and the number of installed times is greater than or equal to the second Threshold application resources, as well as popular application resources.
  • the first threshold may be, for example, 10, 11, 13, 14, 18, 20 or other values.
  • the second threshold may be, for example, 11, 12, 15, 16, 18, 25 or other values.
  • the 10 application resources determined by the server are: application resource 1, application resource 2, application resource 3, . . . , application resource 10, and the server acquires the 10 application resources.
  • the application tag gets 30 (ie M) first application tags.
  • the application resources displayed on the current display interface of the terminal device are shown in FIG. 2.
  • the application resources displayed by the current display interface of the terminal device are: application resource 11, application resource 12, application resource 13, ..., Applying the resource 19, the server obtains the application tags of the nine application resources, and obtains 20 (that is, W) second application tags.
  • the server determines that the recommendation policy is the first recommendation policy. If any one of the 30 first application tags does not match the 20 second application tags, the server determines that the recommendation policy is the second recommendation policy.
  • the matching between the first application label and the second application label means that the first application label is the same as the second application label.
  • the first application tag is “social chat”
  • the second application tag is also “social chat”.
  • the first recommendation policy is used to recommend that the application label include the application resource of the at least one of the at least one first application label.
  • the at least one first application label is assumed to be the first application label 1 and the second application label. 1.
  • the first recommendation policy is used to recommend that the application label includes the application resource of the first application label 1, the first application label 2, or the first application label 1 and the first application label 2.
  • the application resource whose downloaded times are greater than or equal to the first threshold refers to being uploaded from the application resource.
  • the application resources whose download times are greater than or equal to the first threshold are accumulated.
  • the application resource whose installed number is greater than or equal to the second threshold refers to an application resource that is accumulated from the application resource after the online installation is greater than or equal to the second threshold.
  • Popular application resources refer to application resources that have been downloaded more frequently and/or have been installed more frequently.
  • Step 104 The server recommends the application resource to the terminal device of the user according to the determined recommendation policy.
  • the specific implementation manner of the step 104 is: the server selects, from the N application resources, the K times that the downloaded times are greater than or equal to the first threshold.
  • An application resource wherein the server selects, from the N application resources, an application tag that includes at least one of the at least one first application tag; the server uses the K application resource and the W The application resources are recommended to the user, and the K and the W are both smaller than the N.
  • the 10 application resources determined by the server are: application resource 1, application resource 2, application resource 3, ..., Application Resources 10.
  • the server first determines whether there are more than 20 application resources downloaded from the 10 application resources. If there are more than 2, the server selects 2 application resources from the 10 application resources that are downloaded more than 20 times, for example, Application Resource 1 and Application Resource 2.
  • the at least one first application label is the first application label 1 and the first application label 2
  • the server first determines whether the application label includes the first application label 1, the first application label 2, or the first application label. 1 and an application resource of the first application label 2 if the application label includes the application resource 3 of the first application label 1 and the application label includes the application resource 2 of the first application label 2.
  • the server recommends the application resource 1, the application resource 2, and the application resource 3 to the user.
  • the server selects, from the N application resources, the number of times that the downloaded number is greater than or equal to the first threshold.
  • the application resource the server selects, from the N application resources, H application resources whose installed times are greater than or equal to a second threshold; the server selects T popular application resources from the N application resources; The server recommends the G application resources, the H application resources, and the T popular application resources to the user, the G, the H, and the T Both are smaller than the N.
  • the 10 application resources determined by the server are: application resource 1, application resource 2, and application resource 3, . «, Application Resources 10.
  • the server first determines whether there are more than 20 application resources downloaded from the 10 application resources. If there are more than 2, the server selects 2 application resources from the 10 application resources that are downloaded more than 20 times, for example, Application Resource 1 and Application Resource 2.
  • the server first determines whether there are more than 18 application resources installed in the 10 application resources. If there is more than one, the server selects one application resource that is installed more than 18 times from the 10 application resources, for example, Application resource 3.
  • the server first determines whether there are hot application resources among the 10 application resources. If there is more than one, the server selects one popular application resource from the 10 application resources, for example, application resource 4.
  • the server recommends the application resource 1, the application resource 2, the application resource 3, and the application resource 4 to the user.
  • Step 105 The terminal device acquires an application resource recommended by the server, and the terminal device displays an application resource recommended by the server.
  • the terminal device displays the application resource recommended by the server, where the terminal device pops up a prompt box on the display interface of the terminal device, where the prompt is displayed in the prompt box.
  • Application icon for the application resource is displayed in the prompt box.
  • the method further includes:
  • the terminal device When detecting a click operation for the application icon, the terminal device displays an interface of an application resource corresponding to the application icon, the interface being at least one of the following: a download option, a detail information option, a comment button, and a related option.
  • the application resources recommended by the server to the terminal device are the application resource 1, the application resource 2, and the application resource 3.
  • the terminal device displays A prompt box is displayed on the interface, and the application icon 1 of the application resource 1, the application icon 2 of the application resource 2, and the application icon 3 of the application resource 3 are displayed in the prompt box, as shown in FIG. 3 .
  • the terminal device displays the interface of the application resource 1, and the interface of the application resource 1 is included in FIG.
  • the download option of downloading the application resource 1 the detailed information option of the application resource 1, the comment button of the application resource 1, the related option of the application resource 1, and the like.
  • the recommended application resource is determined based on the historical search record of the user, and the accuracy of the application resource recommended by the user can be improved.
  • the recommendation policy of the application resource is based on the application for determining the application resource to be recommended.
  • the tag and the terminal device display the application tag of the application resource currently displayed on the interface, which can improve the flexibility of the application resource recommendation.
  • different recommendation policies recommend different application resources to enable more comprehensive application resources to be pushed to the user. Thereby improving the user experience.
  • the embodiment of the present application further provides another more detailed method flow, as shown in FIG. 4, including:
  • Step 401 The server acquires a historical search record of the user.
  • Step 402 The server determines N application resources according to the historical search record, where N is an integer greater than 1.
  • Step 403 The server acquires M first application labels of the N application resources, where the M is a positive integer.
  • Step 404 The server acquires W second application labels of application resources displayed by the current display interface of the user terminal device, where W is a positive integer.
  • Step 405 The server determines whether the M first application tags have at least one first application tag that matches the W second application tags.
  • step 406 is performed.
  • step 407 is performed.
  • Step 406 The server determines that the recommended policy for recommending the application resource is a first recommendation policy, where the first recommendation policy is used to recommend the following application resources: an application resource whose download times are greater than or equal to a first threshold, and an application label includes: An application resource of at least one of the at least one first application tag.
  • Step 407 The server determines that the recommended policy for recommending the N application resources is a second recommendation policy, where the second recommendation policy is used to recommend the following application resources: an application resource whose downloaded times are greater than or equal to the first threshold. Application resources that are installed more than or equal to the second threshold, and popular Application resources. After performing step 407, steps 411 to 414 are performed.
  • Step 408 The server selects, from the N application resources, K application resources whose download times are greater than or equal to the first threshold.
  • Step 409 The server selects, from the N application resources, an application label that includes at least one of the at least one first application label.
  • Step 410 The server recommends the K application resources and the W application resources to the terminal device of the user, where the K and the W are smaller than the N.
  • Step 411 The server selects, from the N application resources, G application resources whose download times are greater than or equal to the first threshold.
  • Step 412 The server selects, from the N application resources, H application resources whose installed times are greater than or equal to a second threshold.
  • Step 413 The server selects T popular application resources from the N application resources.
  • Step 414 The server recommends the G application resources, the H application resources, and the T popular application resources to the terminal device of the user, where the G, the H, and the T are both smaller than The N.
  • Step 415 The terminal device acquires an application resource recommended by the server, and the terminal device displays an application resource recommended by the server.
  • FIG. 5 is a server 500 according to an embodiment of the present application, including: at least one processor, at least one memory, and at least one communication interface; and one or more programs;
  • the one or more programs are stored in the memory and are configured to be executed by the processor, the program including instructions for performing the following steps:
  • N application resources according to the historical search record, where N is an integer greater than 1;
  • the application resource is recommended to the user according to the determined recommendation policy.
  • the program in determining a recommendation policy based on an application tag of the N application resources, includes instructions specifically for performing the following steps:
  • the first recommendation The policy is used to recommend the following application resources: the application resource whose download times are greater than or equal to the first threshold, and the application label includes the application resource of at least one of the at least one first application label.
  • the program in recommending the application resource to the user in accordance with the determined recommendation policy, includes instructions specifically for performing the following steps:
  • the program includes instructions that are also used to perform the following steps:
  • the recommendation policy of the N application resources is recommended as the second recommendation policy.
  • the second recommendation policy is used to recommend the following application resources: an application resource whose downloaded times are greater than or equal to the first threshold, an application resource whose installed number is greater than or equal to a second threshold, and a popular application resource.
  • the program in recommending the application resource to the user in accordance with the determined recommendation policy, includes instructions specifically for performing the following steps:
  • FIG. 6 is a terminal device 600 according to an embodiment of the present application, including: at least one processor, at least one memory, and at least one communication interface; and one or more programs;
  • the one or more programs are stored in the memory and are configured to be executed by the processor, the program including instructions for performing the following steps:
  • an application resource recommended by the server based on the recommended policy where the application resource is determined by the server based on a historical search record of the user, where the recommendation policy is determined by the server based on the first application label of the application resource;
  • the program prior to obtaining an application resource recommended by the server based on the recommended policy, the program includes instructions further for performing the following steps:
  • the information response carrying a second application label of the application resource displayed by the current display interface of the terminal device, where the recommendation policy is that the server is based on the first application label and The second application tag is determined.
  • the recommendation policy includes a first recommendation policy and a second recommendation policy, where the first recommendation policy is used to recommend the following application resources: an application resource whose download times are greater than or equal to the first threshold, and an application label including the An application resource of at least one of the at least one first application label; the second recommendation policy is used to recommend the following application resource: an application resource whose downloaded times are greater than or equal to the first threshold, and an installed number of times greater than or equal to a second Threshold application resources, as well as popular application resources.
  • the terminal device includes corresponding hardware structures and/or software modules for executing the respective functions.
  • the present application can be implemented in a combination of hardware or hardware and computer software in combination with the elements and algorithm steps of the various examples described in the embodiments disclosed herein. Whether a function is implemented in hardware or computer software to drive hardware depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for each particular application to implement the described functionality, but such implementation should not be considered to be beyond the scope of the application.
  • the embodiment of the present application may divide the functional unit into the terminal device according to the foregoing method example.
  • each functional unit may be divided according to each function, or two or more functions may be integrated into one processing unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit. It should be noted that the division of the unit in the embodiment of the present application is schematic, and is only a logical function division. In actual implementation, there may be another division manner.
  • FIG. 7 shows a block diagram of a possible functional unit composition of the server involved in the above embodiment.
  • the server 700 includes a processing unit 701, a communication unit 702, and a storage unit 703.
  • the processing unit 701 includes an acquisition unit 7011, a determination unit 7012, and a recommendation unit 7013.
  • the storage unit 703 is configured to store program codes and data of the server.
  • the communication unit 702 is used to support communication between the server and other devices. Some of the above units (acquisition unit 7011, determination unit 7012, and recommendation unit 7013) are used to perform the relevant steps of the above method.
  • the obtaining unit 7011 is configured to acquire a historical search record of the user.
  • a determining unit 7012 configured to determine, according to the historical search record, N application resources, where N is an integer greater than 1, and determining a recommendation policy according to an application label of the N application resources;
  • the recommendation unit 7013 is configured to recommend the application resource to the user according to the determined recommendation policy.
  • the determining unit 7012 is specifically configured to:
  • the first recommendation The policy is used to recommend the following application resources: the application resource whose download times are greater than or equal to the first threshold, and the application label includes the application resource of at least one of the at least one first application label.
  • the recommending unit 7013 is specifically configured to:
  • the determining unit 7012 is further configured to:
  • the second recommendation policy is used to recommend the following application resources: an application resource whose downloaded times are greater than or equal to the first threshold, an application resource whose installed number is greater than or equal to a second threshold, and a popular application resource.
  • the recommending unit 7013 is specifically configured to:
  • the processing unit 701 may be a processor or a controller, and may be, for example, a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), and an application specific integrated circuit (Application- Specific Integrated Circuit (ASIC), Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof, which may be implemented or executed in conjunction with the present disclosure.
  • CPU central processing unit
  • DSP digital signal processor
  • ASIC Application- Specific Integrated Circuit
  • FPGA Field Programmable Gate Array
  • the processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like.
  • the storage unit 703 can be a memory
  • the communication unit 702 can be a transceiver, a transceiver circuit, a radio frequency chip, a communication interface, or the like.
  • FIG. 8 shows a block diagram of a possible functional unit configuration of the terminal device involved in the above embodiment.
  • the terminal device 800 includes a processing unit 801, a communication unit 802, and a storage unit 803.
  • the processing unit 801 includes an obtaining unit 8011 and a display unit 8012.
  • the storage unit 803 is configured to store program codes and data of the terminal device.
  • the communication unit 802 is used to support communication between the terminal device and other devices. Some of the above units (acquisition unit 8011 and display unit 8012) are used to perform the relevant steps of the above method.
  • the obtaining unit 8011 is configured to obtain an application resource recommended by the server based on the recommended policy, where the application resource is determined by the server based on a history search record of the user, where the recommendation policy is a first application label of the server based on the application resource. definite;
  • the display unit 8012 is configured to display application resources recommended by the server.
  • the processing unit 801 is further configured to receive, by the communication unit 802, an information acquisition request from the server, and send, by using the communication unit 802, an information response to the server, where the information response is carried.
  • the terminal device currently displays a second application label of the application resource displayed by the interface, where the recommendation policy is determined by the server based on the first application label and the second application label.
  • the recommendation policy includes a first recommendation policy and a second recommendation policy, where the first recommendation policy is used to recommend the following application resources: the application resource whose downloaded times are greater than or equal to the first threshold
  • the source and the application label include an application resource of at least one of the at least one first application label
  • the second recommendation policy is used to recommend the following application resource: an application resource that is downloaded more than or equal to the first threshold, is installed Application resources whose number of times is greater than or equal to the second threshold, and popular application resources.
  • the processing unit 801 can be a processor or a controller, and can be, for example, a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), and an application specific integrated circuit (Application- Specific Integrated Circuit (ASIC), Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof, which may be implemented or executed in conjunction with the present disclosure.
  • the processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like.
  • the storage unit 803 can be a memory
  • the communication unit 802 can be a transceiver, a transceiver circuit, a radio frequency chip, a communication interface, or the like.
  • the embodiment of the present application further provides a terminal device. As shown in FIG. 9 , for the convenience of description, only parts related to the embodiment of the present application are shown. If the specific technical details are not disclosed, refer to the method part of the embodiment of the present application. .
  • the terminal device is a mobile phone as an example:
  • FIG. 9 is a block diagram showing a partial structure of a mobile phone related to a terminal device provided by an embodiment of the present application.
  • the mobile phone includes: a radio frequency (RF) circuit 10 , a memory 20 , an input unit 30 , a display unit 40 , a sensor 50 , an audio circuit 60 , a wireless fidelity (WiFi) module 70 , and a processor 80 .
  • RF radio frequency
  • the structure of the handset shown in FIG. 9 does not constitute a limitation to the handset, and may include more or less components than those illustrated, or some components may be combined, or different components may be arranged.
  • the RF circuit 10 can be used for receiving and transmitting information.
  • RF circuit 10 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like.
  • LNA Low Noise Amplifier
  • RF circuit 10 can also communicate with the network and other devices via wireless communication.
  • the above wireless communication may use any communication standard or protocol, including but not limited to Global System of Mobile communication (GSM), general packet radio service (General Packet Radio Service, GPRS), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), e-mail, Short Messaging Service (SMS), etc.
  • GSM Global System of Mobile communication
  • GPRS General Packet Radio Service
  • CDMA Code Division Multiple Access
  • WCDMA Wideband Code Division Multiple Access
  • LTE Long Term Evolution
  • SMS Short Messaging Service
  • the memory 20 can be used to store software programs and modules, and the processor 80 executes various functional applications and data processing of the mobile phone by running software programs and modules stored in the memory 20.
  • the memory 20 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function, and the like; the storage data area may store data created according to usage of the mobile phone, and the like.
  • the memory 20 may include a high speed random access memory, and may also include a nonvolatile memory such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
  • the input unit 30 can be configured to receive input numeric or character information and to generate key signal inputs related to user settings and function controls of the handset.
  • the input unit 30 may include a fingerprint recognition module and other input devices.
  • the fingerprint identification module can collect fingerprint data of the user on it.
  • Other input devices may include, but are not limited to, one or more of a touch screen, a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, joysticks, and the like.
  • the display unit 40 can be used to display information input by the user or information provided to the user as well as various menus of the mobile phone.
  • the display unit 40 can include a display screen 41.
  • the display screen 41 can be configured in the form of a liquid crystal display (LCD), an organic light-emitting diode (OLED), or the like.
  • the handset may also include at least one type of sensor 50, such as a light sensor, motion sensor, and other sensors.
  • the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display screen 41 according to the brightness of the ambient light, and the proximity sensor may turn off the display screen 41 and/or when the mobile phone moves to the ear. Or backlight.
  • the accelerometer sensor can detect the magnitude of acceleration in all directions (usually three axes). When it is stationary, it can detect the magnitude and direction of gravity. It can be used to identify the gesture of the mobile phone (such as horizontal and vertical screen switching, related Game, magnetometer attitude calibration), vibration recognition related functions (such as pedometer, tapping), etc.
  • the mobile phone can also be configured with gyroscopes, barometers, hygrometers, thermometers, infrared sensors and other sensors, not here Let me repeat.
  • the audio circuit 60, the speaker 61, and the microphone 62 provide an audio interface between the user and the handset.
  • the audio circuit 60 can transmit the converted electrical data of the received audio data to the speaker 61 for conversion to the sound signal by the speaker 61.
  • the microphone 62 converts the collected sound signal into an electrical signal by the audio circuit 60. After receiving, it is converted into audio data, processed by the audio data playback processor 80, sent to the other mobile phone via the RF circuit 10, or played to the memory 20 for further processing.
  • WiFi is a short-range wireless transmission technology.
  • the mobile phone can help users to send and receive emails, browse web pages and access streaming media through the WiFi module 70. It provides users with wireless broadband Internet access.
  • FIG. 9 shows the WiFi module 70, it can be understood that it does not belong to the essential configuration of the mobile phone, and can be omitted as needed within the scope of not changing the essence of the invention.
  • the processor 80 is the control center of the handset, which connects various portions of the entire handset using various interfaces and lines, by executing or executing software programs and/or modules stored in the memory 20, and invoking data stored in the memory 20, The phone's various functions and processing data, so that the overall monitoring of the phone.
  • the processor 80 may include one or more processing units; preferably, the processor 80 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, an application, and the like.
  • the modem processor primarily handles wireless communications. It will be appreciated that the above described modem processor may also not be integrated into the processor 80.
  • the handset also includes a power source 90 (such as a battery) that supplies power to the various components.
  • a power source 90 such as a battery
  • the power source can be logically coupled to the processor 80 through a power management system to manage functions such as charging, discharging, and power management through the power management system.
  • the mobile phone may further include a camera, a Bluetooth module, and the like, and details are not described herein again.
  • the process on the terminal device side in each step method may be implemented based on the structure of the mobile phone.
  • each unit function can be implemented based on the structure of the mobile phone.
  • the embodiment of the present application further provides a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, the computer program causing the computer to perform some or all of the steps of any of the methods described in the foregoing method embodiments.
  • the computer includes a server.
  • the embodiment of the present application further provides a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, the computer program causing the computer to perform some or all of the steps of any of the methods described in the foregoing method embodiments.
  • the computer includes a terminal device.
  • the embodiment of the present application further provides a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform the operations as recited in the foregoing method embodiments Part or all of the steps of either method.
  • the computer program product can be a software installation package, the computer including a server.
  • the embodiment of the present application further provides a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform the operations as recited in the foregoing method embodiments Part or all of the steps of either method.
  • the computer program product can be a software installation package, the computer including a terminal device.
  • the steps of the method or algorithm described in the embodiments of the present application may be implemented in a hardware manner, or may be implemented by a processor executing software instructions.
  • the software instructions may be composed of corresponding software modules, which may be stored in a random access memory (RAM), a flash memory, a read only memory (ROM), an erasable programmable read only memory ( Erasable Programmable ROM (EPROM), electrically erasable programmable read only memory (EEPROM), registers, hard disk, removable hard disk, compact disk read only (CD-ROM) or any other form of storage medium known in the art.
  • An exemplary storage medium is coupled to the processor to enable the processor to read information from, and write information to, the storage medium.
  • the storage medium can also be an integral part of the processor.
  • the processor and the storage medium can be located in an ASIC. Additionally, the ASIC can be located in an access network device, a target network device, or a core network device. Of course, the processor and the storage medium may also exist as discrete components in the access network device, the target network device, or the core network device.
  • the functions described in the embodiments of the present application may be implemented in whole or in part by software, hardware, firmware, or any combination thereof.
  • software it may be implemented in whole or in part in the form of a computer program product.
  • the computer program product includes one or more computer instructions.
  • the processes or functions described in accordance with embodiments of the present application are generated in whole or in part.
  • Place The computer can be a general purpose computer, a special purpose computer, a computer network, or other programmable device.
  • the computer instructions can be stored in a computer readable storage medium or transferred from one computer readable storage medium to another computer readable storage medium, for example, the computer instructions can be from a website site, computer, server or data center Transmission to another website site, computer, server, or data center by wire (eg, coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (eg, infrared, wireless, microwave, etc.).
  • the computer readable storage medium can be any available media that can be accessed by a computer or a data storage device such as a server, data center, or the like that includes one or more available media.
  • the usable medium may be a magnetic medium (for example, a floppy disk, a hard disk, a magnetic tape), an optical medium (for example, a digital video disc (DVD)), or a semiconductor medium (for example, a solid state disk (SSD)). )Wait.
  • a magnetic medium for example, a floppy disk, a hard disk, a magnetic tape
  • an optical medium for example, a digital video disc (DVD)
  • DVD digital video disc
  • SSD solid state disk

Abstract

An application resource recommendation method comprises: a server obtains a history search record of a user (101); the server determines N application resources according to the history search record, N being an integer greater than 1 (102); the server determines a recommendation policy according to application labels of the N application resources (103); and the server recommends the application resources to the user according to the determined recommendation policy (104). Also provided is a related device. The accuracy of resource recommendation can be improved.

Description

应用资源推荐方法及相关设备Application resource recommendation method and related equipment 技术领域Technical field
本申请涉及电子技术领域,尤其涉及一种应用资源推荐方法及相关设备。The present application relates to the field of electronic technologies, and in particular, to an application resource recommendation method and related devices.
背景技术Background technique
现如今,终端设备(如智能手机)已经是人们日常生活不可或缺的工具,以及各种功能的应用资源软件(Application,APP)应运而生,给人们带来了极大的便利。将APP安装于终端设备通常的做法是在软件商店上下载应用资源然后进行安装。为了给人们更好的体验,软件商店在使用过程中可以向用户推荐应用资源。目前,应用资源推荐方式有给用户推荐被下载次数最多的应用资源、给用户推荐更新时间比较近的应用资源、或者给用户推荐打分较高的应用资源。Nowadays, terminal devices (such as smart phones) are already indispensable tools for people's daily life, and application resources (Application, APP) of various functions have emerged at the historic moment, bringing great convenience to people. The usual way to install an app on a terminal device is to download the app resource on the software store and install it. In order to give people a better experience, the software store can recommend application resources to users during use. Currently, the application resource recommendation method has recommended the application resource with the most downloaded times, recommended the application resource with a relatively short update time, or recommended the application resource with higher score.
发明内容Summary of the invention
本申请实施例提供一种应用资源推荐方法及相关设备,以基于用户的搜索记录给用户推荐应用资源,提升资源推荐的准确性。An application resource recommendation method and related device are provided to recommend an application resource to a user based on a search record of the user, thereby improving the accuracy of the resource recommendation.
第一方面,本申请实施例提供一种应用资源推荐方法,包括:In a first aspect, an embodiment of the present application provides an application resource recommendation method, including:
服务器获取用户的历史搜索记录;The server obtains a historical search record of the user;
所述服务器根据所述历史搜索记录确定N个应用资源,所述N为大于1的整数;Determining, by the server, N application resources according to the historical search record, where N is an integer greater than 1;
所述服务器根据所述N个应用资源的应用标签确定推荐策略;Determining, by the server, a recommendation policy according to an application label of the N application resources;
所述服务器根据确定的推荐策略将所述应用资源推荐给所述用户。The server recommends the application resource to the user according to the determined recommendation policy.
第二方面,本申请实施例提供一种应用资源推荐方法,包括:In a second aspect, the embodiment of the present application provides an application resource recommendation method, including:
终端设备获取服务器基于推荐策略推荐的应用资源,所述应用资源是所述服务器基于用户的历史搜索记录确定,所述推荐策略是服务器基于所述应用资源的第一应用标签确定的; The terminal device acquires an application resource recommended by the server based on the recommended policy, where the application resource is determined by the server based on a historical search record of the user, and the recommended policy is determined by the server based on the first application label of the application resource;
所述终端设备展示所述服务器推荐的应用资源。The terminal device displays application resources recommended by the server.
第三方面,本申请实施例提供一种服务器,包括:In a third aspect, an embodiment of the present application provides a server, including:
获取单元,用于获取用户的历史搜索记录;An obtaining unit, configured to acquire a historical search record of the user;
确定单元,用于根据所述历史搜索记录确定N个应用资源,所述N为大于1的整数;根据所述N个应用资源的应用标签确定推荐策略;a determining unit, configured to determine, according to the historical search record, N application resources, where N is an integer greater than 1, and determining a recommendation policy according to an application label of the N application resources;
推荐单元,用于根据确定的推荐策略将所述应用资源推荐给所述用户。a recommendation unit, configured to recommend the application resource to the user according to the determined recommendation policy.
第四方面,本申请实施例提供一种终端设备,包括处理单元,所述处理单元包括获取单元和展示单元:In a fourth aspect, the embodiment of the present application provides a terminal device, including a processing unit, where the processing unit includes an acquiring unit and a display unit:
所述获取单元,用于获取服务器基于推荐策略推荐的应用资源,所述应用资源是所述服务器基于用户的历史搜索记录确定,所述推荐策略是服务器基于所述应用资源的第一应用标签确定的;The acquiring unit is configured to obtain an application resource recommended by the server based on the recommended policy, where the application resource is determined by the server based on a historical search record of the user, where the recommendation policy is determined by the server according to the first application label of the application resource. of;
所述展示单元,用于展示所述服务器推荐的应用资源。The display unit is configured to display application resources recommended by the server.
第五方面,本申请实施例提供一种服务器,包括一个或多个处理器、一个或多个存储器、一个或多个收发器,以及一个或多个程序,所述一个或多个程序被存储在所述存储器中,并且被配置由所述一个或多个处理器执行,所述程序包括用于执行如第一方面所述的方法中的步骤的指令。In a fifth aspect, an embodiment of the present application provides a server, including one or more processors, one or more memories, one or more transceivers, and one or more programs, where the one or more programs are stored. In the memory, and configured to be executed by the one or more processors, the program includes instructions for performing the steps in the method of the first aspect.
第六方面,本申请实施例提供一种终端设备,包括一个或多个处理器、一个或多个存储器、一个或多个收发器,以及一个或多个程序,所述一个或多个程序被存储在所述存储器中,并且被配置由所述一个或多个处理器执行,所述程序包括用于执行如第二方面所述的方法中的步骤的指令。In a sixth aspect, an embodiment of the present application provides a terminal device, including one or more processors, one or more memories, one or more transceivers, and one or more programs, where the one or more programs are Stored in the memory and configured to be executed by the one or more processors, the program comprising instructions for performing the steps in the method of the second aspect.
第七方面,本申请实施例提供一种计算机可读存储介质,其存储用于电子数据交换的计算机程序,其中,所述计算机程序使得计算机执行如第一方面所述的方法。In a seventh aspect, an embodiment of the present application provides a computer readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method as described in the first aspect.
第八方面,本申请实施例提供一种计算机可读存储介质,其存储用于电子数据交换的计算机程序,其中,所述计算机程序使得计算机执行如第二方面所述的方法。In an eighth aspect, an embodiment of the present application provides a computer readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method as described in the second aspect.
第九方面,本申请实施例提供一种计算机程序产品,所述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,所述计算机程序可操 作来使计算机执行如第一方面所述的方法。In a ninth aspect, the embodiment of the present application provides a computer program product, where the computer program product includes a non-transitory computer readable storage medium storing a computer program, the computer program The computer is caused to perform the method as described in the first aspect.
第十方面,本申请实施例提供一种计算机程序产品,所述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,所述计算机程序可操作来使计算机执行如第一方面所述的方法。In a tenth aspect, embodiments of the present application provide a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform the first aspect The method described.
对于背景技术中所述的几种推荐方式而言,推荐的应用资源对于不同的用户是一样的,推荐的应用资源可能不是用户所需要的应用,降低资源推荐的准确性。在本申请中,推荐的应用资源是基于用户的历史搜索记录确定的,可提升给用户推荐的应用资源的准确性,另外,应用资源的推荐策略是基于确定要推荐的应用资源的应用标签确定的,可提升应用资源推荐的灵活性。For the recommended methods described in the background, the recommended application resources are the same for different users, and the recommended application resources may not be the applications required by the user, and the accuracy of the resource recommendation is reduced. In the application, the recommended application resource is determined based on the historical search record of the user, and the accuracy of the application resource recommended by the user may be improved. In addition, the recommendation policy of the application resource is determined based on the application label of the application resource to be recommended. Can improve the flexibility of application resource recommendation.
本申请的这些方面或其他方面在以下实施例的描述中会更加简明易懂。These and other aspects of the present application will be more readily apparent from the following description of the embodiments.
附图说明DRAWINGS
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the embodiments or the prior art description will be briefly described below. Obviously, the drawings in the following description are only It is a certain embodiment of the present application, and other drawings can be obtained according to the drawings without any creative work for those skilled in the art.
图1是本发明实施例提供的一种应用资源推荐方法的流程示意图;1 is a schematic flowchart of an application resource recommendation method according to an embodiment of the present invention;
图2是本发明实施例提供的一种界面示意图;2 is a schematic diagram of an interface according to an embodiment of the present invention;
图3是本发明实施例提供的另一种界面示意图;FIG. 3 is a schematic diagram of another interface provided by an embodiment of the present invention; FIG.
图4是本发明实施例提供的另一种应用资源推荐方法的流程示意图;4 is a schematic flowchart of another application resource recommendation method according to an embodiment of the present invention;
图5是本发明实施例提供的一种服务器的结构示意图;FIG. 5 is a schematic structural diagram of a server according to an embodiment of the present disclosure;
图6是本发明实施例提供的一种终端设备的结构示意图;FIG. 6 is a schematic structural diagram of a terminal device according to an embodiment of the present disclosure;
图7是本发明实施例提供的另一种服务器的结构示意图;FIG. 7 is a schematic structural diagram of another server according to an embodiment of the present disclosure;
图8是本发明实施例提供的另一种终端设备的结构示意图;FIG. 8 is a schematic structural diagram of another terminal device according to an embodiment of the present disclosure;
图9是本发明实施例提供的另一种终端设备的结构示意图。FIG. 9 is a schematic structural diagram of another terminal device according to an embodiment of the present invention.
具体实施方式Detailed ways
为了使本技术领域的人员更好地理解本申请方案,下面将结合本申请实施 例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分的实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本申请保护的范围。In order to enable those skilled in the art to better understand the solution of the present application, the following will be implemented in conjunction with the present application. The technical solutions in the embodiments of the present application are clearly and completely described in the accompanying drawings. It is obvious that the described embodiments are only a part of the embodiments of the present application, and not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present application without departing from the inventive scope shall fall within the scope of the application.
以下分别进行详细说明。The details are described below separately.
本申请的说明书和权利要求书及所述附图中的术语“第一”、“第二”、“第三”和“第四”等是用于区别不同对象,而不是用于描述特定顺序。此外,术语“包括”和“具有”以及它们任何变形,意图在于覆盖不排他的包含。例如包含了一系列步骤或单元的过程、方法、系统、产品或设备没有限定于已列出的步骤或单元,而是可选地还包括没有列出的步骤或单元,或可选地还包括对于这些过程、方法、产品或设备固有的其它步骤或单元。The terms "first", "second", "third", and "fourth" and the like in the specification and claims of the present application and the drawings are used to distinguish different objects, and are not used to describe a specific order. . Furthermore, the terms "comprises" and "comprising" and "comprising" are intended to cover a non-exclusive inclusion. For example, a process, method, system, product, or device that comprises a series of steps or units is not limited to the listed steps or units, but optionally also includes steps or units not listed, or, optionally, Other steps or units inherent to these processes, methods, products or equipment.
在本文中提及“实施例”意味着,结合实施例描述的特定特征、结构或特性可以包含在本申请的至少一个实施例中。在说明书中的各个位置出现该短语并不一定均是指相同的实施例,也不是与其它实施例互斥的独立的或备选的实施例。本领域技术人员显式地和隐式地理解的是,本文所描述的实施例可以与其它实施例相结合。References to "an embodiment" herein mean that a particular feature, structure, or characteristic described in connection with the embodiments can be included in at least one embodiment of the present application. The appearances of the phrases in various places in the specification are not necessarily referring to the same embodiments, and are not exclusive or alternative embodiments that are mutually exclusive. Those skilled in the art will understand and implicitly understand that the embodiments described herein can be combined with other embodiments.
终端设备是一种向用户提供语音和/或数据连通性的设备,例如,具有无线连接功能的手持式设备、车载设备等。常见的终端设备例如包括:手机、平板电脑、笔记本电脑、掌上电脑、移动互联网设备(mobile internet device,MID)、可穿戴设备,例如智能手表、智能手环、计步器等。A terminal device is a device that provides voice and/or data connectivity to a user, for example, a handheld device with wireless connectivity, an in-vehicle device, and the like. Common terminal devices include, for example, mobile phones, tablets, notebook computers, PDAs, mobile internet devices (MIDs), wearable devices, such as smart watches, smart bracelets, pedometers, and the like.
服务器提供计算服务的设备。假设本申请所述的应用资源推荐方法应用于软件商店,那么服务器为软件商店应用服务器。The server provides the device for the computing service. Assuming that the application resource recommendation method described in the present application is applied to a software store, the server is a software store application server.
请参见图1,图1为本申请实施例提供的一种应用资源推荐方法的流程示意图,该方法包括:Referring to FIG. 1 , FIG. 1 is a schematic flowchart of an application resource recommendation method according to an embodiment of the present disclosure, where the method includes:
步骤101:服务器获取用户的历史搜索记录。Step 101: The server acquires a historical search record of the user.
具体地,步骤101的具体实施方式有:服务器获取第一时段内用户的历史搜索记录,第一时段包括当前系统时间。比如,假设当前系统时间为15:00,第一时段为14:50~15:10,那么服务器获取服务器中记录的用户在14:50~15:10 内的历史搜索记录。步骤101的具体实施方式有:服务器获取第二时段内用户的历史搜索记录,第二时段的终止时间节点为当前系统时间。比如,假设当前系统时间为15:00,第一时段为14:40~15:00,那么服务器获取服务器中记录的用户在14:40~15:00内的历史搜索记录。Specifically, in a specific implementation manner of step 101, the server acquires a historical search record of the user in the first time period, where the first time period includes the current system time. For example, suppose the current system time is 15:00, and the first time period is 14:50-15:10, then the server obtains the user recorded in the server at 14:50-15:10. Historical search history within. The specific implementation manner of step 101 is: the server acquires a historical search record of the user in the second time period, and the end time node of the second time period is the current system time. For example, assuming that the current system time is 15:00 and the first time period is 14:40 to 15:00, the server obtains a historical search record of the user recorded in the server between 14:40 and 15:00.
步骤102:服务器根据所述历史搜索记录确定N个应用资源,所述N为大于1的整数。Step 102: The server determines N application resources according to the historical search record, where N is an integer greater than 1.
在一示例中,历史搜索记录包括搜索词的记录,步骤102的具体实施方式有:服务器根据所述历史搜索记录统计搜索词的搜索次数,以得到X个搜索词的搜索次数;服务器从所述X个搜索词中选取搜索次数大于或等于第三阈值的x个搜索词,所述x为大于1的整数;服务器确定与所述x个搜索词关联的N个应用资源。In an example, the historical search record includes a record of the search term. The specific implementation of step 102 is: the server counts the number of searches of the search term according to the historical search record to obtain the search times of the X search terms; Among the X search words, x search words whose search times are greater than or equal to the third threshold are selected, the x is an integer greater than 1; the server determines N application resources associated with the x search terms.
其中,第三阈值例如是3、5、6、7、10、20或是其他值。The third threshold is, for example, 3, 5, 6, 7, 10, 20 or other values.
举例来说,第三阈值=10,X=5个,N=2,假设服务器根据历史搜索记录统计得到这5个搜索词有:即时通信、游戏、视频播放、音频播放、购物,这5个搜索词的搜索次数有即时通信的搜索次数为15次,游戏的搜索次数为20次,视频播放的搜索次数为8次、音频播放的搜索次数为7次、购物的搜索次数为5次。那么x个搜索词为即时通信和游戏,服务器确定与即时通信和游戏管理的2个应用资源。For example, the third threshold = 10, X = 5, N = 2, assuming that the server obtains the five search terms according to the historical search record statistics: instant communication, game, video playback, audio playback, shopping, these 5 The number of search words for search words is 15 times for instant communication, 20 times for games, 8 times for video playback, 7 times for audio playback, and 5 times for shopping. Then x search terms are instant messaging and games, and the server determines 2 application resources for instant messaging and game management.
在一示例中,服务器确定与所述x个搜索词关联的N个应用资源的具体实施方式有:服务器根据搜索次数与应用资源数量的映射关系,确定所述x个搜索词中每个搜索词对应的应用资源数量;所述服务器根据每个搜索词对应的应用资源数量确定每个搜索词关联的应用资源,以得到N个应用资源。In an example, the determining, by the server, the N application resources associated with the x search terms is: the server determines, according to a mapping relationship between the number of search times and the number of application resources, each search word of the x search terms. Corresponding application resource quantity; the server determines an application resource associated with each search term according to the number of application resources corresponding to each search term, to obtain N application resources.
进一步地,所述x个搜索词包括搜索词i和搜索词j,当所述搜索词i的搜索次数大于所述搜索词j的搜索次数时,所述搜索词i关联的应用资源数量大于所述搜索词j关联的应用资源数量。Further, the x search words include a search term i and a search term j. When the search number of the search term i is greater than the search number of the search term j, the number of application resources associated with the search term i is greater than The number of application resources associated with the search term j.
举例来说,搜索次数与应用资源数量的映射关系如表1所示。假设x个搜索词为即时通信和游戏,即时通信的搜索次数为15次,游戏的搜索次数为20次,根据表1得到即时通信对应的应用资源数量为7、游戏对应的应用资源数 量为10,那么服务器最后确定与即时通信关联的7个应用资源以及确定与游戏关联的10个应用资源。For example, the mapping relationship between the number of searches and the number of application resources is shown in Table 1. Suppose x search words are instant communication and games, the number of search times for instant communication is 15 times, and the number of search times for games is 20 times. According to Table 1, the number of application resources corresponding to instant communication is 7. The number of application resources corresponding to the game The amount is 10, then the server finally determines the 7 application resources associated with the instant messaging and determines the 10 application resources associated with the game.
表1Table 1
Figure PCTCN2017100083-appb-000001
Figure PCTCN2017100083-appb-000001
步骤103:所述服务器根据所述N个应用资源的应用标签确定推荐策略。Step 103: The server determines a recommendation policy according to an application label of the N application resources.
其中,应用标签是指应用资源的类型指示信息,例如可以有“即时通信”、“社交聊天”、“约会”、“相亲交友”、“游戏”、“酷炫3D”、“竞技王”、“网络游戏”等,此处不做唯一限定。The application tag refers to the type indication information of the application resource, for example, “instant communication”, “social chat”, “dating”, “dating friends”, “game”, “cool 3D”, “athleting king”, "Online games", etc., are not limited here.
在一示例中,步骤103的具体实施方式有:所述服务器获取所述N个应用资源的M个第一应用标签,所述M为正整数;所述服务器获取所述用户的终端设备当前显示界面展示的应用资源的W个第二应用标签,所述W为正整数;当所述M个第一应用标签中存在至少一个第一应用标签与所述W个第二应用标签相匹配时,所述服务器确定推荐所述应用资源的推荐策略为第一推荐策略,所述第一推荐策略用于推荐以下应用资源:被下载次数大于或等于第一阈值的应用资源、应用标签包括所述至少一个第一应用标签中至少一个的应用资源。In an example, the specific implementation of the step 103 is: the server acquires M first application labels of the N application resources, where the M is a positive integer; the server obtains the current display of the terminal device of the user. The W second application tags of the application resource displayed by the interface, where W is a positive integer; when at least one first application tag of the M first application tags matches the W second application tags, Determining, by the server, that the recommended policy for recommending the application resource is a first recommendation policy, where the first recommendation policy is used to recommend the following application resources: an application resource whose download times are greater than or equal to a first threshold, and an application label including the at least An application resource of at least one of the first application tags.
在一示例中,所述服务器获取所述用户的终端设备当前显示界面展示的应用资源的W个第二应用标签的具体实施方式有:所述服务器向所述终端设备发送信息获取请求,所述信息获取请求用于指示获取所述终端设备当前显示界面展示的应用资源的应用标签;所述终端设备接收来自所述服务器的信息获取请求;所述终端设备获取所述终端设备当前显示界面展示的应用资源的W个第二应用标签,以及针对所述信息获取请求向所述服务器发送信息响应,所述 信息响应携带所述终端设备当前显示界面展示的应用资源的W个第二应用标签。In an example, the server obtains the W second application labels of the application resources that are displayed by the terminal device of the user, and the server sends an information acquisition request to the terminal device. The information acquisition request is used to obtain an application label of the application resource displayed by the current display interface of the terminal device; the terminal device receives an information acquisition request from the server; and the terminal device acquires the current display interface display of the terminal device. Applying W second application tags of the resource, and sending an information response to the server for the information acquisition request, The information response carries W second application tags of the application resources displayed by the current display interface of the terminal device.
在一示例中,步骤103的具体实施方式有:当所述M个第一应用标签中不存在任意一个第一应用标签与所述W个第二应用标签相匹配时,所述服务器确定推荐所述N个应用资源的推荐策略为第二推荐策略,所述第二推荐策略用于推荐以下应用资源:被下载次数大于或等于所述第一阈值的应用资源、被安装次数大于或等于第二阈值的应用资源、以及热门应用资源。In an example, the specific implementation of step 103 is: when any one of the M first application tags does not match the first application tag and the W second application tags, the server determines the recommendation The recommended policy of the N application resources is a second recommendation policy, where the second recommendation policy is used to recommend the following application resources: the application resource whose download times are greater than or equal to the first threshold, and the number of installed times is greater than or equal to the second Threshold application resources, as well as popular application resources.
其中,第一阈值例如可以是10、11、13、14、18、20或是其他值。The first threshold may be, for example, 10, 11, 13, 14, 18, 20 or other values.
其中,第二阈值例如可以是11、12、15、16、18、25或是其他值。The second threshold may be, for example, 11, 12, 15, 16, 18, 25 or other values.
举例来说,假设N=10,服务器确定的这10个应用资源有:应用资源1、应用资源2、应用资源3,.......,应用资源10,服务器获取这10个应用资源的应用标签,得到30(即M)个第一应用标签。终端设备当前显示界面展示的应用资源如图2所示,如图2可知终端设备当前显示界面展示的应用资源有:应用资源11、应用资源12、应用资源13,.......,应用资源19,服务器获取这9个应用资源的应用标签,得到20(即W)个第二应用标签。假如这30个第一应用标签中存在2个第一应用标签与这20个第二应用标签相匹配(比如第一应用标签1与第二应用标签1相匹配,以及第一应用标签2与第二应用标签2相匹配)时,服务器确定推荐策略为第一推荐策略。假如这30个第一应用标签中存在没有任何一个第一应用标签与这20个第二应用标签相匹配时,服务器确定推荐策略为第二推荐策略。For example, if N=10, the 10 application resources determined by the server are: application resource 1, application resource 2, application resource 3, . . . , application resource 10, and the server acquires the 10 application resources. The application tag gets 30 (ie M) first application tags. The application resources displayed on the current display interface of the terminal device are shown in FIG. 2. As shown in FIG. 2, the application resources displayed by the current display interface of the terminal device are: application resource 11, application resource 12, application resource 13, ..., Applying the resource 19, the server obtains the application tags of the nine application resources, and obtains 20 (that is, W) second application tags. If there are two first application tags in the 30 first application tags that match the 20 second application tags (eg, the first application tag 1 matches the second application tag 1, and the first application tag 2 and the first When the application label 2 matches, the server determines that the recommendation policy is the first recommendation policy. If any one of the 30 first application tags does not match the 20 second application tags, the server determines that the recommendation policy is the second recommendation policy.
其中,第一应用标签与第二应用标签相匹配即表示第一应用标签与第二应用标签相同。比如第一应用标签为“社交聊天”,如果第一应用标签与第二应用标签相匹配,则第二应用标签也为“社交聊天”。The matching between the first application label and the second application label means that the first application label is the same as the second application label. For example, the first application tag is “social chat”, and if the first application tag matches the second application tag, the second application tag is also “social chat”.
其中,第一推荐策略用于推荐应用标签包括所述至少一个第一应用标签中至少一个的应用资源,举例来说,假设这个至少一个第一应用标签为第一应用标签1与第二应用标签1,那么第一推荐策略用于推荐应用标签包括第一应用标签1、第一应用标签2或第一应用标签1和第一应用标签2的应用资源。The first recommendation policy is used to recommend that the application label include the application resource of the at least one of the at least one first application label. For example, the at least one first application label is assumed to be the first application label 1 and the second application label. 1. The first recommendation policy is used to recommend that the application label includes the application resource of the first application label 1, the first application label 2, or the first application label 1 and the first application label 2.
其中,被下载次数大于或等于第一阈值的应用资源指的是从应用资源上线 后累积被下载次数大于或等于第一阈值的应用资源。被安装次数大于或等于第二阈值的应用资源指的是从应用资源上线后累积被安装次数大于或等于第二阈值的应用资源。热门应用资源指的是近期被下载次数较多和/或被安装次数较多的应用资源。The application resource whose downloaded times are greater than or equal to the first threshold refers to being uploaded from the application resource. The application resources whose download times are greater than or equal to the first threshold are accumulated. The application resource whose installed number is greater than or equal to the second threshold refers to an application resource that is accumulated from the application resource after the online installation is greater than or equal to the second threshold. Popular application resources refer to application resources that have been downloaded more frequently and/or have been installed more frequently.
步骤104:所述服务器根据确定的推荐策略将所述应用资源推荐给所述用户的终端设备。Step 104: The server recommends the application resource to the terminal device of the user according to the determined recommendation policy.
在一示例中,当服务器确定推荐策略为第一推荐策略时,步骤104的具体实施方式有:所述服务器从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的K个应用资源;所述服务器从所述N个应用资源中选取应用标签包括所述至少一个第一应用标签中至少一个的W个应用资源;所述服务器将所述K个应用资源和所述W个应用资源推荐给所述用户,所述K和所述W均小于所述N。In an example, when the server determines that the recommendation policy is the first recommendation policy, the specific implementation manner of the step 104 is: the server selects, from the N application resources, the K times that the downloaded times are greater than or equal to the first threshold. An application resource, wherein the server selects, from the N application resources, an application tag that includes at least one of the at least one first application tag; the server uses the K application resource and the W The application resources are recommended to the user, and the K and the W are both smaller than the N.
举例来说,假设N=10,第一阈值=20,K=2,W=2,服务器确定的这10个应用资源有:应用资源1、应用资源2、应用资源3,.......,应用资源10。服务器先确定这10个应用资源中是否有被下载次数大于20次的应用资源,如果有超过2个,则服务器从这10个应用资源中选取被下载次数大于20次的2个应用资源,比如应用资源1和应用资源2。假设上述至少一个第一应用标签为第一应用标签1和第一应用标签2,服务器先确定10个应用资源中是否有应用标签包括第一应用标签1、第一应用标签2或第一应用标签1和第一应用标签2的应用资源,如果这10个应用资源中有应用标签包括第一应用标签1的应用资源3和应用标签包括第一应用标签2的应用资源2。服务器将应用资源1、应用资源2和应用资源3推荐给用户。For example, if N=10, the first threshold=20, K=2, and W=2, the 10 application resources determined by the server are: application resource 1, application resource 2, application resource 3, ..... .., Application Resources 10. The server first determines whether there are more than 20 application resources downloaded from the 10 application resources. If there are more than 2, the server selects 2 application resources from the 10 application resources that are downloaded more than 20 times, for example, Application Resource 1 and Application Resource 2. Assume that the at least one first application label is the first application label 1 and the first application label 2, and the server first determines whether the application label includes the first application label 1, the first application label 2, or the first application label. 1 and an application resource of the first application label 2, if the application label includes the application resource 3 of the first application label 1 and the application label includes the application resource 2 of the first application label 2. The server recommends the application resource 1, the application resource 2, and the application resource 3 to the user.
在一示例中,当服务器确定推荐策略为第二推荐策略时,步骤104的具体实施方式有:所述服务器从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的G个应用资源;所述服务器从所述N个应用资源中选取被安装次数大于或等于第二阈值的H个应用资源;所述服务器从所述N个应用资源中选取T个热门应用资源;所述服务器将所述G个应用资源、所述H个应用资源以及所述T个热门应用资源推荐给所述用户,所述G、所述H和所述T 均小于所述N。In an example, when the server determines that the recommended policy is the second recommended policy, the specific implementation of the step 104 is: the server selects, from the N application resources, the number of times that the downloaded number is greater than or equal to the first threshold. The application resource: the server selects, from the N application resources, H application resources whose installed times are greater than or equal to a second threshold; the server selects T popular application resources from the N application resources; The server recommends the G application resources, the H application resources, and the T popular application resources to the user, the G, the H, and the T Both are smaller than the N.
举例来说,N=10,第一阈值=20,第二阈值=18,G=2,H=1,服务器确定的这10个应用资源有:应用资源1、应用资源2、应用资源3,.......,应用资源10。服务器先确定这10个应用资源中是否有被下载次数大于20次的应用资源,如果有超过2个,则服务器从这10个应用资源中选取被下载次数大于20次的2个应用资源,比如应用资源1和应用资源2。服务器先确定这10个应用资源中是否有被安装次数大于18次的应用资源,如果有超过1个,则服务器从这10个应用资源中选取被安装次数大于18次的1个应用资源,比如应用资源3。服务器先确定这10个应用资源中是否有热门应用资源,如果有超过1个,则服务器从这10个应用资源中选取1个热门应用资源,比如应用资源4。服务器将应用资源1、应用资源2、应用资源3和应用资源4推荐给用户。For example, N=10, the first threshold=20, the second threshold=18, G=2, and H=1. The 10 application resources determined by the server are: application resource 1, application resource 2, and application resource 3, ......., Application Resources 10. The server first determines whether there are more than 20 application resources downloaded from the 10 application resources. If there are more than 2, the server selects 2 application resources from the 10 application resources that are downloaded more than 20 times, for example, Application Resource 1 and Application Resource 2. The server first determines whether there are more than 18 application resources installed in the 10 application resources. If there is more than one, the server selects one application resource that is installed more than 18 times from the 10 application resources, for example, Application resource 3. The server first determines whether there are hot application resources among the 10 application resources. If there is more than one, the server selects one popular application resource from the 10 application resources, for example, application resource 4. The server recommends the application resource 1, the application resource 2, the application resource 3, and the application resource 4 to the user.
步骤105:所述终端设备获取服务器推荐的应用资源;所述终端设备展示所述服务器推荐的应用资源。Step 105: The terminal device acquires an application resource recommended by the server, and the terminal device displays an application resource recommended by the server.
在一示例中,所述终端设备展示所述服务器推荐的应用资源的具体实施方式有:所述终端设备在所述终端设备的显示界面上弹出提示框,所述提示框内展示所述服务器推荐的应用资源的应用图标。In an example, the terminal device displays the application resource recommended by the server, where the terminal device pops up a prompt box on the display interface of the terminal device, where the prompt is displayed in the prompt box. Application icon for the application resource.
在一示例中,所述终端设备在所述终端设备的显示界面上弹出提示框之后,所述方法还包括:In an example, after the terminal device pops up a prompt box on the display interface of the terminal device, the method further includes:
当检测到针对所述应用图标的点击操作时,所述终端设备展示所述应用图标对应的应用资源的界面,所述界面以下至少一种:下载选项、详情信息选项、评论按钮、相关选项。When detecting a click operation for the application icon, the terminal device displays an interface of an application resource corresponding to the application icon, the interface being at least one of the following: a download option, a detail information option, a comment button, and a related option.
举例来说,假设服务器给终端设备推荐的应用资源为应用资源1、应用资源2和应用资源3,终端设备接收到服务器推荐的应用资源1、应用资源2和应用资源3之后,终端设备在显示界面上弹出提示框,提示框内展示应用资源1的应用图标1、应用资源2的应用图标2和应用资源3的应用图标3,具体如图3所示。如果用户针对图3所示的提示框,点击提示框内展示的应用图标1时,终端设备展示应用资源1的界面,如图3所示应用资源1的界面包括用 于下载应用资源1的下载选项,应用资源1的详情信息选项、应用资源1的评论按钮、应用资源1的相关选项等等。For example, it is assumed that the application resources recommended by the server to the terminal device are the application resource 1, the application resource 2, and the application resource 3. After the terminal device receives the application resource 1, the application resource 2, and the application resource 3 recommended by the server, the terminal device displays A prompt box is displayed on the interface, and the application icon 1 of the application resource 1, the application icon 2 of the application resource 2, and the application icon 3 of the application resource 3 are displayed in the prompt box, as shown in FIG. 3 . If the user clicks the application icon 1 displayed in the prompt box for the prompt box shown in FIG. 3, the terminal device displays the interface of the application resource 1, and the interface of the application resource 1 is included in FIG. In the download option of downloading the application resource 1, the detailed information option of the application resource 1, the comment button of the application resource 1, the related option of the application resource 1, and the like.
可见,在本申请中,推荐的应用资源是基于用户的历史搜索记录确定的,可提升给用户推荐的应用资源的准确性,此外,应用资源的推荐策略是基于确定要推荐的应用资源的应用标签和终端设备显示界面当前展示的应用资源的应用标签确定的,可提升应用资源推荐的灵活性,另外,不同的推荐策略推荐不同的应用资源不同,以使得向用户推送更全面的应用资源,进而提升用户体验。It can be seen that, in the present application, the recommended application resource is determined based on the historical search record of the user, and the accuracy of the application resource recommended by the user can be improved. In addition, the recommendation policy of the application resource is based on the application for determining the application resource to be recommended. The tag and the terminal device display the application tag of the application resource currently displayed on the interface, which can improve the flexibility of the application resource recommendation. In addition, different recommendation policies recommend different application resources to enable more comprehensive application resources to be pushed to the user. Thereby improving the user experience.
本申请实施例还提供了另一更为详细的方法流程,如图4所示,包括:The embodiment of the present application further provides another more detailed method flow, as shown in FIG. 4, including:
步骤401:服务器获取用户的历史搜索记录。Step 401: The server acquires a historical search record of the user.
步骤402:所述服务器根据所述历史搜索记录确定N个应用资源,所述N为大于1的整数。Step 402: The server determines N application resources according to the historical search record, where N is an integer greater than 1.
步骤403:所述服务器获取所述N个应用资源的M个第一应用标签,所述M为正整数。Step 403: The server acquires M first application labels of the N application resources, where the M is a positive integer.
步骤404:所述服务器获取所述用户的终端设备当前显示界面展示的应用资源的W个第二应用标签,所述W为正整数。Step 404: The server acquires W second application labels of application resources displayed by the current display interface of the user terminal device, where W is a positive integer.
步骤405:所述服务器确定所述M个第一应用标签是否存在至少一个第一应用标签与所述W个第二应用标签相匹配。Step 405: The server determines whether the M first application tags have at least one first application tag that matches the W second application tags.
若是,则执行步骤406。If yes, step 406 is performed.
若否,则执行步骤407。If no, step 407 is performed.
步骤406:所述服务器确定推荐所述应用资源的推荐策略为第一推荐策略,所述第一推荐策略用于推荐以下应用资源:被下载次数大于或等于第一阈值的应用资源、应用标签包括所述至少一个第一应用标签中至少一个的应用资源。执行完步骤406执行步骤408-步骤410。Step 406: The server determines that the recommended policy for recommending the application resource is a first recommendation policy, where the first recommendation policy is used to recommend the following application resources: an application resource whose download times are greater than or equal to a first threshold, and an application label includes: An application resource of at least one of the at least one first application tag. After performing step 406, steps 408-410 are performed.
步骤407:所述服务器确定推荐所述N个应用资源的推荐策略为第二推荐策略,所述第二推荐策略用于推荐以下应用资源:被下载次数大于或等于所述第一阈值的应用资源、被安装次数大于或等于第二阈值的应用资源、以及热门 应用资源。执行完步骤407执行步骤411-步骤414。Step 407: The server determines that the recommended policy for recommending the N application resources is a second recommendation policy, where the second recommendation policy is used to recommend the following application resources: an application resource whose downloaded times are greater than or equal to the first threshold. Application resources that are installed more than or equal to the second threshold, and popular Application resources. After performing step 407, steps 411 to 414 are performed.
步骤408:所述服务器从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的K个应用资源。Step 408: The server selects, from the N application resources, K application resources whose download times are greater than or equal to the first threshold.
步骤409:所述服务器从所述N个应用资源中选取应用标签包括所述至少一个第一应用标签中至少一个的W个应用资源。Step 409: The server selects, from the N application resources, an application label that includes at least one of the at least one first application label.
步骤410:所述服务器将所述K个应用资源和所述W个应用资源推荐给所述用户的终端设备,所述K和所述W均小于所述N。Step 410: The server recommends the K application resources and the W application resources to the terminal device of the user, where the K and the W are smaller than the N.
步骤411:所述服务器从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的G个应用资源。Step 411: The server selects, from the N application resources, G application resources whose download times are greater than or equal to the first threshold.
步骤412:所述服务器从所述N个应用资源中选取被安装次数大于或等于第二阈值的H个应用资源。Step 412: The server selects, from the N application resources, H application resources whose installed times are greater than or equal to a second threshold.
步骤413:所述服务器从所述N个应用资源中选取T个热门应用资源。Step 413: The server selects T popular application resources from the N application resources.
步骤414:所述服务器将所述G个应用资源、所述H个应用资源以及所述T个热门应用资源推荐给所述用户的终端设备,所述G、所述H和所述T均小于所述N。Step 414: The server recommends the G application resources, the H application resources, and the T popular application resources to the terminal device of the user, where the G, the H, and the T are both smaller than The N.
步骤415:所述终端设备获取所述服务器推荐的应用资源;所述终端设备展示所述服务器推荐的应用资源。Step 415: The terminal device acquires an application resource recommended by the server, and the terminal device displays an application resource recommended by the server.
需要说明的是,图4所示的方法的各个步骤的具体实现过程可参见上述方法所述的具体实现过程,在此不再叙述。It should be noted that the specific implementation process of each step of the method shown in FIG. 4 can be referred to the specific implementation process described in the foregoing method, and is not described herein.
上述详细阐述了本申请实施例的方法,下面提供了本申请实施例的装置。The above describes the method of the embodiment of the present application in detail, and the apparatus of the embodiment of the present application is provided below.
请参见图5,图5是本申请实施例提供的一种服务器500,包括:至少一个处理器、至少一个存储器和至少一个通信接口;以及一个或多个程序;Referring to FIG. 5, FIG. 5 is a server 500 according to an embodiment of the present application, including: at least one processor, at least one memory, and at least one communication interface; and one or more programs;
所述一个或多个程序被存储在所述存储器中,并且被配置成由所述处理器执行,所述程序包括用于执行以下步骤的指令:The one or more programs are stored in the memory and are configured to be executed by the processor, the program including instructions for performing the following steps:
获取用户的历史搜索记录;Get the user's historical search history;
根据所述历史搜索记录确定N个应用资源,所述N为大于1的整数;Determining N application resources according to the historical search record, where N is an integer greater than 1;
根据所述N个应用资源的应用标签确定推荐策略; Determining a recommendation policy according to an application label of the N application resources;
根据确定的推荐策略将所述应用资源推荐给所述用户。The application resource is recommended to the user according to the determined recommendation policy.
在一示例中,在根据所述N个应用资源的应用标签确定推荐策略方面,所述程序包括具体用于执行以下步骤的指令:In an example, in determining a recommendation policy based on an application tag of the N application resources, the program includes instructions specifically for performing the following steps:
获取所述N个应用资源的M个第一应用标签,所述M为正整数;Obtaining M first application labels of the N application resources, where the M is a positive integer;
获取所述用户的终端设备当前显示界面展示的应用资源的W个第二应用标签,所述W为正整数;Obtaining W second application labels of the application resources displayed by the current display interface of the user terminal, where the W is a positive integer;
当所述M个第一应用标签中存在至少一个第一应用标签与所述W个第二应用标签相匹配时,确定推荐所述应用资源的推荐策略为第一推荐策略,所述第一推荐策略用于推荐以下应用资源:被下载次数大于或等于第一阈值的应用资源、应用标签包括所述至少一个第一应用标签中至少一个的应用资源。When the at least one first application label matches the W second application labels, determining that the recommended policy for recommending the application resource is a first recommendation policy, the first recommendation The policy is used to recommend the following application resources: the application resource whose download times are greater than or equal to the first threshold, and the application label includes the application resource of at least one of the at least one first application label.
在一示例中,在根据确定的推荐策略将所述应用资源推荐给所述用户方面,所述程序包括具体用于执行以下步骤的指令:In an example, in recommending the application resource to the user in accordance with the determined recommendation policy, the program includes instructions specifically for performing the following steps:
从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的K个应用资源;Selecting, from the N application resources, K application resources whose downloaded times are greater than or equal to the first threshold;
从所述N个应用资源中选取应用标签包括所述至少一个第一应用标签中至少一个的W个应用资源;Selecting, from the N application resources, an application label that includes at least one of the at least one first application label;
将所述K个应用资源和所述W个应用资源推荐给所述用户,所述K和所述W均小于所述N。And recommending the K application resources and the W application resources to the user, where the K and the W are both smaller than the N.
在一示例中,所述程序包括还用于执行以下步骤的指令:In an example, the program includes instructions that are also used to perform the following steps:
当所述M个第一应用标签中不存在任意一个第一应用标签与所述W个第二应用标签相匹配时,推荐所述N个应用资源的推荐策略为第二推荐策略,所述第二推荐策略用于推荐以下应用资源:被下载次数大于或等于所述第一阈值的应用资源、被安装次数大于或等于第二阈值的应用资源、以及热门应用资源。When the first application label does not match the W second application labels, the recommendation policy of the N application resources is recommended as the second recommendation policy. The second recommendation policy is used to recommend the following application resources: an application resource whose downloaded times are greater than or equal to the first threshold, an application resource whose installed number is greater than or equal to a second threshold, and a popular application resource.
在一示例中,在根据确定的推荐策略将所述应用资源推荐给所述用户方面,所述程序包括具体用于执行以下步骤的指令:In an example, in recommending the application resource to the user in accordance with the determined recommendation policy, the program includes instructions specifically for performing the following steps:
从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的G个应用资源; Selecting, from the N application resources, G application resources whose download times are greater than or equal to the first threshold;
从所述N个应用资源中选取被安装次数大于或等于第二阈值的H个应用资源;Selecting, from the N application resources, H application resources whose installed times are greater than or equal to a second threshold;
从所述N个应用资源中选取T个热门应用资源;Selecting T popular application resources from the N application resources;
将所述G个应用资源、所述H个应用资源以及所述T个热门应用资源推荐给所述用户,所述G、所述H和所述T均小于所述N。And recommending the G application resources, the H application resources, and the T hot application resources to the user, where the G, the H, and the T are all smaller than the N.
需要说明的是,本实施例所述的内容的具体实现方式可参见上述方法,在此不再叙述。It should be noted that the specific implementation manner of the content described in this embodiment can be referred to the foregoing method, and is not described herein.
请参见图6,图6是本申请实施例提供的一种终端设备600,包括:至少一个处理器、至少一个存储器和至少一个通信接口;以及一个或多个程序;Referring to FIG. 6, FIG. 6 is a terminal device 600 according to an embodiment of the present application, including: at least one processor, at least one memory, and at least one communication interface; and one or more programs;
所述一个或多个程序被存储在所述存储器中,并且被配置成由所述处理器执行,所述程序包括用于执行以下步骤的指令:The one or more programs are stored in the memory and are configured to be executed by the processor, the program including instructions for performing the following steps:
获取服务器基于推荐策略推荐的应用资源,所述应用资源是所述服务器基于用户的历史搜索记录确定,所述推荐策略是服务器基于所述应用资源的第一应用标签确定的;Obtaining an application resource recommended by the server based on the recommended policy, where the application resource is determined by the server based on a historical search record of the user, where the recommendation policy is determined by the server based on the first application label of the application resource;
展示所述服务器推荐的应用资源。Demonstrate application resources recommended by the server.
在一示例中,在获取服务器基于推荐策略推荐的应用资源之前,所述程序包括还用于执行以下步骤的指令:In an example, prior to obtaining an application resource recommended by the server based on the recommended policy, the program includes instructions further for performing the following steps:
接收来自所述服务器的信息获取请求;Receiving an information acquisition request from the server;
针对所述信息获取请求向所述服务器发送信息响应,所述信息响应携带所述终端设备当前显示界面展示的应用资源的第二应用标签,所述推荐策略是服务器基于所述第一应用标签和所述第二应用标签确定的。Sending an information response to the server for the information acquisition request, the information response carrying a second application label of the application resource displayed by the current display interface of the terminal device, where the recommendation policy is that the server is based on the first application label and The second application tag is determined.
在一示例中,所述推荐策略包括第一推荐策略和第二推荐策略,所述第一推荐策略用于推荐以下应用资源:被下载次数大于或等于第一阈值的应用资源、应用标签包括所述至少一个第一应用标签中至少一个的应用资源;所述第二推荐策略用于推荐以下应用资源:被下载次数大于或等于所述第一阈值的应用资源、被安装次数大于或等于第二阈值的应用资源、以及热门应用资源。In an example, the recommendation policy includes a first recommendation policy and a second recommendation policy, where the first recommendation policy is used to recommend the following application resources: an application resource whose download times are greater than or equal to the first threshold, and an application label including the An application resource of at least one of the at least one first application label; the second recommendation policy is used to recommend the following application resource: an application resource whose downloaded times are greater than or equal to the first threshold, and an installed number of times greater than or equal to a second Threshold application resources, as well as popular application resources.
需要说明的是,本实施例所述的内容的具体实现方式可参见上述方法,在 此不再叙述。It should be noted that the specific implementation manner of the content described in this embodiment can be referred to the foregoing method. This is no longer described.
上述主要从方法侧执行过程的角度对本申请实施例的方案进行了介绍。可以理解的是,终端设备为了实现上述功能,其包含了执行各个功能相应的硬件结构和/或软件模块。本领域技术人员应该很容易意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,本申请能够以硬件或硬件和计算机软件的结合形式来实现。某个功能究竟以硬件还是计算机软件驱动硬件的方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请的范围。The above description mainly introduces the solution of the embodiment of the present application from the perspective of the method side execution process. It can be understood that, in order to implement the above functions, the terminal device includes corresponding hardware structures and/or software modules for executing the respective functions. Those skilled in the art will readily appreciate that the present application can be implemented in a combination of hardware or hardware and computer software in combination with the elements and algorithm steps of the various examples described in the embodiments disclosed herein. Whether a function is implemented in hardware or computer software to drive hardware depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for each particular application to implement the described functionality, but such implementation should not be considered to be beyond the scope of the application.
本申请实施例可以根据上述方法示例对终端设备进行功能单元的划分,例如,可以对应各个功能划分各个功能单元,也可以将两个或两个以上的功能集成在一个处理单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。需要说明的是,本申请实施例中对单元的划分是示意性的,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式。The embodiment of the present application may divide the functional unit into the terminal device according to the foregoing method example. For example, each functional unit may be divided according to each function, or two or more functions may be integrated into one processing unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit. It should be noted that the division of the unit in the embodiment of the present application is schematic, and is only a logical function division. In actual implementation, there may be another division manner.
在采用集成的单元的情况下,图7示出了上述实施例中所涉及的服务器的一种可能的功能单元组成框图。服务器700包括:处理单元701、通信单元702和存储单元703,处理单元701包括获取单元7011、确定单元7012和推荐单元7013。存储单元703用于存储服务器的程序代码和数据。通信单元702用于支持服务器与其他设备的通信。上述某些单元(获取单元7011、确定单元7012和推荐单元7013)用于执行上述方法的相关步骤。In the case of employing an integrated unit, Fig. 7 shows a block diagram of a possible functional unit composition of the server involved in the above embodiment. The server 700 includes a processing unit 701, a communication unit 702, and a storage unit 703. The processing unit 701 includes an acquisition unit 7011, a determination unit 7012, and a recommendation unit 7013. The storage unit 703 is configured to store program codes and data of the server. The communication unit 702 is used to support communication between the server and other devices. Some of the above units (acquisition unit 7011, determination unit 7012, and recommendation unit 7013) are used to perform the relevant steps of the above method.
其中,获取单元7011,用于获取用户的历史搜索记录;The obtaining unit 7011 is configured to acquire a historical search record of the user.
确定单元7012,用于根据所述历史搜索记录确定N个应用资源,所述N为大于1的整数;根据所述N个应用资源的应用标签确定推荐策略;a determining unit 7012, configured to determine, according to the historical search record, N application resources, where N is an integer greater than 1, and determining a recommendation policy according to an application label of the N application resources;
推荐单元7013,用于根据确定的推荐策略将所述应用资源推荐给所述用户。The recommendation unit 7013 is configured to recommend the application resource to the user according to the determined recommendation policy.
在一示例中,在根据所述N个应用资源的应用标签确定推荐策略方面,确定单元7012具体用于: In an example, in determining the recommendation policy according to the application label of the N application resources, the determining unit 7012 is specifically configured to:
获取所述N个应用资源的M个第一应用标签,所述M为正整数;Obtaining M first application labels of the N application resources, where the M is a positive integer;
获取所述用户的终端设备当前显示界面展示的应用资源的W个第二应用标签,所述W为正整数;Obtaining W second application labels of the application resources displayed by the current display interface of the user terminal, where the W is a positive integer;
当所述M个第一应用标签中存在至少一个第一应用标签与所述W个第二应用标签相匹配时,确定推荐所述应用资源的推荐策略为第一推荐策略,所述第一推荐策略用于推荐以下应用资源:被下载次数大于或等于第一阈值的应用资源、应用标签包括所述至少一个第一应用标签中至少一个的应用资源。When the at least one first application label matches the W second application labels, determining that the recommended policy for recommending the application resource is a first recommendation policy, the first recommendation The policy is used to recommend the following application resources: the application resource whose download times are greater than or equal to the first threshold, and the application label includes the application resource of at least one of the at least one first application label.
在一示例中,推荐单元7013具体用于:In an example, the recommending unit 7013 is specifically configured to:
从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的K个应用资源;Selecting, from the N application resources, K application resources whose downloaded times are greater than or equal to the first threshold;
从所述N个应用资源中选取应用标签包括所述至少一个第一应用标签中至少一个的W个应用资源;Selecting, from the N application resources, an application label that includes at least one of the at least one first application label;
将所述K个应用资源和所述W个应用资源推荐给所述用户,所述K和所述W均小于所述N。And recommending the K application resources and the W application resources to the user, where the K and the W are both smaller than the N.
在一示例中,所述确定单元7012还用于:In an example, the determining unit 7012 is further configured to:
当所述M个第一应用标签中不存在任意一个第一应用标签与所述W个第二应用标签相匹配时,确定推荐所述N个应用资源的推荐策略为第二推荐策略,所述第二推荐策略用于推荐以下应用资源:被下载次数大于或等于所述第一阈值的应用资源、被安装次数大于或等于第二阈值的应用资源、以及热门应用资源。Determining, by the first application label, that the first application label does not match the W second application labels, determining that the recommended policy of the N application resources is a second recommendation policy, The second recommendation policy is used to recommend the following application resources: an application resource whose downloaded times are greater than or equal to the first threshold, an application resource whose installed number is greater than or equal to a second threshold, and a popular application resource.
在一示例中,推荐单元7013具体用于:In an example, the recommending unit 7013 is specifically configured to:
从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的G个应用资源;Selecting, from the N application resources, G application resources whose download times are greater than or equal to the first threshold;
从所述N个应用资源中选取被安装次数大于或等于第二阈值的H个应用资源;Selecting, from the N application resources, H application resources whose installed times are greater than or equal to a second threshold;
从所述N个应用资源中选取T个热门应用资源;Selecting T popular application resources from the N application resources;
将所述G个应用资源、所述H个应用资源以及所述T个热门应用资源推荐给所述用户,所述G、所述H和所述T均小于所述N。 And recommending the G application resources, the H application resources, and the T hot application resources to the user, where the G, the H, and the T are all smaller than the N.
其中,处理单元701可以是处理器或控制器,(例如可以是中央处理器(Central Processing Unit,CPU),通用处理器,数字信号处理器(Digital Signal Processor,DSP),专用集成电路(Application-Specific Integrated Circuit,ASIC),现场可编程门阵列(Field Programmable Gate Array,FPGA)或者其他可编程逻辑器件、晶体管逻辑器件、硬件部件或者其任意组合。其可以实现或执行结合本申请公开内容所描述的各种示例性的逻辑方框,模块和电路。所述处理器也可以是实现计算功能的组合,例如包含一个或多个微处理器组合,DSP和微处理器的组合等等)。存储单元703可以是存储器,通信单元702可以是收发器、收发电路、射频芯片、通信接口等。The processing unit 701 may be a processor or a controller, and may be, for example, a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), and an application specific integrated circuit (Application- Specific Integrated Circuit (ASIC), Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof, which may be implemented or executed in conjunction with the present disclosure. Various exemplary logical blocks, modules and circuits. The processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like. The storage unit 703 can be a memory, and the communication unit 702 can be a transceiver, a transceiver circuit, a radio frequency chip, a communication interface, or the like.
在采用集成的单元的情况下,图8示出了上述实施例中所涉及的终端设备的一种可能的功能单元组成框图。终端设备800包括:处理单元801、通信单元802和存储单元803,处理单元801包括获取单元8011和展示单元8012。存储单元803用于存储终端设备的程序代码和数据。通信单元802用于支持终端设备与其他设备的通信。上述某些单元(获取单元8011和展示单元8012)用于执行上述方法的相关步骤。In the case of employing an integrated unit, FIG. 8 shows a block diagram of a possible functional unit configuration of the terminal device involved in the above embodiment. The terminal device 800 includes a processing unit 801, a communication unit 802, and a storage unit 803. The processing unit 801 includes an obtaining unit 8011 and a display unit 8012. The storage unit 803 is configured to store program codes and data of the terminal device. The communication unit 802 is used to support communication between the terminal device and other devices. Some of the above units (acquisition unit 8011 and display unit 8012) are used to perform the relevant steps of the above method.
其中,获取单元8011,用于获取服务器基于推荐策略推荐的应用资源,所述应用资源是所述服务器基于用户的历史搜索记录确定,所述推荐策略是服务器基于所述应用资源的第一应用标签确定的;The obtaining unit 8011 is configured to obtain an application resource recommended by the server based on the recommended policy, where the application resource is determined by the server based on a history search record of the user, where the recommendation policy is a first application label of the server based on the application resource. definite;
展示单元8012,用于展示所述服务器推荐的应用资源。The display unit 8012 is configured to display application resources recommended by the server.
在一示例中,在获取服务器基于推荐策略推荐的应用资源之前,In an example, before acquiring the application resource recommended by the server based on the recommended policy,
所述处理单元801,还用于通过所述通信单元802接收来自所述服务器的信息获取请求;针对所述信息获取请求通过所述通信单元802向所述服务器发送信息响应,所述信息响应携带所述终端设备当前显示界面展示的应用资源的第二应用标签,所述推荐策略是服务器基于所述第一应用标签和所述第二应用标签确定的。The processing unit 801 is further configured to receive, by the communication unit 802, an information acquisition request from the server, and send, by using the communication unit 802, an information response to the server, where the information response is carried. The terminal device currently displays a second application label of the application resource displayed by the interface, where the recommendation policy is determined by the server based on the first application label and the second application label.
在一示例中,所述推荐策略包括第一推荐策略和第二推荐策略,所述第一推荐策略用于推荐以下应用资源:被下载次数大于或等于第一阈值的应用资 源、应用标签包括所述至少一个第一应用标签中至少一个的应用资源;所述第二推荐策略用于推荐以下应用资源:被下载次数大于或等于所述第一阈值的应用资源、被安装次数大于或等于第二阈值的应用资源、以及热门应用资源。In an example, the recommendation policy includes a first recommendation policy and a second recommendation policy, where the first recommendation policy is used to recommend the following application resources: the application resource whose downloaded times are greater than or equal to the first threshold The source and the application label include an application resource of at least one of the at least one first application label; the second recommendation policy is used to recommend the following application resource: an application resource that is downloaded more than or equal to the first threshold, is installed Application resources whose number of times is greater than or equal to the second threshold, and popular application resources.
其中,处理单元801可以是处理器或控制器,(例如可以是中央处理器(Central Processing Unit,CPU),通用处理器,数字信号处理器(Digital Signal Processor,DSP),专用集成电路(Application-Specific Integrated Circuit,ASIC),现场可编程门阵列(Field Programmable Gate Array,FPGA)或者其他可编程逻辑器件、晶体管逻辑器件、硬件部件或者其任意组合。其可以实现或执行结合本申请公开内容所描述的各种示例性的逻辑方框,模块和电路。所述处理器也可以是实现计算功能的组合,例如包含一个或多个微处理器组合,DSP和微处理器的组合等等)。存储单元803可以是存储器,通信单元802可以是收发器、收发电路、射频芯片、通信接口等。The processing unit 801 can be a processor or a controller, and can be, for example, a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), and an application specific integrated circuit (Application- Specific Integrated Circuit (ASIC), Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof, which may be implemented or executed in conjunction with the present disclosure. Various exemplary logical blocks, modules and circuits. The processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like. The storage unit 803 can be a memory, and the communication unit 802 can be a transceiver, a transceiver circuit, a radio frequency chip, a communication interface, or the like.
本申请实施例还提供了一种终端设备,如图9所示,为了便于说明,仅示出了与本申请实施例相关的部分,具体技术细节未揭示的,请参照本申请实施例方法部分。该终端设备为手机为例:The embodiment of the present application further provides a terminal device. As shown in FIG. 9 , for the convenience of description, only parts related to the embodiment of the present application are shown. If the specific technical details are not disclosed, refer to the method part of the embodiment of the present application. . The terminal device is a mobile phone as an example:
图9示出的是与本申请实施例提供的终端设备相关的手机的部分结构的框图。参考图9,手机包括:射频(Radio Frequency,RF)电路10、存储器20、输入单元30、显示单元40、传感器50、音频电路60、无线保真(Wireless Fidelity,WiFi)模块70、处理器80、以及电源90等部件。本领域技术人员可以理解,图9中示出的手机结构并不构成对手机的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。FIG. 9 is a block diagram showing a partial structure of a mobile phone related to a terminal device provided by an embodiment of the present application. Referring to FIG. 9 , the mobile phone includes: a radio frequency (RF) circuit 10 , a memory 20 , an input unit 30 , a display unit 40 , a sensor 50 , an audio circuit 60 , a wireless fidelity (WiFi) module 70 , and a processor 80 . And power supply 90 and other components. It will be understood by those skilled in the art that the structure of the handset shown in FIG. 9 does not constitute a limitation to the handset, and may include more or less components than those illustrated, or some components may be combined, or different components may be arranged.
下面结合图9对手机的各个构成部件进行具体的介绍:The following describes the components of the mobile phone in detail with reference to FIG. 9:
RF电路10可用于信息的接收和发送。通常,RF电路10包括但不限于天线、至少一个放大器、收发信机、耦合器、低噪声放大器(Low Noise Amplifier,LNA)、双工器等。此外,RF电路10还可以通过无线通信与网络和其他设备通信。上述无线通信可以使用任一通信标准或协议,包括但不限于全球移动通讯系统(Global System of Mobile communication,GSM)、通用分组无线服务 (General Packet Radio Service,GPRS)、码分多址(Code Division Multiple Access,CDMA)、宽带码分多址(Wideband Code Division Multiple Access,WCDMA)、长期演进(Long Term Evolution,LTE)、电子邮件、短消息服务(Short Messaging Service,SMS)等。The RF circuit 10 can be used for receiving and transmitting information. Generally, RF circuit 10 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like. In addition, RF circuit 10 can also communicate with the network and other devices via wireless communication. The above wireless communication may use any communication standard or protocol, including but not limited to Global System of Mobile communication (GSM), general packet radio service (General Packet Radio Service, GPRS), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), e-mail, Short Messaging Service (SMS), etc.
存储器20可用于存储软件程序以及模块,处理器80通过运行存储在存储器20的软件程序以及模块,从而执行手机的各种功能应用以及数据处理。存储器20可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序等;存储数据区可存储根据手机的使用所创建的数据等。此外,存储器20可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。The memory 20 can be used to store software programs and modules, and the processor 80 executes various functional applications and data processing of the mobile phone by running software programs and modules stored in the memory 20. The memory 20 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function, and the like; the storage data area may store data created according to usage of the mobile phone, and the like. Further, the memory 20 may include a high speed random access memory, and may also include a nonvolatile memory such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
输入单元30可用于接收输入的数字或字符信息,以及产生与手机的用户设置以及功能控制有关的键信号输入。具体地,输入单元30可包括指纹识别模组以及其他输入设备。指纹识别模组可采集用户在其上的指纹数据。其他输入设备可以包括但不限于触控屏、物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆等中的一种或多种。The input unit 30 can be configured to receive input numeric or character information and to generate key signal inputs related to user settings and function controls of the handset. Specifically, the input unit 30 may include a fingerprint recognition module and other input devices. The fingerprint identification module can collect fingerprint data of the user on it. Other input devices may include, but are not limited to, one or more of a touch screen, a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), trackballs, mice, joysticks, and the like.
显示单元40可用于显示由用户输入的信息或提供给用户的信息以及手机的各种菜单。显示单元40可包括显示屏41,可选的,可以采用液晶显示器(Liquid Crystal Display,LCD)、有机发光二极管(Organic Light-Emitting Diode,OLED)等形式来配置显示屏41。The display unit 40 can be used to display information input by the user or information provided to the user as well as various menus of the mobile phone. The display unit 40 can include a display screen 41. Alternatively, the display screen 41 can be configured in the form of a liquid crystal display (LCD), an organic light-emitting diode (OLED), or the like.
手机还可包括至少一种传感器50,比如光传感器、运动传感器以及其他传感器。具体地,光传感器可包括环境光传感器及接近传感器,其中,环境光传感器可根据环境光线的明暗来调节显示屏41的亮度,接近传感器可在手机移动到耳边时,关闭显示屏41和/或背光。作为运动传感器的一种,加速计传感器可检测各个方向上(一般为三轴)加速度的大小,静止时可检测出重力的大小及方向,可用于识别手机姿态的应用(比如横竖屏切换、相关游戏、磁力计姿态校准)、振动识别相关功能(比如计步器、敲击)等;至于手机还可配置的陀螺仪、气压计、湿度计、温度计、红外线传感器等其他传感器,在此不 再赘述。The handset may also include at least one type of sensor 50, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display screen 41 according to the brightness of the ambient light, and the proximity sensor may turn off the display screen 41 and/or when the mobile phone moves to the ear. Or backlight. As a kind of motion sensor, the accelerometer sensor can detect the magnitude of acceleration in all directions (usually three axes). When it is stationary, it can detect the magnitude and direction of gravity. It can be used to identify the gesture of the mobile phone (such as horizontal and vertical screen switching, related Game, magnetometer attitude calibration), vibration recognition related functions (such as pedometer, tapping), etc. As for the mobile phone can also be configured with gyroscopes, barometers, hygrometers, thermometers, infrared sensors and other sensors, not here Let me repeat.
音频电路60、扬声器61,传声器62可提供用户与手机之间的音频接口。音频电路60可将接收到的音频数据转换后的电信号,传输到扬声器61,由扬声器61转换为声音信号播放;另一方面,传声器62将收集的声音信号转换为电信号,由音频电路60接收后转换为音频数据,再将音频数据播放处理器80处理后,经RF电路10以发送给比如另一手机,或者将音频数据播放至存储器20以便进一步处理。The audio circuit 60, the speaker 61, and the microphone 62 provide an audio interface between the user and the handset. The audio circuit 60 can transmit the converted electrical data of the received audio data to the speaker 61 for conversion to the sound signal by the speaker 61. On the other hand, the microphone 62 converts the collected sound signal into an electrical signal by the audio circuit 60. After receiving, it is converted into audio data, processed by the audio data playback processor 80, sent to the other mobile phone via the RF circuit 10, or played to the memory 20 for further processing.
WiFi属于短距离无线传输技术,手机通过WiFi模块70可以帮助用户收发电子邮件、浏览网页和访问流式媒体等,它为用户提供了无线的宽带互联网访问。虽然图9示出了WiFi模块70,但是可以理解的是,其并不属于手机的必须构成,完全可以根据需要在不改变发明的本质的范围内而省略。WiFi is a short-range wireless transmission technology. The mobile phone can help users to send and receive emails, browse web pages and access streaming media through the WiFi module 70. It provides users with wireless broadband Internet access. Although FIG. 9 shows the WiFi module 70, it can be understood that it does not belong to the essential configuration of the mobile phone, and can be omitted as needed within the scope of not changing the essence of the invention.
处理器80是手机的控制中心,利用各种接口和线路连接整个手机的各个部分,通过运行或执行存储在存储器20内的软件程序和/或模块,以及调用存储在存储器20内的数据,执行手机的各种功能和处理数据,从而对手机进行整体监控。可选的,处理器80可包括一个或多个处理单元;优选的,处理器80可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器80中。The processor 80 is the control center of the handset, which connects various portions of the entire handset using various interfaces and lines, by executing or executing software programs and/or modules stored in the memory 20, and invoking data stored in the memory 20, The phone's various functions and processing data, so that the overall monitoring of the phone. Optionally, the processor 80 may include one or more processing units; preferably, the processor 80 may integrate an application processor and a modem processor, where the application processor mainly processes an operating system, a user interface, an application, and the like. The modem processor primarily handles wireless communications. It will be appreciated that the above described modem processor may also not be integrated into the processor 80.
手机还包括给各个部件供电的电源90(比如电池),优选的,电源可以通过电源管理系统与处理器80逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。The handset also includes a power source 90 (such as a battery) that supplies power to the various components. Preferably, the power source can be logically coupled to the processor 80 through a power management system to manage functions such as charging, discharging, and power management through the power management system.
尽管未示出,手机还可以包括摄像头、蓝牙模块等,在此不再赘述。Although not shown, the mobile phone may further include a camera, a Bluetooth module, and the like, and details are not described herein again.
前述图1和图4所示的实施例中,各步骤方法中终端设备侧的流程可以基于该手机的结构实现。In the foregoing embodiments shown in FIG. 1 and FIG. 4, the process on the terminal device side in each step method may be implemented based on the structure of the mobile phone.
前述图7所示的实施例中,各单元功能可以基于该手机的结构实现。In the foregoing embodiment shown in FIG. 7, each unit function can be implemented based on the structure of the mobile phone.
本申请实施例还提供一种计算机存储介质,其中,该计算机存储介质存储用于电子数据交换的计算机程序,该计算机程序使得计算机执行如上述方法实施例中记载的任一方法的部分或全部步骤,所述计算机包括服务器。 The embodiment of the present application further provides a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, the computer program causing the computer to perform some or all of the steps of any of the methods described in the foregoing method embodiments. The computer includes a server.
本申请实施例还提供一种计算机存储介质,其中,该计算机存储介质存储用于电子数据交换的计算机程序,该计算机程序使得计算机执行如上述方法实施例中记载的任一方法的部分或全部步骤,所述计算机包括终端设备。The embodiment of the present application further provides a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, the computer program causing the computer to perform some or all of the steps of any of the methods described in the foregoing method embodiments. The computer includes a terminal device.
本申请实施例还提供一种计算机程序产品,所述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,所述计算机程序可操作来使计算机执行如上述方法实施例中记载的任一方法的部分或全部步骤。该计算机程序产品可以为一个软件安装包,所述计算机包括服务器。The embodiment of the present application further provides a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform the operations as recited in the foregoing method embodiments Part or all of the steps of either method. The computer program product can be a software installation package, the computer including a server.
本申请实施例还提供一种计算机程序产品,所述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,所述计算机程序可操作来使计算机执行如上述方法实施例中记载的任一方法的部分或全部步骤。该计算机程序产品可以为一个软件安装包,所述计算机包括终端设备。The embodiment of the present application further provides a computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform the operations as recited in the foregoing method embodiments Part or all of the steps of either method. The computer program product can be a software installation package, the computer including a terminal device.
本申请实施例所描述的方法或者算法的步骤可以以硬件的方式来实现,也可以是由处理器执行软件指令的方式来实现。软件指令可以由相应的软件模块组成,软件模块可以被存放于随机存取存储器(Random Access Memory,RAM)、闪存、只读存储器(Read Only Memory,ROM)、可擦除可编程只读存储器(Erasable Programmable ROM,EPROM)、电可擦可编程只读存储器(Electrically EPROM,EEPROM)、寄存器、硬盘、移动硬盘、只读光盘(CD-ROM)或者本领域熟知的任何其它形式的存储介质中。一种示例性的存储介质耦合至处理器,从而使处理器能够从该存储介质读取信息,且可向该存储介质写入信息。当然,存储介质也可以是处理器的组成部分。处理器和存储介质可以位于ASIC中。另外,该ASIC可以位于接入网设备、目标网络设备或核心网设备中。当然,处理器和存储介质也可以作为分立组件存在于接入网设备、目标网络设备或核心网设备中。The steps of the method or algorithm described in the embodiments of the present application may be implemented in a hardware manner, or may be implemented by a processor executing software instructions. The software instructions may be composed of corresponding software modules, which may be stored in a random access memory (RAM), a flash memory, a read only memory (ROM), an erasable programmable read only memory ( Erasable Programmable ROM (EPROM), electrically erasable programmable read only memory (EEPROM), registers, hard disk, removable hard disk, compact disk read only (CD-ROM) or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor to enable the processor to read information from, and write information to, the storage medium. Of course, the storage medium can also be an integral part of the processor. The processor and the storage medium can be located in an ASIC. Additionally, the ASIC can be located in an access network device, a target network device, or a core network device. Of course, the processor and the storage medium may also exist as discrete components in the access network device, the target network device, or the core network device.
本领域技术人员应该可以意识到,在上述一个或多个示例中,本申请实施例所描述的功能可以全部或部分地通过软件、硬件、固件或者其任意组合来实现。当使用软件实现时,可以全部或部分地以计算机程序产品的形式实现。所述计算机程序产品包括一个或多个计算机指令。在计算机上加载和执行所述计算机程序指令时,全部或部分地产生按照本申请实施例所述的流程或功能。所 述计算机可以是通用计算机、专用计算机、计算机网络、或者其他可编程装置。所述计算机指令可以存储在计算机可读存储介质中,或者从一个计算机可读存储介质向另一个计算机可读存储介质传输,例如,所述计算机指令可以从一个网站站点、计算机、服务器或数据中心通过有线(例如同轴电缆、光纤、数字用户线(Digital Subscriber Line,DSL))或无线(例如红外、无线、微波等)方式向另一个网站站点、计算机、服务器或数据中心进行传输。所述计算机可读存储介质可以是计算机能够存取的任何可用介质或者是包含一个或多个可用介质集成的服务器、数据中心等数据存储设备。所述可用介质可以是磁性介质(例如,软盘、硬盘、磁带)、光介质(例如,数字视频光盘(Digital Video Disc,DVD))、或者半导体介质(例如,固态硬盘(Solid State Disk,SSD))等。Those skilled in the art should appreciate that in one or more of the above examples, the functions described in the embodiments of the present application may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, it may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When the computer program instructions are loaded and executed on a computer, the processes or functions described in accordance with embodiments of the present application are generated in whole or in part. Place The computer can be a general purpose computer, a special purpose computer, a computer network, or other programmable device. The computer instructions can be stored in a computer readable storage medium or transferred from one computer readable storage medium to another computer readable storage medium, for example, the computer instructions can be from a website site, computer, server or data center Transmission to another website site, computer, server, or data center by wire (eg, coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (eg, infrared, wireless, microwave, etc.). The computer readable storage medium can be any available media that can be accessed by a computer or a data storage device such as a server, data center, or the like that includes one or more available media. The usable medium may be a magnetic medium (for example, a floppy disk, a hard disk, a magnetic tape), an optical medium (for example, a digital video disc (DVD)), or a semiconductor medium (for example, a solid state disk (SSD)). )Wait.
以上所述的具体实施方式,对本申请实施例的目的、技术方案和有益效果进行了进一步详细说明,所应理解的是,以上所述仅为本申请实施例的具体实施方式而已,并不用于限定本申请实施例的保护范围,凡在本申请实施例的技术方案的基础之上,所做的任何修改、等同替换、改进等,均应包括在本申请实施例的保护范围之内。 The specific embodiments of the present invention have been described in detail with reference to the embodiments, technical solutions and advantages of the embodiments of the present application. It should be understood that the foregoing description is only The scope of the present invention is defined by the scope of the present invention, and any modifications, equivalents, improvements, etc., which are included in the embodiments of the present application, are included in the scope of protection of the embodiments of the present application.

Claims (20)

  1. 一种应用资源推荐方法,其特征在于,包括:An application resource recommendation method, comprising:
    服务器获取用户的历史搜索记录;The server obtains a historical search record of the user;
    所述服务器根据所述历史搜索记录确定N个应用资源,所述N为大于1的整数;Determining, by the server, N application resources according to the historical search record, where N is an integer greater than 1;
    所述服务器根据所述N个应用资源的应用标签确定推荐策略;Determining, by the server, a recommendation policy according to an application label of the N application resources;
    所述服务器根据确定的推荐策略将所述应用资源推荐给所述用户。The server recommends the application resource to the user according to the determined recommendation policy.
  2. 根据权利要求1所述方法,其特征在于,所述服务器根据所述N个应用资源的应用标签确定推荐策略,包括:The method according to claim 1, wherein the server determines a recommendation policy according to an application label of the N application resources, including:
    所述服务器获取所述N个应用资源的M个第一应用标签,所述M为正整数;Obtaining, by the server, M first application labels of the N application resources, where the M is a positive integer;
    所述服务器获取所述用户的终端设备当前显示界面展示的应用资源的W个第二应用标签,所述W为正整数;Obtaining, by the server, W second application labels of application resources displayed by the current display interface of the user terminal device, where W is a positive integer;
    当所述M个第一应用标签中存在至少一个第一应用标签与所述W个第二应用标签相匹配时,所述服务器确定推荐所述应用资源的推荐策略为第一推荐策略,所述第一推荐策略用于推荐以下应用资源:被下载次数大于或等于第一阈值的应用资源、应用标签包括所述至少一个第一应用标签中至少一个的应用资源。When the at least one first application label of the M first application labels matches the W second application labels, the server determines that the recommended policy for recommending the application resource is a first recommendation policy, The first recommendation policy is used to recommend the following application resources: the application resource whose download times are greater than or equal to the first threshold, and the application label includes the application resource of at least one of the at least one first application label.
  3. 根据权利要求2所述方法,其特征在于,所述服务器根据确定的推荐策略将所述应用资源推荐给所述用户,包括:The method according to claim 2, wherein the server recommends the application resource to the user according to the determined recommendation policy, including:
    所述服务器从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的K个应用资源;The server selects, from the N application resources, K application resources whose download times are greater than or equal to the first threshold;
    所述服务器从所述N个应用资源中选取应用标签包括所述至少一个第一应用标签中至少一个的W个应用资源;The server selects, from the N application resources, an application label that includes at least one of the at least one first application label;
    所述服务器将所述K个应用资源和所述W个应用资源推荐给所述用户,所述K和所述W均小于所述N。The server recommends the K application resources and the W application resources to the user, where the K and the W are both smaller than the N.
  4. 根据权利要求2或3所述方法,其特征在于,所述方法还包括: The method according to claim 2 or 3, wherein the method further comprises:
    当所述M个第一应用标签中不存在任意一个第一应用标签与所述W个第二应用标签相匹配时,所述服务器确定推荐所述N个应用资源的推荐策略为第二推荐策略,所述第二推荐策略用于推荐以下应用资源:被下载次数大于或等于所述第一阈值的应用资源、被安装次数大于或等于第二阈值的应用资源、以及热门应用资源。When the first application tag does not match the W second application tags, the server determines that the recommended policy of the N application resources is the second recommendation policy. The second recommendation policy is used to recommend the following application resources: an application resource whose downloaded times are greater than or equal to the first threshold, an application resource whose installed number is greater than or equal to a second threshold, and a popular application resource.
  5. 根据权利要求4所述方法,其特征在于,所述服务器根据确定的推荐策略将所述应用资源推荐给所述用户,包括:The method according to claim 4, wherein the server recommends the application resource to the user according to the determined recommendation policy, including:
    所述服务器从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的G个应用资源;The server selects, from the N application resources, G application resources whose download times are greater than or equal to the first threshold;
    所述服务器从所述N个应用资源中选取被安装次数大于或等于第二阈值的H个应用资源;The server selects, from the N application resources, H application resources whose installed times are greater than or equal to a second threshold;
    所述服务器从所述N个应用资源中选取T个热门应用资源;The server selects T popular application resources from the N application resources;
    所述服务器将所述G个应用资源、所述H个应用资源以及所述T个热门应用资源推荐给所述用户,所述G、所述H和所述T均小于所述N。The server recommends the G application resources, the H application resources, and the T popular application resources to the user, where the G, the H, and the T are both smaller than the N.
  6. 一种应用资源推荐方法,其特征在于,包括:An application resource recommendation method, comprising:
    终端设备获取服务器基于推荐策略推荐的应用资源,所述应用资源是所述服务器基于用户的历史搜索记录确定,所述推荐策略是服务器基于所述应用资源的第一应用标签确定的;The terminal device acquires an application resource recommended by the server based on the recommended policy, where the application resource is determined by the server based on a historical search record of the user, and the recommended policy is determined by the server based on the first application label of the application resource;
    所述终端设备展示所述服务器推荐的应用资源。The terminal device displays application resources recommended by the server.
  7. 根据权利要求6所述的方法,其特征在于,所述终端设备获取服务器基于推荐策略推荐的应用资源之前,所述方法还包括:The method according to claim 6, wherein the method further includes: before the terminal device acquires an application resource recommended by the server based on the recommended policy, the method further includes:
    所述终端设备接收来自所述服务器的信息获取请求;The terminal device receives an information acquisition request from the server;
    所述终端设备针对所述信息获取请求向所述服务器发送信息响应,所述信息响应携带所述终端设备当前显示界面展示的应用资源的第二应用标签,所述推荐策略是服务器基于所述第一应用标签和所述第二应用标签确定的。The terminal device sends an information response to the server for the information acquisition request, where the information response carries a second application label of the application resource displayed by the current display interface of the terminal device, where the recommendation policy is that the server is based on the An application tag and the second application tag are determined.
  8. 根据权利要求6或7所述的方法,其特征在于,所述推荐策略包括第一推荐策略和第二推荐策略,所述第一推荐策略用于推荐以下应用资源:被下载次数大于或等于第一阈值的应用资源、应用标签包括所述至少一个第一应用 标签中至少一个的应用资源;所述第二推荐策略用于推荐以下应用资源:被下载次数大于或等于所述第一阈值的应用资源、被安装次数大于或等于第二阈值的应用资源、以及热门应用资源。The method according to claim 6 or 7, wherein the recommendation policy comprises a first recommendation policy and a second recommendation policy, wherein the first recommendation policy is used to recommend the following application resources: the number of downloads is greater than or equal to the number of times a threshold application resource, an application tag, including the at least one first application An application resource of at least one of the tags; the second recommendation policy is used to recommend the following application resources: an application resource whose downloaded times are greater than or equal to the first threshold, an application resource whose installed number is greater than or equal to a second threshold, and Top app resources.
  9. 一种服务器,其特征在于,包括:A server, comprising:
    获取单元,用于获取用户的历史搜索记录;An obtaining unit, configured to acquire a historical search record of the user;
    确定单元,用于根据所述历史搜索记录确定N个应用资源,所述N为大于1的整数;根据所述N个应用资源的应用标签确定推荐策略;a determining unit, configured to determine, according to the historical search record, N application resources, where N is an integer greater than 1, and determining a recommendation policy according to an application label of the N application resources;
    推荐单元,用于根据确定的推荐策略将所述应用资源推荐给所述用户。a recommendation unit, configured to recommend the application resource to the user according to the determined recommendation policy.
  10. 根据权利要求9所述的服务器,其特征在于,所述确定单元具体用于:The server according to claim 9, wherein the determining unit is specifically configured to:
    获取所述N个应用资源的M个第一应用标签,所述M为正整数;Obtaining M first application labels of the N application resources, where the M is a positive integer;
    获取所述用户的终端设备当前显示界面展示的应用资源的W个第二应用标签,所述W为正整数;Obtaining W second application labels of the application resources displayed by the current display interface of the user terminal, where the W is a positive integer;
    当所述M个第一应用标签中存在至少一个第一应用标签与所述W个第二应用标签相匹配时,确定推荐所述应用资源的推荐策略为第一推荐策略,所述第一推荐策略用于推荐以下应用资源:被下载次数大于或等于第一阈值的应用资源、应用标签包括所述至少一个第一应用标签中至少一个的应用资源。When the at least one first application label matches the W second application labels, determining that the recommended policy for recommending the application resource is a first recommendation policy, the first recommendation The policy is used to recommend the following application resources: the application resource whose download times are greater than or equal to the first threshold, and the application label includes the application resource of at least one of the at least one first application label.
  11. 根据权利要求10所述的服务器,其特征在于,所述推荐单元具体用于:The server according to claim 10, wherein the recommendation unit is specifically configured to:
    从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的K个应用资源;Selecting, from the N application resources, K application resources whose downloaded times are greater than or equal to the first threshold;
    从所述N个应用资源中选取应用标签包括所述至少一个第一应用标签中至少一个的W个应用资源;Selecting, from the N application resources, an application label that includes at least one of the at least one first application label;
    将所述K个应用资源和所述W个应用资源推荐给所述用户,所述K和所述W均小于所述N。And recommending the K application resources and the W application resources to the user, where the K and the W are both smaller than the N.
  12. 根据权利要求10或11所述的服务器,其特征在于,所述确定单元还用于:The server according to claim 10 or 11, wherein the determining unit is further configured to:
    当所述M个第一应用标签中不存在任意一个第一应用标签与所述W个第二应用标签相匹配时,确定推荐所述N个应用资源的推荐策略为第二推荐策 略,所述第二推荐策略用于推荐以下应用资源:被下载次数大于或等于所述第一阈值的应用资源、被安装次数大于或等于第二阈值的应用资源、以及热门应用资源。When the first application tag does not match the W second application tags, the recommendation policy for recommending the N application resources is the second recommendation policy. The second recommendation policy is used to recommend the following application resources: an application resource whose downloaded times are greater than or equal to the first threshold, an application resource whose installed number is greater than or equal to a second threshold, and a popular application resource.
  13. 根据权利要求12所述的服务器,其特征在于,所述推荐单元具体用于:The server according to claim 12, wherein the recommendation unit is specifically configured to:
    从所述N个应用资源中选取被下载次数大于或等于所述第一阈值的G个应用资源;Selecting, from the N application resources, G application resources whose download times are greater than or equal to the first threshold;
    从所述N个应用资源中选取被安装次数大于或等于第二阈值的H个应用资源;Selecting, from the N application resources, H application resources whose installed times are greater than or equal to a second threshold;
    从所述N个应用资源中选取T个热门应用资源;Selecting T popular application resources from the N application resources;
    将所述G个应用资源、所述H个应用资源以及所述T个热门应用资源推荐给所述用户,所述G、所述H和所述T均小于所述N。And recommending the G application resources, the H application resources, and the T hot application resources to the user, where the G, the H, and the T are all smaller than the N.
  14. 一种终端设备,其特征在于,包括处理单元,所述处理单元包括获取单元和展示单元:A terminal device, comprising: a processing unit, the processing unit comprising an obtaining unit and a display unit:
    所述获取单元,用于获取服务器基于推荐策略推荐的应用资源,所述应用资源是所述服务器基于用户的历史搜索记录确定,所述推荐策略是服务器基于所述应用资源的第一应用标签确定的;The acquiring unit is configured to obtain an application resource recommended by the server based on the recommended policy, where the application resource is determined by the server based on a historical search record of the user, where the recommendation policy is determined by the server according to the first application label of the application resource. of;
    所述展示单元,用于展示所述服务器推荐的应用资源。The display unit is configured to display application resources recommended by the server.
  15. 根据权利要求14所述的终端设备,其特征在于,所述终端设备还包括通信单元,其中,:The terminal device according to claim 14, wherein the terminal device further comprises a communication unit, wherein:
    所述处理单元,还用于通过所述通信单元接收来自所述服务器的信息获取请求;针对所述信息获取请求通过所述通信单元802向所述服务器发送信息响应,所述信息响应携带所述终端设备当前显示界面展示的应用资源的第二应用标签,所述推荐策略是服务器基于所述第一应用标签和所述第二应用标签确定的。The processing unit is further configured to receive, by the communication unit, an information acquisition request from the server, and send, by the communication unit 802, an information response to the server, where the information response carries the The terminal device currently displays a second application label of the application resource displayed by the interface, where the recommendation policy is determined by the server based on the first application label and the second application label.
  16. 根据权利要求14或15所述的终端设备,其特征在于,所述推荐策略包括第一推荐策略和第二推荐策略,所述第一推荐策略用于推荐以下应用资源:被下载次数大于或等于第一阈值的应用资源、应用标签包括所述至少一个 第一应用标签中至少一个的应用资源;所述第二推荐策略用于推荐以下应用资源:被下载次数大于或等于所述第一阈值的应用资源、被安装次数大于或等于第二阈值的应用资源、以及热门应用资源。The terminal device according to claim 14 or 15, wherein the recommendation policy comprises a first recommendation policy and a second recommendation policy, wherein the first recommendation policy is used to recommend the following application resources: the number of times of downloading is greater than or equal to The first threshold of the application resource, the application tag includes the at least one An application resource of at least one of the first application tags; the second recommendation policy is used to recommend the following application resources: an application resource whose downloaded times are greater than or equal to the first threshold, and an application whose installed number is greater than or equal to a second threshold Resources, as well as popular app resources.
  17. 一种服务器,其特征在于,包括一个或多个处理器、一个或多个存储器、一个或多个收发器,以及一个或多个程序,所述一个或多个程序被存储在所述存储器中,并且被配置由所述一个或多个处理器执行,所述程序包括用于执行如权利要求1-5任一项所述的方法中的步骤的指令。A server, comprising: one or more processors, one or more memories, one or more transceivers, and one or more programs, the one or more programs being stored in the memory And configured to be executed by the one or more processors, the program comprising instructions for performing the steps in the method of any of claims 1-5.
  18. 一种终端设备,其特征在于,包括一个或多个处理器、一个或多个存储器、一个或多个收发器,以及一个或多个程序,所述一个或多个程序被存储在所述存储器中,并且被配置由所述一个或多个处理器执行,所述程序包括用于执行如权利要求6-8任一项所述的方法中的步骤的指令。A terminal device, comprising: one or more processors, one or more memories, one or more transceivers, and one or more programs, the one or more programs being stored in the memory And configured to be executed by the one or more processors, the program comprising instructions for performing the steps in the method of any of claims 6-8.
  19. 一种计算机可读存储介质,其特征在于,其存储用于电子数据交换的计算机程序,其中,所述计算机程序使得计算机执行如权利要求1-5任一项所述的方法。A computer readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method of any of claims 1-5.
  20. 一种计算机可读存储介质,其特征在于,其存储用于电子数据交换的计算机程序,其中,所述计算机程序使得计算机执行如权利要求6-8任一项所述的方法。 A computer readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method of any one of claims 6-8.
PCT/CN2017/100083 2017-08-31 2017-08-31 Application resource recommendation method and related device WO2019041280A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2017/100083 WO2019041280A1 (en) 2017-08-31 2017-08-31 Application resource recommendation method and related device
CN201780092278.8A CN110771121A (en) 2017-08-31 2017-08-31 Application resource recommendation method and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/100083 WO2019041280A1 (en) 2017-08-31 2017-08-31 Application resource recommendation method and related device

Publications (1)

Publication Number Publication Date
WO2019041280A1 true WO2019041280A1 (en) 2019-03-07

Family

ID=65524808

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/100083 WO2019041280A1 (en) 2017-08-31 2017-08-31 Application resource recommendation method and related device

Country Status (2)

Country Link
CN (1) CN110771121A (en)
WO (1) WO2019041280A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110347850A (en) * 2019-06-13 2019-10-18 平安科技(深圳)有限公司 A kind of information-pushing method and client based on user information
CN110503478A (en) * 2019-08-26 2019-11-26 北京深演智能科技股份有限公司 A kind of APP method for pushing and device
CN110688210A (en) * 2019-09-17 2020-01-14 Oppo广东移动通信有限公司 Task priority determination method and device
CN111400516A (en) * 2020-03-16 2020-07-10 北京奇艺世纪科技有限公司 Label determination method, electronic device and storage medium
CN111709772A (en) * 2020-05-22 2020-09-25 深圳市元征科技股份有限公司 User management method, user management device and server
CN111709773A (en) * 2020-05-22 2020-09-25 深圳市元征科技股份有限公司 User management method, user management device and server
CN111860844A (en) * 2019-12-30 2020-10-30 北京嘀嘀无限科技发展有限公司 Method and device for executing inference framework and storage medium
CN114554278A (en) * 2022-01-28 2022-05-27 青岛海尔科技有限公司 Play control method and device, storage medium and electronic device
CN114884888A (en) * 2022-05-10 2022-08-09 北京明略软件系统有限公司 Method and device for flow barreling, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103647800A (en) * 2013-11-19 2014-03-19 乐视致新电子科技(天津)有限公司 Method and system of recommending application resources
CN104133878A (en) * 2014-07-25 2014-11-05 百度在线网络技术(北京)有限公司 User label generation method and device
CN105227445A (en) * 2015-10-23 2016-01-06 中国联合网络通信集团有限公司 Platform is recommended in application recommend method and application
CN105975537A (en) * 2016-04-29 2016-09-28 乐视控股(北京)有限公司 Sorting method and device of application program

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103618774B (en) * 2013-11-19 2016-11-23 北京奇虎科技有限公司 A kind of resource recommendation method based on network behavior and device, system
CN104991962B (en) * 2015-07-22 2019-01-18 无锡天脉聚源传媒科技有限公司 A kind of method and device generating recommendation information
CN105956131A (en) * 2016-05-10 2016-09-21 乐视控股(北京)有限公司 Resource search method and device
CN106250557A (en) * 2016-08-16 2016-12-21 青岛海信传媒网络技术有限公司 The recommendation method and device of application

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103647800A (en) * 2013-11-19 2014-03-19 乐视致新电子科技(天津)有限公司 Method and system of recommending application resources
CN104133878A (en) * 2014-07-25 2014-11-05 百度在线网络技术(北京)有限公司 User label generation method and device
CN105227445A (en) * 2015-10-23 2016-01-06 中国联合网络通信集团有限公司 Platform is recommended in application recommend method and application
CN105975537A (en) * 2016-04-29 2016-09-28 乐视控股(北京)有限公司 Sorting method and device of application program

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110347850A (en) * 2019-06-13 2019-10-18 平安科技(深圳)有限公司 A kind of information-pushing method and client based on user information
CN110347850B (en) * 2019-06-13 2023-09-12 平安科技(深圳)有限公司 Information pushing method based on user information and client
CN110503478A (en) * 2019-08-26 2019-11-26 北京深演智能科技股份有限公司 A kind of APP method for pushing and device
CN110688210A (en) * 2019-09-17 2020-01-14 Oppo广东移动通信有限公司 Task priority determination method and device
CN110688210B (en) * 2019-09-17 2023-08-22 Oppo广东移动通信有限公司 Task priority determining method and device
CN111860844A (en) * 2019-12-30 2020-10-30 北京嘀嘀无限科技发展有限公司 Method and device for executing inference framework and storage medium
CN111400516A (en) * 2020-03-16 2020-07-10 北京奇艺世纪科技有限公司 Label determination method, electronic device and storage medium
CN111400516B (en) * 2020-03-16 2024-04-16 北京奇艺世纪科技有限公司 Label determining method, electronic device and storage medium
CN111709773A (en) * 2020-05-22 2020-09-25 深圳市元征科技股份有限公司 User management method, user management device and server
CN111709772A (en) * 2020-05-22 2020-09-25 深圳市元征科技股份有限公司 User management method, user management device and server
CN114554278A (en) * 2022-01-28 2022-05-27 青岛海尔科技有限公司 Play control method and device, storage medium and electronic device
CN114554278B (en) * 2022-01-28 2023-12-19 青岛海尔科技有限公司 Playing control method and device, storage medium and electronic device
CN114884888A (en) * 2022-05-10 2022-08-09 北京明略软件系统有限公司 Method and device for flow barreling, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110771121A (en) 2020-02-07

Similar Documents

Publication Publication Date Title
WO2019041280A1 (en) Application resource recommendation method and related device
CN104866505B (en) Application recommendation method and device
US10678942B2 (en) Information processing method and related products
WO2018214734A1 (en) Photographing control method and related product
WO2017206902A1 (en) Application control method and related device
WO2018219119A1 (en) Application function control method and relevant product
US11099898B2 (en) Method for allocating memory resources and terminal device
US20170064352A1 (en) Method and system for collecting statistics on streaming media data, and related apparatus
CN107870874B (en) Data write-in control method and storage device
US10992723B2 (en) Method for processing streaming media data and terminal
WO2018233491A1 (en) Push message management method and related product
WO2019056324A1 (en) Method for suggesting related term, mobile terminal, and computer readable storage medium
WO2018214745A1 (en) Application control method and related product
US11520841B2 (en) Information recommendation method, terminal device, and server
WO2019072179A1 (en) Application running control method and apparatus
WO2019041285A1 (en) Associative word recommendation method, mobile terminal, and computer readable storage medium
WO2017206903A1 (en) Application control method and related device
WO2017008613A1 (en) Recommendation content pushing method and apparatus, and terminal, server and system therefor
CN105159655B (en) Behavior event playing method and device
CN106383870A (en) Picture playing method and mobile terminal
WO2018219117A1 (en) Component display method and related product
WO2019041277A1 (en) Method for recommending search word, and related device
CN109902484B (en) Processing method of associated application and terminal
WO2018219118A1 (en) Interface displaying method and related product
US20180348993A1 (en) Method For Searching Application And Related Products

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17923368

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC , EPO FORM 1205A DATED 10.09.2020.

122 Ep: pct application non-entry in european phase

Ref document number: 17923368

Country of ref document: EP

Kind code of ref document: A1