CN112330362A - Rapid data intelligent analysis method for internet mall user behavior habits - Google Patents

Rapid data intelligent analysis method for internet mall user behavior habits Download PDF

Info

Publication number
CN112330362A
CN112330362A CN202011218995.0A CN202011218995A CN112330362A CN 112330362 A CN112330362 A CN 112330362A CN 202011218995 A CN202011218995 A CN 202011218995A CN 112330362 A CN112330362 A CN 112330362A
Authority
CN
China
Prior art keywords
learning
htm
cell
input
sequence
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011218995.0A
Other languages
Chinese (zh)
Inventor
朱博
袁云燕
左翌
张雨钊
蔡文华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Ruixiang Technology Group Co ltd
Original Assignee
Jiangsu Ruixiang Technology Group Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangsu Ruixiang Technology Group Co ltd filed Critical Jiangsu Ruixiang Technology Group Co ltd
Priority to CN202011218995.0A priority Critical patent/CN112330362A/en
Publication of CN112330362A publication Critical patent/CN112330362A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0201Market modelling; Market analysis; Collecting market data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/082Learning methods modifying the architecture, e.g. adding, deleting or silencing nodes or connections
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0631Item recommendations

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Marketing (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Economics (AREA)
  • General Business, Economics & Management (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Game Theory and Decision Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to the technical field of network marketing and artificial intelligence, in particular to a rapid data intelligent analysis method for internet mall user behavior habits. According to the current behavior of the user, more targeted sales recommendation is given; by utilizing the advantages of multiple cells contained in a microcolumn in the HTM, the input position information can be distinguished, and the input active cell set is reset into a learning cell set, so that the HTM can learn aiming at the current input sequence when learning online, and the learning efficiency is improved; in the process of learning the repetitive sequence, the number of active cell sets is reduced, the number of cells associated with the cell sets can be effectively reduced, the possibility of occurrence of cycle prediction is reduced, and the learning effect of the HTM is improved; the invention sets the synapse value in the newly increased dendritic branches above the connectivity threshold, and improves the learning efficiency of the HTM.

Description

Rapid data intelligent analysis method for internet mall user behavior habits
Technical Field
The invention relates to the technical field of network marketing and artificial intelligence, in particular to a rapid data intelligent analysis method for user behavior habits of an internet mall.
Background
The behavior habits of the users of the internet shopping mall are all carried out in specific scenes, and the users also know the products through the scenes, so that the users have different requirements in different scenes. If the product selling points are connected with the requirements of the user, the pain points of the user are effectively triggered by utilizing the scene, the emotional resonance of the consumer is caused, the purchasing desire is stimulated, and a good interaction relation can be established, so that the viscosity and loyalty of the consumer are formed. For the initial user or the user with less consumption information, the consumption habit of the user is difficult to dig out due to insufficient user information, and further, the user is difficult to provide targeted recommendation and the commodity transaction rate is improved. And the scene marketing can construct the display sequence of the commodities according to the previous and subsequent causal relationships or functions, and further give more targeted recommendations according to the current selection of the user, so how to rapidly construct the memory of the scene, and the memory is used as the basis of the subsequent user behavior habit statistics to become the basis of rapid intelligent analysis.
Brain-like learning is a hotspot of current research in the fields of artificial intelligence and machine learning. Hierarchical Temporal memory (htm) is a machine learning technique that mimics the processing mechanism of information by the human brain by simulating the organization and organization of cortical cells. HTM is essentially a memory-based system. The HTM network is trained by a large amount of time-dependent data, a large number of pattern sequences are stored, and the next possible input is predicted through the memorized pattern sequences.
Unlike the existing artificial neural network, the HTM takes cells as a basic unit and is managed in a hierarchical manner; several cells are firstly combined into a micro-column, and then the micro-column forms HTM network space. The spatial pool algorithm and the temporal pool algorithm are two important steps in training the HTM, and the spatial pool algorithm is first used to select some of the activated microcolumns from all the microcolumns to correspond to the current input. Selecting partially activated cells from the microcolumns by using a time pool algorithm to express and input the position information, and establishing association between input and output by adjusting relevant dendritic branches on the active cells to learn; and simultaneously using the active cells and the constructed dendritic branches to predict the input at the next moment.
The current time pool algorithm only uses a simple Hebbian rule, establishes the association between active cells at two adjacent moments before and after by adjusting the connection value of synapses in dendritic branches, and learns the characteristics of sequences; and the sequence learning task can be completed only after the connected synapses in the dendritic branches are accumulated to a certain threshold value. If a fast learning model is to be constructed, a novel time pool algorithm must be designed, and the efficiency and effect of the HTM learning sequence are improved.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: in order to solve the problems in the background art, an improved method for analyzing the user behavior habits of the internet mall quickly and intelligently by data is provided, so that the problems of low learning efficiency and poor learning effect during the htm (historical Temporal memory) quick training are solved.
The technical scheme adopted by the invention for solving the technical problems is as follows: a rapid data intelligent analysis method for Internet mall user behavior habits comprises an Internet mall user behavior pattern sequence, a coding module, a space pool module and a time module, wherein the time module comprises a microcolumn set for acquiring input activation, a learning cell set, a dendritic branch regulation, an active cell set regulation and a prediction unit, and the method comprises the following steps:
step 1, constructing a user behavior sequence aiming at a scene of an internet mall, and forming different user behavior combination time sequence modes;
step 2, aiming at different internet mall marketing scenes, taking a user behavior combination mode with a time sequence characteristic as a training object of an HTM rapid training model;
step 3, selecting a part of microcolumns from all microcolumns by using a space pool algorithm to activate, and enabling the activated microcolumns to correspond to a certain commodity in the current user behavior mode;
step 4, generating a learning cell set and a temporary active cell set on the activated microcolumn by using the input position information, so that the learning process can be performed according to the sequence of the current position, the learning accuracy of the HTM is improved, the number of cells associated with the method is effectively reduced in the process of learning a repeated sequence, the possibility of occurrence of cyclic prediction is reduced, and the learning effect of the HTM is improved;
step 5, adjusting related and adjacent input dendritic branches on the learning cells, and setting a synapse value in the newly-added dendritic branches as a communication value according to the characteristics of online learning, so that the time pool algorithm can quickly form memory and learning of a sequence through one-time training, and the learning efficiency of the HTM is improved;
and 6, predicting the commodity at the next moment by using the adjusted active cell set, and setting the commodity as a recommended commodity.
Furthermore, the space pool module is used for acquiring the activated microcolumn set, the time pool module comprises a learning cell set generating unit, an input end of the learning cell set generating unit is connected with an output end of the space pool module, and an output end of the learning cell set generating unit is sequentially connected with the dendritic branch adjusting unit and the predicting unit.
The invention has the beneficial effects that:
1. the method comprises the steps that a correlation mode of user behaviors is built according to scenes of an internet mall, and more targeted sales recommendations can be given according to current behaviors of users for users who cannot acquire historical information;
2. when the learning cells are generated, the input position information can be distinguished by utilizing the advantages of a plurality of cells contained in the microcolumn in the HTM, the input active cell set is reset to be the learning cell set, and the input current position information is expressed in the prediction process, so that the association between the subsequent learning content and the input of the current position is conveniently established, the HTM can learn aiming at the current input sequence in the online learning process, and the learning efficiency is improved; in the process of learning the repetitive sequence, the number of active cell sets is reduced, the number of cells associated with the cell sets can be effectively reduced, the possibility of occurrence of cycle prediction is reduced, and the learning effect of the HTM is improved;
3. according to the method, only the related adjacent input dendritic branches are adjusted, and the synapse value in the newly-added dendritic branches is set above the connection threshold aiming at the characteristic of quick training, so that the algorithm can form memory and learning of a mode sequence through one-time training, and the learning efficiency of the HTM is improved.
Drawings
The invention is further illustrated with reference to the following figures and examples.
FIG. 1 is a flow chart of the analytical method of the present invention.
Detailed Description
The present invention will now be described in further detail with reference to the accompanying drawings. These drawings are simplified schematic views illustrating only the basic structure of the present invention in a schematic manner, and thus show only the constitution related to the present invention.
Example 1:
the rapid data intelligent analysis method for the internet mall user behavior habits, shown in fig. 1, comprises an internet mall user behavior pattern sequence, an encoding module, a space pool module and a time module, wherein the time module comprises six steps of obtaining an input activated microcolumn set, generating a learning cell set, adjusting dendritic branches, adjusting an active cell set and predicting:
step 1, constructing commodity sequences by using scenes to form different commodity combination time sequence modes.
Step 2, aiming at different marketing scenes, taking a user behavior combination mode with a time sequence characteristic as a training object of the HTM rapid training model;
step 3, acquiring a microcolumn set activated by input, wherein the microcolumn set can be generated by a space pool algorithm, selecting a part of microcolumns from all the microcolumns for activation, and enabling the activated microcolumns to correspond to the current input;
step 4, generating a prediction cell set of which the learning cell set depends on the previous moment, and selecting learning cells capable of expressing input current position information for the unpredicted activated microcolumns so that the learning process is more specific to the sequence at the current position; in particular, the amount of the solvent to be used,
step 4.1, the method for generating the learning cell set comprises the following steps:
step 41.1, if the cell on the activated microcolumn is predicted by the input at the previous time, the cell is set as the currently input learning cell, and is expressed as:
Figure BDA0002761412590000041
step 4.1.2, if all the cells on the activated microcolumn are not predicted by the input at the previous moment, randomly selecting the cell with the least number of dendritic branches in all the cells on the microcolumn as the learning cell, and expressing that:
Figure BDA0002761412590000051
the learning cells selected by the method form a learning cell set; wherein the content of the first and second substances,
Figure BDA0002761412590000052
the ith cell on the jth microcolumn at time t is selected as a learning cell, i is the number of the cell on the microcolumn, j is the number of the microcolumn, WtInputting the activated microcolumn set for the time t,
Figure BDA0002761412590000053
is a predicted cell matrix at the time t-1; minj(the segment′s number of celli,j) Numbering the cells on the jth microcolumn that contain the fewest dendritic branches;
and 4.2, generating active cells in the activated microcolumns screened by the space pool algorithm by using the following rule, wherein if the activated microcolumns have predicted cells, the cells are set as the active cells, and if the activated microcolumns do not have the predicted cells, all the cells on the microcolumns are set as the active cells.
Figure BDA0002761412590000054
Constructing a temporary active cell set by the active cells selected by the method; wherein
Figure BDA0002761412590000055
Indicating that the ith cell on the jth microcolumn at the time t is set as an active cell, i is the number of the cell on the microcolumn, j is the number of the microcolumn, WtInputting the activated microcolumn set for the time t,
Figure BDA0002761412590000056
indicating that the ith cell on the jth microcolumn is a predicted cell at the t-1 moment;
the method comprises the following steps of setting non-learning cells in an active cell set to be in an inactive state, and accurately expressing input current position information, wherein the main operations are as follows:
Figure BDA0002761412590000061
wherein A istRepresenting the active cell matrix generated by the input at time t,
Figure BDA0002761412590000062
inputting a corresponding learning cell matrix at a representative time t;
step 5, in the step of adjusting the dendritic branches, the dendritic branches needing to be adjusted are either active or newly added on learning cells, the association between the front input and the rear input is established, and synapse values in the newly added dendritic branches are set to be values of a communication threshold value and above, so that the learning efficiency is improved; specifically, the process of adjusting dendritic branches in step 3 is as follows:
step 5.1, if the learning cell currently processed is the cell predicted by the input of the previous moment, adjusting the active dendritic branch on the cell to strengthen the association with the input of the previous moment, wherein the selection condition of the active dendritic branch on the cell is as follows:
Figure BDA0002761412590000063
step 5.2, if the learning cell processed currently is not the cell predicted by the last input, adding a dendritic branch on the cell, constructing synapse with the learning cell input at the last time, and forming an association with the last input, wherein the added dendritic branch is represented as:
Figure BDA0002761412590000064
wherein the content of the first and second substances,
Figure BDA0002761412590000065
the connectivity matrix of the kth dendritic branch on the ith cell in the jth microcolumn, activeThreshold is the activity threshold of the dendritic branch,
Figure BDA0002761412590000066
is a dendritic branch newly added on the ith cell in the jth microcolumn, CONNECTED _ PERMANANCE is the threshold of connectivity of synapses in the dendritic branch;
Figure BDA0002761412590000067
and inputting a corresponding learning cell matrix for the t-1 moment.
Step 6, adjusting the active cell set and predicting, and predicting through the active cells with a reduced range, so that the distinguishing capability of the learning cells generated by subsequent input on the position information can be improved, and meanwhile, the association between the subsequent learning content and the input of the current position is conveniently established; the algorithm improves the learning effect and efficiency of the HTM on the sequence aiming at the characteristic of quick training.
Based on the method, the invention also provides a rapid data intelligent analysis method for analyzing the behavior habit path of the user in the Internet mall, which comprises a space pool module and a time pool module, wherein the space pool module is used for acquiring the activated microcolumn set; the time pool module comprises a learning cell set generation unit, the input end of the learning cell set generation unit is connected with the output end of the space pool module, and the output end of the learning cell set generation unit is sequentially connected with the dendritic branch regulation unit and the prediction unit.
Example 2:
in this embodiment, taking "abab" as an example of the input sequence during the fast training of the present invention, first, through the learning of the space pool, it is assumed that the input a activates the 1 and 3 micro-columns, the input b activates the 2 and 4 micro-columns, and each micro-column has 4 cells, and the threshold value of the connectivity of the dendrites is set to 0.8. The following describes the process when learning online:
for the first input a in the sequence, since there is no context, the learning cells that assume the time pool to produce this input are: cell1,1And cell3,1The first cell of the No. 1 microcolumn and the first cell of the No. 3 microcolumn, respectively, and no dendritic branches need to be adjusted, while the active cells are also reset to cells1,1And cell3,1
For the second input b in the sequence, the active cells at the previous time are not predicted to be the current input, so there are no predicted cells on the activated microcolumn, assuming that the time pool produces the learning cells of this input: cell2,1And cell4,1The first cell of the No. 2 microcolumn and the first cell of the No. 4 microcolumn, respectively, have a new dendritic branch on both cells, respectively [ cell1,1=0.8,cell3,1=0.8]Indicating that both cells establish synaptic connections to the cell1,1And cell3,1And the synapse is in a connected state. While also resetting the active cells to cells2,1And Cell4,1
For the third input a in the sequence, the active cell at the previous time is not predicted to be the current input, so there are no predicted cells on the activated microcolumn, assuming that the time pool produces the learning cells of this input: cell1,2And cell3,2The second cell of the No. 1 microcolumn and the second cell of the No. 3 microcolumn, respectively, have a new dendritic branch on both cells, respectively [ cell2,1=0.8,cell4,1=0.8]Indicating that both cells establish synaptic connections to the cell2,1And cell4,1And the synapse is in a connected state. While also resetting the active cells to cells1,2And cell3,2
For the fourth input b in the sequence, the active cells at the previous time are not predicted to be the current input, so there are no predicted cells on the activated microcolumn, assuming that the time pool produces the learning cells of this input: cell2,2And cell4,2The second cell of the No. 2 microcolumn and the second cell of the No. 4 microcolumn, respectively, are newly added with dendritic branches, respectively, [ cell ]1,2=0.8,cell3,2=0.8]Indicating that both cells establish synapses to cells1,2And cell3,2And the synapse is in a connected state. While also resetting the active cells to cells2,2And cell4,2
Through fast training, the HTM can learn the complete content of the "abab" sequence, but the existing time-pool learning algorithm can only learn the "aba" sequence, and the learning of the fourth step only strengthens the association between the first input and the second input.
The method comprises the steps that a correlation mode of user behaviors is built according to scenes of an internet mall, and more targeted sales recommendations can be given according to current behaviors of users for users who cannot acquire historical information; when the learning cells are generated, the input position information can be distinguished by utilizing the advantages of a plurality of cells contained in the microcolumn in the HTM, the input active cell set is reset to be the learning cell set, and the input current position information is expressed in the prediction process, so that the association between the subsequent learning content and the input of the current position is conveniently established, the HTM can learn aiming at the current input sequence in the online learning process, and the learning efficiency is improved; in the process of learning the repetitive sequence, the number of active cell sets is reduced, the number of cells associated with the cell sets can be effectively reduced, the possibility of occurrence of cycle prediction is reduced, and the learning effect of the HTM is improved; according to the method, only the related adjacent input dendritic branches are adjusted, and the synapse value in the newly-added dendritic branches is set above the connection threshold aiming at the characteristic of quick training, so that the algorithm can form memory and learning of a mode sequence through one-time training, and the learning efficiency of the HTM is improved.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an illustrative embodiment," "an example," "a specific example," or "some examples" or the like mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
In light of the foregoing description of the preferred embodiment of the present invention, many modifications and variations will be apparent to those skilled in the art without departing from the spirit and scope of the invention. The technical scope of the present invention is not limited to the content of the specification, and must be determined according to the scope of the claims.

Claims (2)

1. A quick data intelligent analysis method for Internet mall user behavior habits comprises an Internet mall user behavior mode sequence, a coding module, a space pool module and a time module, and is characterized in that: the time module comprises a microcolumn set for acquiring input activation, a learning cell set, a dendritic branch regulation unit, an active cell set regulation unit and a prediction unit, and comprises the following steps:
step 1, constructing a user behavior sequence aiming at a scene of an internet mall, and forming different user behavior combination time sequence modes;
step 2, aiming at different internet mall marketing scenes, taking a user behavior combination mode with a time sequence characteristic as a training object of an HTM rapid training model;
step 3, selecting a part of microcolumns from all microcolumns by using a space pool algorithm to activate, and enabling the activated microcolumns to correspond to a certain commodity in the current user behavior mode;
step 4, generating a learning cell set and a temporary active cell set on the activated microcolumn by using the input position information, so that the learning process can be performed according to the sequence of the current position, the learning accuracy of the HTM is improved, the number of cells associated with the method is effectively reduced in the process of learning a repeated sequence, the possibility of occurrence of cyclic prediction is reduced, and the learning effect of the HTM is improved;
step 5, adjusting related and adjacent input dendritic branches on the learning cells, and setting a synapse value in the newly-added dendritic branches as a communication value according to the characteristics of online learning, so that the time pool algorithm can quickly form memory and learning of a sequence through one-time training, and the learning efficiency of the HTM is improved;
and 6, predicting the commodity at the next moment by using the adjusted active cell set, and setting the commodity as a recommended commodity.
2. The method for rapid intelligent analysis of data of internet mall user behavior habits according to claim 1, wherein: the space pool module is used for obtaining an activated microcolumn set, the time pool module comprises a learning cell set generating unit, the input end of the learning cell set generating unit is connected with the output end of the space pool module, and the output end of the learning cell set generating unit is sequentially connected with the dendritic branch adjusting unit and the predicting unit.
CN202011218995.0A 2020-11-04 2020-11-04 Rapid data intelligent analysis method for internet mall user behavior habits Pending CN112330362A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011218995.0A CN112330362A (en) 2020-11-04 2020-11-04 Rapid data intelligent analysis method for internet mall user behavior habits

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011218995.0A CN112330362A (en) 2020-11-04 2020-11-04 Rapid data intelligent analysis method for internet mall user behavior habits

Publications (1)

Publication Number Publication Date
CN112330362A true CN112330362A (en) 2021-02-05

Family

ID=74315836

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011218995.0A Pending CN112330362A (en) 2020-11-04 2020-11-04 Rapid data intelligent analysis method for internet mall user behavior habits

Country Status (1)

Country Link
CN (1) CN112330362A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114386602A (en) * 2022-01-13 2022-04-22 江苏瑞祥科技集团有限公司 HTM prediction analysis method for multi-path server load data
CN114387030A (en) * 2022-01-13 2022-04-22 瑞祥全球购超市有限公司 Online user quantity intelligent analysis method oriented to online shopping platform

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170286824A1 (en) * 2016-04-01 2017-10-05 Acronis International Gmbh System and method for generating user behavioral avatar based on personalized backup
CN108629665A (en) * 2018-05-08 2018-10-09 北京邮电大学 A kind of individual commodity recommendation method and system
CN109451757A (en) * 2016-06-21 2019-03-08 品点预测股份有限公司 Psychology measurement profile is predicted using machine learning subordinate act data while keeping user anonymity
CN111612125A (en) * 2020-04-13 2020-09-01 江苏大学 Novel HTM time pool method and system for online learning
CN111652279A (en) * 2020-04-30 2020-09-11 中国平安财产保险股份有限公司 Behavior evaluation method and device based on time sequence data and readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170286824A1 (en) * 2016-04-01 2017-10-05 Acronis International Gmbh System and method for generating user behavioral avatar based on personalized backup
CN109451757A (en) * 2016-06-21 2019-03-08 品点预测股份有限公司 Psychology measurement profile is predicted using machine learning subordinate act data while keeping user anonymity
CN108629665A (en) * 2018-05-08 2018-10-09 北京邮电大学 A kind of individual commodity recommendation method and system
CN111612125A (en) * 2020-04-13 2020-09-01 江苏大学 Novel HTM time pool method and system for online learning
CN111652279A (en) * 2020-04-30 2020-09-11 中国平安财产保险股份有限公司 Behavior evaluation method and device based on time sequence data and readable storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
成耐克: ""面向教育数据日志分析的用户行为预测研究"", 《中国优秀硕士学位论文全文数据库(信息科技I辑)》 *
段淳林;宋成;: "用户需求、算法推荐与场景匹配:智能广告的理论逻辑与实践思考", 现代传播(中国传媒大学学报), no. 08 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114386602A (en) * 2022-01-13 2022-04-22 江苏瑞祥科技集团有限公司 HTM prediction analysis method for multi-path server load data
CN114387030A (en) * 2022-01-13 2022-04-22 瑞祥全球购超市有限公司 Online user quantity intelligent analysis method oriented to online shopping platform
CN114386602B (en) * 2022-01-13 2024-02-20 江苏瑞祥科技集团有限公司 HTM predictive analysis method for multi-path server load data
CN114387030B (en) * 2022-01-13 2024-03-15 瑞祥全球购超市有限公司 Online shopping platform-oriented intelligent analysis method for online user quantity

Similar Documents

Publication Publication Date Title
CN111027714B (en) Artificial intelligence-based object recommendation model training method, recommendation method and device
EP3143563B1 (en) Distributed model learning
EP3143560B1 (en) Update of classifier over common features
CN109643229B (en) Application development method and platform of network model and computer readable storage medium
CN110532996A (en) The method of visual classification, the method for information processing and server
Truyen et al. Ordinal Boltzmann machines for collaborative filtering
CN110008408A (en) A kind of session recommended method, system, equipment and medium
CN115082147B (en) Sequence recommendation method and device based on hypergraph neural network
CN109376844A (en) The automatic training method of neural network and device recommended based on cloud platform and model
CN110503531A (en) The dynamic social activity scene recommended method of timing perception
CN111506820B (en) Recommendation model, recommendation method, recommendation device, recommendation equipment and recommendation storage medium
CN106327240A (en) Recommendation method and recommendation system based on GRU neural network
CN108563755A (en) A kind of personalized recommendation system and method based on bidirectional circulating neural network
Ju et al. Effects of synaptic connectivity on liquid state machine performance
CN110955826B (en) Recommendation system based on improved cyclic neural network unit
CN108427708A (en) Data processing method, device, storage medium and electronic device
Ruiz et al. Gated graph convolutional recurrent neural networks
CN109272332B (en) Client loss prediction method based on recurrent neural network
CN110427560A (en) A kind of model training method and relevant apparatus applied to recommender system
CN111612125A (en) Novel HTM time pool method and system for online learning
CN110245310B (en) Object behavior analysis method, device and storage medium
CN113536097B (en) Recommendation method and device based on automatic feature grouping
Navgaran et al. Evolutionary based matrix factorization method for collaborative filtering systems
CN110413894A (en) The training method of commending contents model, the method for commending contents and relevant apparatus
CN112330362A (en) Rapid data intelligent analysis method for internet mall user behavior habits

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination