CN103488705A - User interest model incremental update method of personalized recommendation system - Google Patents

User interest model incremental update method of personalized recommendation system Download PDF

Info

Publication number
CN103488705A
CN103488705A CN201310403293.3A CN201310403293A CN103488705A CN 103488705 A CN103488705 A CN 103488705A CN 201310403293 A CN201310403293 A CN 201310403293A CN 103488705 A CN103488705 A CN 103488705A
Authority
CN
China
Prior art keywords
msub
mrow
document
user
documents
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.)
Granted
Application number
CN201310403293.3A
Other languages
Chinese (zh)
Other versions
CN103488705B (en
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.)
University of Electronic Science and Technology of China
Original Assignee
University of Electronic Science and Technology of China
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 University of Electronic Science and Technology of China filed Critical University of Electronic Science and Technology of China
Priority to CN201310403293.3A priority Critical patent/CN103488705B/en
Publication of CN103488705A publication Critical patent/CN103488705A/en
Application granted granted Critical
Publication of CN103488705B publication Critical patent/CN103488705B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/216Parsing using statistical methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Probability & Statistics with Applications (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a user interest model incremental update method of a personalized recommendation system. According to the basic principle of the method, the method includes storing and generating an intermediate result of calculation of a current user interest model, and performing incremental calculating on the basis of the intermediate result when the user interest model is updated. On the premise that interest information is protected from losing during updating process, the requirements that the user interest model can be updated rapidly and continuously on condition of large data amount can be met, performances of the recommendation system can be improved, and higher-quality service is provided for users.

Description

Incremental updating method for user interest model of personalized recommendation system
Technical Field
The invention relates to the technical field of computer application, in particular to a user interest model incremental updating method of a personalized recommendation system.
Background
The personalized recommendation system excavates objects which are potentially interesting to each user by establishing a binary relation between the user and the recommended objects and utilizing the existing selection process or similarity relation, and further carries out personalized recommendation (Liu Jian, Zhou Tao, Wan inherits macros. research progress of the personalized recommendation system [ J ]. natural science progress, 2009,19(1), 1-15.). With the diversification of user requirements, the application of the personalized recommendation system becomes wider, and the personalized recommendation system is not only used for electronic commerce, but also used for recommending webpages, documents and the like. It is necessary for the clerks and researchers to frequently review large volumes of literature. The personalized recommendation system based on the document content information learns the reading interest of the user by collecting and analyzing the interesting document content read by the user and establishes a user interest model, and a document with high matching degree is recommended to the user by comparing the matching degree of the document content and the user interest model. There are three important modules of the personalized recommendation system based on the document content information: a user interest modeling module, a recommendation object modeling module and a recommendation algorithm module, wherein the system model is shown in figure 1.
In the recommendation system based on the document content information, a user interest modeling module is a core module and is used for extracting a user interest model from an interest document read by a user and updating the interest model according to the change of the user interest. To achieve high-precision recommendations, the user interest model must be able to accurately describe the user's current interests, and updates to the interest model must be able to quickly track changes in the user's interests.
At present, two methods are mainly used for updating a user interest model, namely a time window method and a forgetting function method, wherein the time window method is used for filtering out outdated interests by using a sliding time window, and the forgetting function method is used for attenuating the weights of the interests by using a forgetting function (Feihong, wearing, Mujade, etc.. the user interest drifting method based on an optimized time window [ J ] computer engineering, 2008,34(16),210- "214"). In the literature (SHIN H., CHO S., neighboring Property Based Pattern Selection for Support vector mechanisms [ J ]. Neural Computation,2007,19(3), 816-855.), a time window method is used to update a user interest model, which uses a sliding time window to filter out outdated interests. In the literature (KEERHI S.S., SHEVADE S.K., BHATTACHARYYA, et al.A Fast Iterative New Point Algorithm for Support Vector machine classifier Design [ J ]. IEEE Transactions on Neural Networks,2000,11(1), 124-. The method comprises the following steps of (study on a Simon, updating of a user interest model and a forgetting mechanism [ J ]. microcomputer application 2011,27(7),10-11 and 69) updating the interest model according to the characteristics of an HTML document and the browsing speed of a user, and correcting the weight of a feature word by combining a forgetting factor to forget the model. Literature (li-peak, chember, swimming, ocean. adaptive user interest model based on implicit feedback [ J ] computer engineering and applications, 2008,44(9), 76-79.) separates user interests into short-term interests, which employ a time-window update mechanism, and long-term interests, which employ an update strategy based on a time-based forgetting function.
The existing user interest model updating method emphasizes how to eliminate documents deviating from the user interest from the documents in which the user is interested and add new interested documents, so that the documents used for constructing the user interest model can better reflect the current interest of the user, and the problem of the computational efficiency of updating the user interest model is ignored. With the increase of the number of the reading documents of the user, the number of the interested documents marked by the user also increases, the problem of the calculation efficiency of the user interest model updating is gradually highlighted, and the adverse effect that the model updating speed is too low to meet the requirements of the user is caused.
Disclosure of Invention
The invention aims to solve the technical problem that the prior art is insufficient, and provides a user interest model incremental updating method of a personalized recommendation system, which improves the calculation efficiency of user interest model updating on the premise of ensuring that interest information is not lost in the updating process, meets the requirement that a user interest model can be continuously and quickly updated under the condition of huge data volume, improves the performance of the personalized recommendation system, and provides higher-quality service for users.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows: a user interest model incremental updating method of a personalized recommendation system comprises the following steps:
1) user interest vector space model U based on document content is constructed0
2) Establishing the user interest vector space model U0User interest document set D0={d01,d02,...,d0mLet D = { D }1,d2,...,dnIs a set of documents to be recommended, wherein the document diThe feature vector of,(ti2,wi2),...,(tia,wia) }; wherein d is0eRepresenting the set of documents of interest to the user D0The document in (1), e =1,2, ·, m, m is the document set D of interest to the user0Total number of documents in; t is tikRepresenting the k-th term characteristic word of the document di; w is aikRepresenting a document diThe weight of the kth characteristic word; i =1,2,. n; k =1,2,. a; a represents a document diThe total number of terms of the feature words; here, the document set to be recommended is generally collected from a network or obtained from literature;
3) when the document is recommended, calculating all document feature vectors in the document set D to be recommended and the user interest vector space model U0The similarity r is recommended to be larger than the thresholdThe documents with the value alpha feed back interesting new documents to the personalized recommendation system, and the new documents are collected
Figure BDA0000378349690000022
The value range of the threshold value alpha is between 0 and 1, the size of the threshold value alpha is adjusted according to the needs of a user, when the user wants to obtain more recommendation results, the value of the threshold value alpha is closer to 0, and when the user wants to obtain more accurate recommendation results, the value of the threshold value alpha is closer to 1; when the outdated documents or the documents deviating from the user interest in the document set of interest of the user are selected, respectively calculating a set D0Each document feature vector and the user interest vector space model U0Selecting the documents with r' smaller than the threshold value alpha as the documents with outdated or deviated user interest, wherein the set of the documents with outdated or deviated user interest is the documents with the outdated or deviated user interest
Figure BDA00003783496900000311
Figure BDA00003783496900000312
For a document in D 'that is the new document set, f =1, 2., q, q is the total number of documents in D' that is the new document set;for the documents in the set of documents D "that are out of date or that deviate from user interest, h =1,2,.. c, c is the total number of documents in the set of documents D" that are out of date or that deviate from user interest;
4) when the user interested document set is added, the new document set D' is added to the user interested document set D0In (2), a new first set of user-interesting documents D is formed1(ii) a When the documents which are outdated or deviate from the user interest in the user interest document set are removed, the outdated or deviated from the user interest document set D '' is separated from the user interest document set D0Removing to form a new second user interested document set D2
5) Calculating the new first order according toUser interest document set D1Central vector of
Figure BDA0000378349690000031
<math> <mrow> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>1</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>=</mo> <mfrac> <mrow> <munderover> <mi>&Sigma;</mi> <mrow> <mi>e</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>m</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>+</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>f</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>q</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>pf</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>+</mo> <mi>q</mi> </mrow> </mfrac> <mo>=</mo> <mfrac> <mrow> <mi>m</mi> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>0</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>+</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>f</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>q</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>pf</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>+</mo> <mi>q</mi> </mrow> </mfrac> <mo>;</mo> </mrow> </math>
Wherein,
Figure BDA0000378349690000033
set D of documents of interest to said user0The feature vector of the e-th document;
Figure BDA0000378349690000034
the feature vector of the f document in the new document set D'; q is the total number of documents in the new document set D';
Figure BDA0000378349690000035
set D of documents of interest to said user0A center vector of (d); m is the document set D of interest to the user0Total number of documents in; e =1,2,. ·, m; f =1,2,. q;
calculating a new second set of user-interesting documents D according to the formula2Central vector of
Figure BDA0000378349690000036
<math> <mrow> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>2</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>=</mo> <mfrac> <mrow> <munderover> <mi>&Sigma;</mi> <mrow> <mi>e</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>m</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>-</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>h</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>c</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>bh</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>-</mo> <mi>c</mi> </mrow> </mfrac> <mo>=</mo> <mfrac> <mrow> <mi>m</mi> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>0</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>-</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>h</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>c</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>bh</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>-</mo> <mi>c</mi> </mrow> </mfrac> <mo>;</mo> </mrow> </math>
Wherein,
Figure BDA0000378349690000038
set D of documents of interest to said user0The feature vector of the h document;
Figure BDA0000378349690000039
feature vectors for documents in the set of documents D ' ' that are outdated or otherwise deviating from the user's interest; c is the total number of documents in the document set D ' ' that are outdated or deviate from the user's interest;
Figure BDA00003783496900000310
set D of documents of interest to said user0A center vector of (d); m is the document set D of interest to the user0The total number of Chinese documents; h =1,2,. c;
6) will be provided with
Figure BDA0000378349690000041
Or
Figure BDA0000378349690000042
All dimensions are sorted from large to small according to the weight value and selected
Figure BDA0000378349690000043
Or
Figure BDA0000378349690000044
The first N dimension of the user interest vector space model U is constructed1Or U2At the same time handle
Figure BDA0000378349690000045
Or
Figure BDA0000378349690000046
Storing the information into a personalized recommendation system; wherein N is not more than
Figure BDA0000378349690000047
Or
Figure BDA0000378349690000048
The dimension of (a); using the new user interest vector space model U1Or U2Replacing U in step 1)0A new round of recommendation is made.
In the step 1), a user interest vector space model U based on document content is constructed0The method comprises the following specific steps:
1) performing feature word selection and feature word weight calculation on all documents in which the user is interested; the document feature word selection and the feature word weight can be obtained by a keyword extraction function of ICTCCLAS Chinese word segmentation software (http:// ICTCLAS. nlpir. org /), or a feature word selection method based on word frequency;
2) extracting the feature vectors of all the documents which are interested by the user to form a document feature vector set D3
3) Computing the document feature vector set D3The center vector of (2), the document feature vector set D3The central vectors are sorted from large to small according to the weight of each dimension, and the top M dimensions are selected as a user interest vector space model U0(ii) a Wherein M does not exceed the document feature vector set D3The dimension of the central vector.
Document feature vector set D3={d31,d32,...,d3xCentral vector of }
Figure BDA0000378349690000049
The calculation formula of (2) is as follows:
<math> <mrow> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>3</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>=</mo> <mfrac> <mrow> <munderover> <mi>&Sigma;</mi> <mrow> <mi>y</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>x</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>3</mn> <mi>y</mi> </mrow> </msub> </msub> </mrow> <mi>x</mi> </mfrac> <mo>;</mo> </mrow> </math>
wherein x is the document feature vector set D3The number of middle elements;
Figure BDA00003783496900000413
set D of feature vectors for said document3Feature vectors of the y-th document; y =1, 2.
Document D in document set D to be recommendediFeature vector and the user interest vector space model U0The calculation formula of the similarity r is as follows:
<math> <mrow> <mi>r</mi> <mo>=</mo> <mi>cos</mi> <mrow> <mo>(</mo> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>i</mi> </msub> </msub> <mo>,</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> <mo>)</mo> </mrow> <mo>=</mo> <mfrac> <mrow> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>i</mi> </msub> </msub> <mo>&CenterDot;</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> </mrow> <mrow> <msub> <mrow> <mo>|</mo> <mo>|</mo> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>i</mi> </msub> </msub> <mo>|</mo> <mo>|</mo> </mrow> <mn>2</mn> </msub> <mo>&times;</mo> <msub> <mrow> <mo>|</mo> <mo>|</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> <mo>|</mo> <mo>|</mo> </mrow> <mn>2</mn> </msub> </mrow> </mfrac> <mo>;</mo> </mrow> </math> wherein | | | purple hair2Representing a two-norm.
User interest document set D0The e-th document feature vector and the user interest vector space model U0The calculation formula of the similarity r' is as follows:
<math> <mrow> <msup> <mi>r</mi> <mo>&prime;</mo> </msup> <mo>=</mo> <mi>cos</mi> <mrow> <mo>(</mo> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>,</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> <mo>)</mo> </mrow> <mo>=</mo> <mfrac> <mrow> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>&CenterDot;</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> </mrow> <mrow> <msub> <mrow> <mo>|</mo> <mo>|</mo> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>|</mo> <mo>|</mo> </mrow> <mn>2</mn> </msub> <mo>&times;</mo> <msub> <mrow> <mo>|</mo> <mo>|</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> <mo>|</mo> <mo>|</mo> </mrow> <mn>2</mn> </msub> </mrow> </mfrac> <mo>.</mo> </mrow> </math>
the basic idea of the incremental updating method of the user interest model provided by the invention is to store and generate an intermediate result in the calculation process of the current user interest model, and perform incremental calculation on the basis of the intermediate result when the user interest model is updated.
Compared with the prior art, the invention has the beneficial effects that: aiming at the problem of the efficiency of updating the user interest model of the recommendation system based on the document content information, the updating method reduces the calculation amount when the user interest model is updated on the premise of ensuring the completeness of the user information, so that the user interest model can be updated rapidly and frequently, the performance of the personalized recommendation system is improved, the user interest tracking can be rapidly realized to adapt to the change of the user interest, and higher-quality service is provided for the user.
Drawings
FIG. 1 is a system for document content information based recommendation;
FIG. 2 is a process of constructing a user interest model according to the present invention.
Detailed Description
The process of constructing a user interest vector space model based on document contents is shown in fig. 1, and firstly, feature word selection and feature word weight calculation are carried out on a document in which a user is interested to obtain a document feature vector consisting of a group of feature words and weights thereof. The document feature vector extraction method can be obtained by utilizing the feature word extraction function of ICTCCLAS Chinese word segmentation software (http:// ICTCLAS. nlpir. org /), or a feature word selection method based on word frequency. The plurality of document feature vectors constitute a document feature vector set. After the central vector of the document feature vector set is obtained through calculation, all dimensions of the central vector are sorted from large to small according to the weight, and the top N dimensions are selected as the interest model vector of the user.
The method for calculating the central vector of the document feature vector set comprises the following steps:
document collection D3={d31,d32,...,d3xDocument d2iThe feature vector of
Figure BDA0000378349690000053
,(t3i2,w3i2),...,(t3im,w3im) Where t is3ikRepresenting a document d3iCharacteristic word of item k, w3ikRepresenting a document d3iWeight of the k-th feature word, thatVector of center of gravity
Figure BDA0000378349690000051
The calculation formula is as follows:
<math> <mrow> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>3</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>=</mo> <mfrac> <mrow> <munderover> <mi>&Sigma;</mi> <mrow> <mi>y</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>x</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>3</mn> <mi>y</mi> </mrow> </msub> </msub> </mrow> <mi>x</mi> </mfrac> <mo>-</mo> <mo>-</mo> <mo>-</mo> <mrow> <mo>(</mo> <mn>1</mn> <mo>)</mo> </mrow> </mrow> </math>
in the formula, the document feature vectors are summed by matching feature words of each dimension, and corresponding weights are added if the feature words are the same. The first M items of the central vector after all dimensions are sorted according to the weight are the interest model U of the user, and M does not exceed the dimension of the central vector and is generally determined by the empirical value of the training sample.
Suppose the user is interested in a document of { d }1,d2,d3And the process of establishing the user interest model is shown in table 1.
TABLE 1 user interest model building Process
Figure BDA0000378349690000061
Central vector in table
Figure BDA0000378349690000062
Calculated by formula (1), here the top 5 feature terms of the center vector are selected as the user interest model U.
The specific implementation steps of the incremental updating method provided by the invention are as follows:
is provided with a U0For the user interest model which is currently established by the user, the user interest document set for establishing the user interest model is D0={d01,d02,...,d0m}. Document set D = { D = { [ D ]1,d2,...,dnIs a document to be recommended, document diThe feature vector of
Figure BDA0000378349690000064
,(ti2,wi2),...,(tia,wia)}。
(1) When the documents are recommended, calculating all document feature vectors and a user model U in the set D through a cosine included angle formula0Recommending the document with the similarity r larger than a threshold value alpha, feeding back an interested new document to the system after the user browses, and setting the document set as
Figure BDA0000378349690000065
When the outdated documents or the documents deviating from the user interest in the document set of interest of the user are selected, respectively calculating a set D0Each document feature vector and the user interest vector space model U0Selecting the documents with r' smaller than the threshold value alpha as the documents with outdated or deviated user interest, wherein the set of the documents with outdated or deviated user interest is the documents with the outdated or deviated user interest <math> <mrow> <msup> <mi>D</mi> <mrow> <mo>&prime;</mo> <mo>&prime;</mo> </mrow> </msup> <mo>=</mo> <mo>{</mo> <msub> <mi>d</mi> <msub> <mi>b</mi> <mn>1</mn> </msub> </msub> <mo>,</mo> <msub> <mi>d</mi> <msub> <mi>b</mi> <mn>2</mn> </msub> </msub> <mo>,</mo> <mo>.</mo> <mo>.</mo> <mo>.</mo> <mo>,</mo> <msub> <mi>d</mi> <msub> <mi>b</mi> <mi>c</mi> </msub> </msub> <mo>}</mo> <mo>;</mo> </mrow> </math>
(2) When the user interested document set is added, the new document set D' is added to the user interested document set D0In (1), form a new user interest document set D1(ii) a When the documents which are outdated or deviate from the user interest in the user interest document set are removed, the outdated or deviated from the user interest document set D '' is separated from the user interest document set D0Removing to form a new user interested document set D2
(3) In order to completely reserve the user interest, avoid repeated calculation and improve the algorithm performance, the system stores a calculation user interest model U in advance0Time document set D0Central vector ofTransforming the formula (1) into a formula (2) to calculate the central vector of the new interest model after adding the new document:
<math> <mrow> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>1</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>=</mo> <mfrac> <mrow> <munderover> <mi>&Sigma;</mi> <mrow> <mi>e</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>m</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>+</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>f</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>q</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>pf</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>+</mo> <mi>q</mi> </mrow> </mfrac> <mo>=</mo> <mfrac> <mrow> <mi>m</mi> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>0</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>+</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>f</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>q</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>pf</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>+</mo> <mi>q</mi> </mrow> </mfrac> <mo>-</mo> <mo>-</mo> <mo>-</mo> <mrow> <mo>(</mo> <mn>2</mn> <mo>)</mo> </mrow> </mrow> </math>
transforming equation (2) to equation (3) calculates the center vector of the new interest model after eliminating outdated or documents deviating from the user's interest:
<math> <mrow> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>2</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>=</mo> <mfrac> <mrow> <munderover> <mi>&Sigma;</mi> <mrow> <mi>e</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>m</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>-</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>h</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>c</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>bh</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>-</mo> <mi>c</mi> </mrow> </mfrac> <mo>=</mo> <mfrac> <mrow> <mi>m</mi> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>0</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>-</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>h</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>c</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>bh</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>-</mo> <mi>c</mi> </mrow> </mfrac> <mo>-</mo> <mo>-</mo> <mo>-</mo> <mrow> <mo>(</mo> <mn>3</mn> <mo>)</mo> </mrow> </mrow> </math>
(4) will be provided withAll dimensions are sorted from large to small according to weight, and the first N dimensions are selected to construct a new user interest model U1(U2) At the same time handle
Figure BDA0000378349690000074
) And (4) storing into the system. Using the obtained new user interest model U1(U2) Replacing U in step (1)0And carrying out new-phase recommendation.
As can be seen from equations (2) and (3), the center vector
Figure BDA0000378349690000075
Both appear in these two formulas. Center vector
Figure BDA0000378349690000076
The method is an intermediate result of the previous calculation of the user interest model, and the core of the method is to store the central vector every time the user interest model is updated
Figure BDA0000378349690000077
Therefore, the part of content does not need to be recalculated when the next update is carried out, and the update efficiency is improved.
Using the example in Table 2 as an example, the user interest model described in Table 2 is adding document d4When updating, set d4{ auto, 4.0}, { insurance, 3.6}, { homemade, 2.5}, { amplitude, 2.0} }, at the center vector
Figure BDA0000378349690000078
Is updated on the basis of the weight w of the feature word' automobile1The calculation is as shown in equation (4),
w 1 = 3.2 * 3 + 4.0 3 + 1 = 3.4 - - - ( 4 )
removingDocument d1When updating, for the feature word "car", its weight w2The calculation is as shown in equation (5),
w 2 = 3.2 * 3 - 5.3 3 - 1 = 2.15 - - - ( 5 )
and obtaining a new user interest model center vector by analogy, wherein the updating result is shown in a table 2. This example performs incremental calculations only on the basis of the number of documents of interest to the user being 3, so the improvement in computational efficiency is not significant in this example. This example is merely used to illustrate the incremental update algorithm. In practical applications, the number of documents of interest marked by the user is large, while the number of documents added or proposed is small, and the efficiency of the incremental update algorithm is more obvious.
Figure BDA0000378349690000081
Comparing the user interest model extraction in Table 1 with the incremental update process proposed by the present invention in Table 2, it can be found that the center vector
Figure BDA0000378349690000082
As an intermediate result in the process of creating or updating the user interest model last time, the incremental updating is carried out on the basis of the intermediate result, so that a large amount of vector summation work is avoided; moreover, it can be seen that the central vector obtained by the incremental updating method provided by the invention and the document directly updated by the incremental updating methodThe same extracted from the set. Generally, a document used for building a new user interest model is composed of two parts, the first part is a newly added document of interest; the second part is the part left after the original interesting documents are removed from the documents which are deviated from the current user interest, and the number of the documents in the second part is the most. The significance of the incremental updating mode provided by the invention is that the repeated calculation work of the second part of documents is avoided, so that the updating calculation amount of the user interest model is effectively reduced.

Claims (5)

1. A user interest model incremental updating method of a personalized recommendation system is characterized by comprising the following steps:
1) user interest vector space model U based on document content is constructed0
2) Establishing the user interest vector space model U0User interest document set D0={d01,d02,...,d0mLet D = { D }1,d2,...,dnIs a set of documents to be recommended, wherein the document diThe feature vector of
Figure FDA0000378349680000012
,(ti2,wi2),...,(tia,wia) }; wherein d is0eRepresenting the set of documents of interest to the user D0The document in (1), e =1,2, ·, m, m is the document set D of interest to the user0Total number of documents in; t is tikRepresenting a document diThe kth term feature word; w is aikRepresenting a document diThe weight of the kth characteristic word; i =1,2,. n; k =1,2,. a; a represents a document diThe total number of terms of the feature words;
3) when the document is recommended, calculating all document feature vectors in the document set D to be recommended and the user interest vector space model U0Recommending the document with the similarity r larger than a threshold value alpha, and feeding back an interested new document to a personalized recommendation system, wherein the new document set is
Figure FDA0000378349680000013
(ii) a When the outdated documents or the documents deviating from the user interest in the user interest document set are selected, respectively calculating the user interest document set D0Each document feature vector and the user interest vector space model U0Selecting the documents with r' smaller than the threshold value alpha as the documents with outdated or deviated user interest, wherein the set of the documents with outdated or deviated user interest is the documents with the outdated or deviated user interest
Figure FDA0000378349680000014
The value range of the threshold alpha is 0-1;
Figure FDA0000378349680000015
for a document in D 'that is the new document set, f =1, 2., q, q is the total number of documents in D' that is the new document set;
Figure FDA0000378349680000016
for the documents in the set of documents D ″ that are out of date or that deviate from the user's interest, h =1,2The total number of documents in the set of documents D ' ' that are outdated or that deviate from the user's interests;
4) when the user interested document set is added, the new document set D' is added to the user interested document set D0In (2), a new first set of user-interesting documents D is formed1(ii) a Or when the documents which are outdated or deviate from the user interest in the user interest document set D are removed, the outdated or the user interest-deviating document set D '' is removed from the user interest document set D0Removing to form a new second user interested document set D2
5) Calculating the new first set of user-interesting documents D according to1Central vector of
<math> <mrow> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>1</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>=</mo> <mfrac> <mrow> <munderover> <mi>&Sigma;</mi> <mrow> <mi>e</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>m</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>+</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>f</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>q</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>pf</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>+</mo> <mi>q</mi> </mrow> </mfrac> <mo>=</mo> <mfrac> <mrow> <mi>m</mi> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>0</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>+</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>f</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>q</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>pf</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>+</mo> <mi>q</mi> </mrow> </mfrac> <mo>;</mo> </mrow> </math>
Wherein,
Figure FDA00003783496800000215
set D of documents of interest to said user0The feature vector of the e-th document;the feature vector of the f document in the new document set D';
Figure FDA0000378349680000022
set D of documents of interest to said user0A center vector of (d);
calculating the new second set of user-interesting documents D according to2Central vector of
Figure FDA0000378349680000023
<math> <mrow> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>2</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>=</mo> <mfrac> <mrow> <munderover> <mi>&Sigma;</mi> <mrow> <mi>e</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>m</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>-</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>h</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>c</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>bh</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>-</mo> <mi>c</mi> </mrow> </mfrac> <mo>=</mo> <mfrac> <mrow> <mi>m</mi> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>0</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>-</mo> <munderover> <mi>&Sigma;</mi> <mrow> <mi>h</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>c</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>bh</mi> </msub> </msub> </mrow> <mrow> <mi>m</mi> <mo>-</mo> <mi>c</mi> </mrow> </mfrac> <mo>;</mo> </mrow> </math>
Wherein,
Figure FDA00003783496800000217
a feature vector of the h document in the document set D ' ' that is outdated or deviating from the user's interest;
6) will be provided with
Figure FDA0000378349680000025
Or
Figure FDA0000378349680000026
All dimensions are sorted from large to small according to the weight value and selectedOr
Figure FDA0000378349680000028
The first N dimension of the user interest vector space model U is constructed1Or U2At the same time handle
Figure FDA0000378349680000029
Or
Figure FDA00003783496800000210
Storing the information into a personalized recommendation system; wherein N is not more than
Figure FDA00003783496800000211
Or
Figure FDA00003783496800000212
The dimension of (a); using the new user interest vector space model U1Or U2Replacement procedure
1) In (1) U0A new round of recommendation is made.
2. The method for incrementally updating the user interest model of the personalized recommendation system according to claim 1, wherein in the step 1), a user interest vector space model U based on document contents is constructed0The method comprises the following specific steps:
1) performing feature word selection and feature word weight calculation on all documents in which the user is interested;
2) extracting the feature vectors of all the documents which are interested by the user to form a document feature vector set D3
3) Computing the document feature vectorCollection D3The center vector of (2), the document feature vector set D3The central vectors are sorted from large to small according to the weight of each dimension, and the top M dimensions are selected as a user interest vector space model U0(ii) a Wherein M does not exceed the document feature vector set D3The dimension of the central vector.
3. The method of claim 2, wherein the document feature vector set D is a set of document feature vectors3={d31,d32,...,d3xCentral vector of }
Figure FDA00003783496800000213
The calculation formula of (2) is as follows:
<math> <mrow> <mover> <msub> <mi>W</mi> <msub> <mi>D</mi> <mn>3</mn> </msub> </msub> <mo>&OverBar;</mo> </mover> <mo>=</mo> <mfrac> <mrow> <munderover> <mi>&Sigma;</mi> <mrow> <mi>y</mi> <mo>=</mo> <mn>1</mn> </mrow> <mi>x</mi> </munderover> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>3</mn> <mi>y</mi> </mrow> </msub> </msub> </mrow> <mi>x</mi> </mfrac> <mo>;</mo> </mrow> </math>
wherein x is the document feature vector set D3The number of middle elements;
Figure FDA0000378349680000033
set D of feature vectors for said document3The feature vector of the y-th document; y =1, 2.
4. The method for incrementally updating the user interest model of the personalized recommendation system according to any one of claims 1 to 3, wherein the document D in the document set D to be recommended isiFeature vector and the user interest vector space model U0The calculation formula of the similarity r is as follows:
<math> <mrow> <mi>r</mi> <mo>=</mo> <mi>cos</mi> <mrow> <mo>(</mo> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>i</mi> </msub> </msub> <mo>,</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> <mo>)</mo> </mrow> <mo>=</mo> <mfrac> <mrow> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>i</mi> </msub> </msub> <mo>&CenterDot;</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> </mrow> <mrow> <msub> <mrow> <mo>|</mo> <mo>|</mo> <msub> <mi>W</mi> <msub> <mi>d</mi> <mi>i</mi> </msub> </msub> <mo>|</mo> <mo>|</mo> </mrow> <mn>2</mn> </msub> <mo>&times;</mo> <msub> <mrow> <mo>|</mo> <mo>|</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> <mo>|</mo> <mo>|</mo> </mrow> <mn>2</mn> </msub> </mrow> </mfrac> <mo>;</mo> </mrow> </math>
wherein | | | purple hair2Representing a two-norm.
5. The method for incrementally updating the user interest model of the personalized recommendation system as recited in claim 4, wherein the set of documents D of interest of the user0The e-th document feature vector and the user interest vector space model U0The calculation formula of the similarity r' is as follows:
<math> <mrow> <msup> <mi>r</mi> <mo>&prime;</mo> </msup> <mo>=</mo> <mi>cos</mi> <mrow> <mo>(</mo> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>,</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> <mo>)</mo> </mrow> <mo>=</mo> <mfrac> <mrow> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>&CenterDot;</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> </mrow> <mrow> <msub> <mrow> <mo>|</mo> <mo>|</mo> <msub> <mi>W</mi> <msub> <mi>d</mi> <mrow> <mn>0</mn> <mi>e</mi> </mrow> </msub> </msub> <mo>|</mo> <mo>|</mo> </mrow> <mn>2</mn> </msub> <mo>&times;</mo> <msub> <mrow> <mo>|</mo> <mo>|</mo> <msub> <mi>U</mi> <mn>0</mn> </msub> <mo>|</mo> <mo>|</mo> </mrow> <mn>2</mn> </msub> </mrow> </mfrac> <mo>.</mo> </mrow> </math>
CN201310403293.3A 2013-09-06 2013-09-06 The user interest model increment updating method of personalized recommendation system Expired - Fee Related CN103488705B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310403293.3A CN103488705B (en) 2013-09-06 2013-09-06 The user interest model increment updating method of personalized recommendation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310403293.3A CN103488705B (en) 2013-09-06 2013-09-06 The user interest model increment updating method of personalized recommendation system

Publications (2)

Publication Number Publication Date
CN103488705A true CN103488705A (en) 2014-01-01
CN103488705B CN103488705B (en) 2016-06-22

Family

ID=49828931

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310403293.3A Expired - Fee Related CN103488705B (en) 2013-09-06 2013-09-06 The user interest model increment updating method of personalized recommendation system

Country Status (1)

Country Link
CN (1) CN103488705B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104239512A (en) * 2014-09-16 2014-12-24 电子科技大学 Text recommendation method
CN104268760A (en) * 2014-09-24 2015-01-07 同济大学 User interest obtaining and transmitting method and system
CN105260481A (en) * 2015-11-13 2016-01-20 合一网络技术(北京)有限公司 Evaluation method and system of push list diversity
CN106055661A (en) * 2016-06-02 2016-10-26 福州大学 Multi-interest resource recommendation method based on multi-Markov-chain model
WO2017088587A1 (en) * 2015-11-24 2017-06-01 华为技术有限公司 Data processing method and device
CN107562912A (en) * 2017-09-12 2018-01-09 电子科技大学 Sina weibo event recommendation method
CN107635004A (en) * 2017-09-26 2018-01-26 义乌控客科技有限公司 A kind of personalized service method for customizing in intelligent domestic system
WO2018028326A1 (en) * 2016-08-08 2018-02-15 华为技术有限公司 Model updating method and apparatus
CN108446350A (en) * 2018-03-09 2018-08-24 华中科技大学 A kind of recommendation method based on topic model analysis and user's length interest
CN110287202A (en) * 2019-05-16 2019-09-27 北京百度网讯科技有限公司 Data-updating method, device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101339562A (en) * 2008-08-15 2009-01-07 北京航空航天大学 Portal personalized recommendation service system introducing into interest model feedback and update mechanism
CN101477554A (en) * 2009-01-16 2009-07-08 西安电子科技大学 User interest based personalized meta search engine and search result processing method
CN102890689A (en) * 2011-07-22 2013-01-23 北京百度网讯科技有限公司 Method and system for building user interest model

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101339562A (en) * 2008-08-15 2009-01-07 北京航空航天大学 Portal personalized recommendation service system introducing into interest model feedback and update mechanism
CN101477554A (en) * 2009-01-16 2009-07-08 西安电子科技大学 User interest based personalized meta search engine and search result processing method
CN102890689A (en) * 2011-07-22 2013-01-23 北京百度网讯科技有限公司 Method and system for building user interest model

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
INGRID ZUKERMAN AND DAVID W. ALBRECHT: "Predictive Statistical Models for User Modeling", 《USER MODELING AND USER-ADAPTED INTERACTION》, 31 December 2001 (2001-12-31), pages 5 - 18, XP008026202, DOI: doi:10.1023/A:1011175525451 *
李峰,等。: "基于隐式反馈的自适应用户兴趣模型", 《计算机工程与应用》, 31 December 2008 (2008-12-31) *

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104239512A (en) * 2014-09-16 2014-12-24 电子科技大学 Text recommendation method
CN104239512B (en) * 2014-09-16 2017-06-06 电子科技大学 A kind of text recommends method
CN104268760A (en) * 2014-09-24 2015-01-07 同济大学 User interest obtaining and transmitting method and system
CN104268760B (en) * 2014-09-24 2017-06-13 同济大学 A kind of user interest is obtained and transmission method and its system
CN105260481A (en) * 2015-11-13 2016-01-20 合一网络技术(北京)有限公司 Evaluation method and system of push list diversity
CN105260481B (en) * 2015-11-13 2019-09-17 优酷网络技术(北京)有限公司 A kind of multifarious evaluating method of push list and system
WO2017088587A1 (en) * 2015-11-24 2017-06-01 华为技术有限公司 Data processing method and device
CN106055661A (en) * 2016-06-02 2016-10-26 福州大学 Multi-interest resource recommendation method based on multi-Markov-chain model
CN106055661B (en) * 2016-06-02 2017-11-17 福州大学 More interest resource recommendations based on more Markov chain models
WO2018028326A1 (en) * 2016-08-08 2018-02-15 华为技术有限公司 Model updating method and apparatus
CN107704929A (en) * 2016-08-08 2018-02-16 华为技术有限公司 A kind of model update method and device
CN107704929B (en) * 2016-08-08 2020-10-23 华为技术有限公司 Model updating method and device
CN107562912A (en) * 2017-09-12 2018-01-09 电子科技大学 Sina weibo event recommendation method
CN107562912B (en) * 2017-09-12 2021-08-27 电子科技大学 Sina microblog event recommendation method
CN107635004A (en) * 2017-09-26 2018-01-26 义乌控客科技有限公司 A kind of personalized service method for customizing in intelligent domestic system
CN107635004B (en) * 2017-09-26 2020-12-08 杭州控客信息技术有限公司 Personalized service customization method in intelligent home system
CN108446350A (en) * 2018-03-09 2018-08-24 华中科技大学 A kind of recommendation method based on topic model analysis and user's length interest
CN108446350B (en) * 2018-03-09 2020-05-19 华中科技大学 Recommendation method based on topic model analysis and long and short interests of user
CN110287202A (en) * 2019-05-16 2019-09-27 北京百度网讯科技有限公司 Data-updating method, device, electronic equipment and storage medium
CN110287202B (en) * 2019-05-16 2022-02-15 北京百度网讯科技有限公司 Data updating method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN103488705B (en) 2016-06-22

Similar Documents

Publication Publication Date Title
CN103488705B (en) The user interest model increment updating method of personalized recommendation system
Ginelli et al. Covariant lyapunov vectors
CN109271522A (en) Comment sensibility classification method and system based on depth mixed model transfer learning
CN104573046A (en) Comment analyzing method and system based on term vector
CN108108354B (en) Microblog user gender prediction method based on deep learning
CN106096066A (en) The Text Clustering Method embedded based on random neighbor
CN109766950A (en) A kind of industrial user&#39;s short-term load forecasting method based on form cluster and LightGBM
CN102298579A (en) Scientific and technical literature-oriented model and method for sequencing papers, authors and periodicals
CN110717103B (en) Improved collaborative filtering method based on stack noise reduction encoder
CN106294325A (en) The optimization method and device of spatial term statement
CN105893362A (en) A method for acquiring knowledge point semantic vectors and a method and a system for determining correlative knowledge points
CN109800853B (en) Matrix decomposition method and device fusing convolutional neural network and explicit feedback and electronic equipment
Bi et al. Daily runoff forecasting based on data-augmented neural network model
CN109902185A (en) A kind of water utilities field concept knowledge mapping construction method based on DBpedia
Sharma et al. A comparison of three soft computing techniques, Bayesian regression, support vector regression, and wavelet regression, for monthly rainfall forecast
CN104765852A (en) Data mining method based on fuzzy algorithm under big data background
CN102521402A (en) Text filtering system and method
Ramadhan et al. Analysis Of Warganet Comments On It Services In Mandiri Bank Using K-Nearest Neighbor (K-Nn) Algorithm Based On Itsm Criteria
CN108255819A (en) A kind of value-added tax data integration method and system based on analysis tool SPARK
CN105160357A (en) Multimodal data subspace clustering method based on global consistency and local topology
Luo et al. A comparison of three prediction models for predicting monthly precipitation in Liaoyuan city, China
Alsammak et al. An enhanced performance of K-nearest neighbor (K-NN) classifier to meet new big data necessities
Jianshan et al. Residual GM (1, 1) Model-Based Prediction Method for Chaotic Time Series.
CN116738983A (en) Word embedding method, device and equipment for performing financial field task processing by model
CN113239179B (en) Scientific research technology interest field recognition model training method, scientific and technological resource query method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20160622

Termination date: 20190906

CF01 Termination of patent right due to non-payment of annual fee