CN102750360B - Mining method of computer data for recommendation systems - Google Patents

Mining method of computer data for recommendation systems Download PDF

Info

Publication number
CN102750360B
CN102750360B CN201210193229.2A CN201210193229A CN102750360B CN 102750360 B CN102750360 B CN 102750360B CN 201210193229 A CN201210193229 A CN 201210193229A CN 102750360 B CN102750360 B CN 102750360B
Authority
CN
China
Prior art keywords
matrix
preference
user
service item
gradient direction
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.)
Active
Application number
CN201210193229.2A
Other languages
Chinese (zh)
Other versions
CN102750360A (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.)
Tsinghua University
Original Assignee
Tsinghua University
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 Tsinghua University filed Critical Tsinghua University
Priority to CN201210193229.2A priority Critical patent/CN102750360B/en
Publication of CN102750360A publication Critical patent/CN102750360A/en
Application granted granted Critical
Publication of CN102750360B publication Critical patent/CN102750360B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention relates to a mining method of computer data for recommendation systems and belongs to the technical field of computer data processing. The method includes that user preference matrixes and service project preference matrixes are initialized in a main server of a computer, row vectors of preference matrixes input by a user are distributed to a plurality of mappers in the computer, all mappers calculate sub-directions of gradient directions of the user preference matrixes and the service project preference matrixes respectively, calculated results are sent to a simplifier in the computer, the simplifier receives and accumulating the sub-directions of the gradient directions, and the user preference matrixes and the service project preference matrixes are updated according to gradient direction matrixes of the user preference matrixes and the service project preference matrixes. According to the method, the existing probabilistic matrix factorization (PMF) algorithm is modified, large-scale data processing capabilities are improved; and preference matrixes are stored by data storage structures of key-value pairs, so that occupied storage space is small, and reading speed of data are rapid.

Description

A kind of computer data method for digging for commending system
Technical field
The present invention relates to a kind of computer data method for digging for commending system, belong to microcomputer data processing field.
Background technology
Along with the develop rapidly of internet, the continuous expansion of ecommerce scale, commodity number and kind rapid growth, customer need spends the increasing time and could from a large amount of commodity, find and oneself want the commodity bought.This process of browsing a large amount of irrelevant informations and commodity constantly runs off the consumer who is perplexed by problem of information overload.In order to address these problems, personalized recommendation system arises at the historic moment.Personalized recommendation system is based upon on the basis of mass data mining technology, by the data of analysis user, as interest and preference etc., provides decision support and the information service of complete personalization, has improved the flow conversion ratio of e-commerce website.In addition, along with the explosive growth of internet information, information class website user is also faced with the puzzlement of being flooded by magnanimity information.Commending system has promoted user's experience in the use in the fields such as news recommendation, films and television programs recommendation and book recommendation, has increased website viscosity, therefore also has application comparatively widely.
Common commending system algorithm has three kinds of recommendation based on correlation rule (Association Rules), content-based recommendation and collaborative filterings (Collaborative Filtering, CF).Wherein collaborative filtering is most widely used in commending system.But still there are many problems urgently to be resolved hurrily.Generally speaking, Deta sparseness (Sparsity) problem and system ductility (Scalability) problem are the common challenges that all collaborative filterings face.
In prior art, " R.Salakhutdinov and A.Mnih; " Probabilistic Matrix Factorization "; Advances in Neural Information Processing Systems 20 (NIPS ' 07); pp.1257 – 1264; 2008 ", a kind of probability matrix decomposition algorithm excavating for computer data is disclosed (hereinafter to be referred as PMF, Probabilistic Matrix Factorization) this is the matrix decomposition algorithm based on bayesian theory proposing in recent years.PMF model can be used for based on scoring (ratings) collaborative filtering, not only there is good system extension (increasing linear than relation with user), and in sparse data exhibits excellent.As a kind of linear factor model, in PMF model, user's preference can be expressed as the vector that the linear combination of the preference factor to service item by user forms.User can be expressed as the user preference matrix U of a N × D to the preference matrix R of N × M twith the product of the commodity factor matrix V of a D × M, i.e. R=U tv.The best D dimension of training such equivalent model to find objective matrix R under the condition at given loss function is similar to.Secondly, PMF is the matrix decomposition algorithm based on bayesian theory.By giving rational prior probability distribution to U, V matrix, and according to R ≈ U tv relation obtains the likelihood function of R matrix, can calculating parameter matrix U, the posterior probability of V distributes, and finally uses the maximum a posteriori probability estimation technique to try to achieve U, V matrix.
Illustrate: suppose to have N user and M film, user is the integer from 1 to K to the score value of film.R ijrepresent the scoring of user i to film j, U ∈ R d × Nwith V ∈ R d × Mit is the potential eigenmatrix of user and film.Defining observable all score data R with respect to the likelihood function of potential feature U, V is:
p = ( R | U , V , σ 2 ) = Π i = 1 N Π j = 1 M [ N ( R ij | U i T V j , σ 2 ) ] I ij
Formula 1
Wherein N (x| μ, σ 2) expression average is that μ, variance are σ 2the probability density function of Gaussian distribution.I ijto represent the whether indicative function to film j scoring of user i.It is 0 Gaussian distribution that the prior distribution of supposing user characteristics matrix U and movie features matrix V meets average:
p ( U | σ U 2 ) = Π i = 1 N N ( U i | 0 , σ U 2 I ) , p ( V | σ V 2 ) = Σ j = 1 M N ( V j | 0 , σ V 2 I )
Formula 2
The logarithm expression formula that can obtain the posterior probability distribution of U, V matrix is:
ln p ( U , V | R , σ 2 , σ V 2 , σ U 2 ) = - 1 2 σ 2 Σ i = 1 N Σ j = 1 M I ij ( R ij - U i T V j ) 2 - 1 2 σ U 2 Σ i = 1 N U i T U i - 1 2 σ V 2 Σ j = 1 M V j T V j + C
Formula 3
Maximize posterior probability and be equivalent to the optimization problem with minor function:
E = 1 2 Σ i = 1 N Σ j = 1 M I ij ( R ij - U i T V j ) 2 + λ U 2 Σ i = 1 N | | U i | | Fro 2 + λ V 2 Σ j = 1 M | | V j | | Fro 2
Formula 4
λ herein u2/ σ u 2, λ v2/ σ v 2, depend on that user inputs.‖ ‖ frorepresent Fu Luobin Nice norm.
Like this, the derivation of PMF model parameter is just reduced to common Unconstrained Optimization Problem, by gradient descent method, can obtain easily U, V matrix.
Along with using the continuous expansion of website scale of commending system, the requirement of the storage capacity of the PMF algorithm under stand-alone environment to server and computing power is more and more higher, cannot meet real needs.
PMF algorithm under stand-alone environment need to calculate whole rating matrix R reading in internal memory, and while carrying out iterative with gradient descent method, whether U, the V matrix of trying to achieve in judgement have met error requirements, need to calculate the product matrix of U and V.This explanation PMF algorithm at least should put down two R matrixes to the requirement of internal memory.This is feasible in the time that data scale is little.And in real world applications scene, the user characteristics matrix of large scale business website and dimension N, the M of product features matrix often 1,000,000, even ten million magnitude.Now, the internal memory of common server can not meet the requirement to internal memory of PMF algorithm.
In addition, PMF is a kind of iterative algorithm, and each iteration all needs to carry out matrix multiplication and check whether reach iteration border, so the time complexity calculating is very high.If the iterations of Gradient Descent is k time, the time complexity of PMF algorithm is O (kNMD).In the time that user, product features matrix become larger, the time that the PMF algorithm under stand-alone environment needs is oversize.
Summary of the invention
The object of the invention is to propose a kind of computer data method for digging for commending system, consider being on a grand scale of preference matrix R, R matrix is positioned over to external memory, and consider when R matrix size is very large, normally Sparse Array of R matrix, by after the R matrix disposal of input, adopts more compact data structure to store R matrix, to shorten computing time, increase the treatment scale of data.
The computer data method for digging for commending system that the present invention proposes, comprises the following steps:
(1) the preference matrix R of a N × M of setting, wherein N is the line number of preference matrix R, and N equals user's number, and M is the columns of preference matrix R, and M equals the project number for user's service;
(2) to computer input file, convert input file to sequential file in mapping abbreviation model, make a row vector of each the behavior preference matrix R in sequential file, the data structure of every a line of preference matrix R is: row vector subscript and key-value pair array composition, and wherein key-value pair array comprises service item numbering and the preference of user to this service item;
(3) preference matrix R is expressed as to R=U tv, wherein U tfor the user preference transpose of a matrix of N × D, N equals user's number, and D is user's service item preference factor number, the service item preference matrix that V is D × M, and M is service item number;
(4) in the master server of computing machine, generate user preference matrix U and service item preference matrix V, the wherein behavior Customs Assigned Number of user preference matrix U, classify the user preference factor as, when initialization, the user preference factor is any real number, the behavior service item numbering of service item preference matrix V, classify the service item preference factor as, and the service item preference factor is any real number while establishing initialization;
(5) row vector of above-mentioned preference matrix R is distributed to the multiple mappers in computing machine, each mapper is according to the row vector of the preference matrix R reading, respectively according to formula:
▿ U ik = λ U U ik + Σ j = 1 M I ij V j ( R ij - g ( U i T V j ) ) g ′ ( U i T V j ) , The gradient direction ▽ U of each element in compute user preferences matrix U ik,
According to formula: Δ ( ▿ V ik ) = I ij U i ( R ij - g ( U i T V j ) ) g ′ ( U i T V j ) , Sub-direction Δ (the ▽ V of the gradient direction of each element in calculation services project preference matrix V ik),
Wherein,
Figure BDA00001754718800041
represent i row vector of the transposition of user preference matrix U, V jrepresent j the row vector of service item preference matrix V, λ uthe user preference extent index that user specifies, λ ufor arithmetic number, U ikfor the element that i is capable, k is listed as of user preference matrix U, I is indicator function matrix, if I ijequal 0, represent that user i does not produce preference to service item j, if I ijequal 1, represent that user i produces preference to service item j, g is Rogers's number of writing, and g ' is the single order derived function of g function:
g ( x ) = 1 1 + e - x
Each mapper is by gradient direction ▽ U ikwith sub-direction Δ (the ▽ V of gradient direction ik) send to respectively the abbreviation device in computing machine;
(6) abbreviation device is according to sub-direction Δ (the ▽ V of the gradient direction of each element in the service item preference matrix V receiving ik) add up, obtain the gradient direction ▽ V of each element of matrix V ik,
Figure BDA00001754718800043
wherein λ vthe service item preference extent index that user specifies, λ vit is arithmetic number;
(7) abbreviation device builds the gradient direction matrix ▽ U of a user preference matrix U, and in gradient direction matrix ▽ U, i value capable, k row is the ▽ U that step (5) calculates ik, building the gradient direction matrix ▽ V of a service item preference matrix V, in gradient direction matrix ▽ V, i value capable, k row is the ▽ V that step (5) calculates ik;
And according to the gradient direction matrix ▽ V of the gradient direction matrix ▽ U of user preference matrix U and service item preference matrix V, user preference matrix U and service item preference matrix V are upgraded, make:
U = U - ▿ U V = V - ▿ V , Complete iteration one time;
(8) user sets a maximum iteration time, if iterations is more than or equal to maximum iteration time, obtains user preference matrix U and service item preference matrix V, finishes to calculate; If iterations is less than maximum iteration time, repeating step (3)~step (8).
The computer data method for digging for commending system that the present invention proposes, its advantage is:
1, the inventive method is improved existing PMF algorithm, has improved large-scale data processing power.The inventive method is stored in preference matrix R in the file of external memory, based on mapping abbreviation (MapReduce) framework, data are carried out to distributed concurrent, requiring of computing power to single computing machine in computing system and storage capacity is low, and the probability that effectively adapts to extensive matrix decomposes.
2, in the inventive method, adopt the data store organisation of key-value pair to store preference matrix R, the storage area that R is taken is less, and data reading speed is faster.
3, the inventive method adopts concurrent method to the gradient direction of user preference matrix U, service item preference matrix V, in the iteration each time of gradient descent method, each row vector of R only need to be read once, can calculate concomitantly the gradient direction of U, V, so the reading times to R matrix is few, data mining speed is fast.
Embodiment
The computer data method for digging for commending system that the present invention proposes, comprises the following steps:
(1) the preference matrix R of a N × M of setting, wherein N is the line number of preference matrix R, and N equals user's number, and M is the columns of preference matrix R, and M equals the project number for user's service;
(2) to computer input file, convert input file to sequential file in mapping abbreviation model, make a row vector of each the behavior preference matrix R in sequential file, the data structure of every a line of preference matrix R is: row vector subscript and key-value pair array composition, and wherein key-value pair array comprises service item numbering and the preference of user to this service item;
The data structure of every a line of preference matrix R is as shown in the table, and wherein user i produces preference to m service item altogether:
Figure BDA00001754718800051
In upper table, to the capable R of i of preference matrix R i, first storage line vector subscript i.Then for each service item j of user i preference, the row subscript of service item in preference matrix R is the key K in key-value pair, and user i is corresponding value V to the preference of service item j.
(3) preference matrix R is expressed as to R=U tv, wherein U tfor the user preference transpose of a matrix of N × D, N equals user's number, and D is user's service item preference factor number, the service item preference matrix that V is D × M, and M is service item number;
(4) in the master server of computing machine, generate user preference matrix U and service item preference matrix V, the wherein behavior Customs Assigned Number of user preference matrix U, classify the user preference factor as, when initialization, the user preference factor is any real number, the behavior service item numbering of service item preference matrix V, classify the service item preference factor as, and the service item preference factor is any real number while establishing initialization;
(5) row vector of above-mentioned preference matrix R is distributed to the multiple mappers in computing machine, each mapper is according to the row vector of the preference matrix R reading, respectively according to formula:
▿ U ik = λ U U ik + Σ j = 1 M I ij V j ( R ij - g ( U i T V j ) ) g ′ ( U i T V j ) , The gradient direction ▽ U of each element in compute user preferences matrix U ik,
According to formula: Δ ( ▿ V ik ) = I ij U i ( R ij - g ( U i T V j ) ) g ′ ( U i T V j ) , Sub-direction Δ (the ▽ V of the gradient direction of each element in calculation services project preference matrix V ik),
Wherein,
Figure BDA00001754718800063
represent i row vector of the transposition of user preference matrix U, V jrepresent j the row vector of service item preference matrix V, λ uthe user preference extent index that user specifies, λ ufor arithmetic number, U ikfor the element that i is capable, k is listed as of user preference matrix U, I is indicator function matrix, if I ijequal 0, represent that user i does not produce preference to service item j, if I ijequal 1, represent that user i produces preference to service item j, g is Rogers's number of writing, and g ' is the single order derived function of g function:
g ( x ) = 1 1 + e - x
Each mapper is by gradient direction ▽ U ikwith sub-direction Δ (the ▽ V of gradient direction ik) send to respectively the abbreviation device in computing machine; (6) abbreviation device is according to sub-direction Δ (the ▽ V of the gradient direction of each element in the service item preference matrix V receiving ik) add up, obtain the gradient direction ▽ V of each element of matrix V ik,
Figure BDA00001754718800065
wherein λ vthe service item preference extent index that user specifies, λ vit is arithmetic number;
(7) abbreviation device builds the gradient direction matrix ▽ U of a user preference matrix U, and in gradient direction matrix ▽ U, i value capable, k row is the ▽ U that step (5) calculates ik, building the gradient direction matrix ▽ V of a service item preference matrix V, in gradient direction matrix ▽ V, i value capable, k row is the ▽ V that step (5) calculates ik;
And according to the gradient direction matrix ▽ V of the gradient direction matrix ▽ U of user preference matrix U and service item preference matrix V, user preference matrix U and service item preference matrix V are upgraded, make:
U = U - ▿ U V = V - ▿ V , Complete iteration one time;
(8) user sets a maximum iteration time, if iterations is more than or equal to maximum iteration time, obtains user preference matrix U and service item preference matrix V, finishes to calculate; If iterations is less than maximum iteration time, repeating step (3)~step (8).

Claims (1)

1. for a computer data method for digging for commending system, it is characterized in that the method comprises the following steps:
(1) the preference matrix R of a N × M of setting, wherein N is the line number of preference matrix R, and N equals user's number, and M is the columns of preference matrix R, and M equals the project number for user's service;
(2) to computer input file, convert input file to sequential file in mapping abbreviation model, make a row vector of each the behavior preference matrix R in sequential file, the data structure of every a line of preference matrix R is: row vector subscript and key-value pair array composition, and wherein key-value pair array comprises service item numbering and the preference of user to this service item;
(3) preference matrix R is expressed as to R=U tv, wherein U tfor the user preference transpose of a matrix of N × D, N equals user's number, and D is user's service item preference factor number, the service item preference matrix that V is D × M, and M is service item number;
(4) in the master server of computing machine, generate user preference matrix U and service item preference matrix V, the wherein behavior Customs Assigned Number of user preference matrix U, classify the user preference factor as, when initialization, the user preference factor is any real number, the behavior service item numbering of service item preference matrix V, classify the service item preference factor as, and the service item preference factor is any real number while establishing initialization;
(5) row vector of above-mentioned preference matrix R is distributed to the multiple mappers in computing machine, each mapper is according to the row vector of the preference matrix R reading, respectively according to formula:
▿ U ik = λ U U ik + Σ j = 1 M I ij V j ( R ij - g ( U i T V j ) ) g ′ ( U i T V j ) , The gradient direction ▽ U of each element in compute user preferences matrix U ik,
According to formula: Δ ( ▿ V ik ) = I ij U i ( R ij - g ( U i T V j ) ) g ′ ( U i T V j ) , Sub-direction Δ (the ▽ V of the gradient direction of each element in calculation services project preference matrix V ik),
Wherein,
Figure FDA0000412902020000013
represent i row vector of the transposition of user preference matrix U, V jrepresent j the row vector of service item preference matrix V, λ uthe user preference extent index that user specifies, λ ufor arithmetic number, U ikfor the element that i is capable, k is listed as of user preference matrix U, I is indicator function matrix, if I ijequal 0, represent that user i does not produce preference to service item j, if I ijequal 1, represent that user i produces preference to service item j, g is Rogers's number of writing, and g ' is the single order derived function of g function:
g ( x ) = 1 1 + e - x ;
Each mapper is by gradient direction ▽ U ikwith sub-direction Δ (the ▽ V of gradient direction ik) send to respectively the abbreviation device in computing machine;
(6) abbreviation device is according to sub-direction Δ (the ▽ V of the gradient direction of each element in the service item preference matrix V receiving ik) add up, obtain the gradient direction ▽ V of each element of matrix V ik, wherein λ vthe service item preference extent index that user specifies, λ vit is arithmetic number;
(7) abbreviation device builds the gradient direction matrix ▽ U of a user preference matrix U, and in gradient direction matrix ▽ U, i value capable, k row is the ▽ U that step (5) calculates ik, building the gradient direction matrix ▽ V of a service item preference matrix V, in gradient direction matrix ▽ V, i value capable, k row is the ▽ V that step (5) calculates ik;
And according to the gradient direction matrix ▽ V of the gradient direction matrix ▽ U of user preference matrix U and service item preference matrix V, user preference matrix U and service item preference matrix V are upgraded, make:
U = U - ▿ U V = V - ▿ V , Complete iteration one time;
(8) user sets a maximum iteration time, if iterations is more than or equal to maximum iteration time, obtains user preference matrix U and service item preference matrix V, finishes to calculate; If iterations is less than maximum iteration time, repeating step (3)~step (8).
CN201210193229.2A 2012-06-12 2012-06-12 Mining method of computer data for recommendation systems Active CN102750360B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210193229.2A CN102750360B (en) 2012-06-12 2012-06-12 Mining method of computer data for recommendation systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210193229.2A CN102750360B (en) 2012-06-12 2012-06-12 Mining method of computer data for recommendation systems

Publications (2)

Publication Number Publication Date
CN102750360A CN102750360A (en) 2012-10-24
CN102750360B true CN102750360B (en) 2014-05-28

Family

ID=47030545

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210193229.2A Active CN102750360B (en) 2012-06-12 2012-06-12 Mining method of computer data for recommendation systems

Country Status (1)

Country Link
CN (1) CN102750360B (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103530304B (en) * 2013-05-10 2017-05-10 Tcl集团股份有限公司 On-line recommendation method, system and mobile terminal based on self-adaption distributed computation
CN103617259A (en) * 2013-11-29 2014-03-05 华中科技大学 Matrix decomposition recommendation method based on Bayesian probability with social relations and project content
CN104090932B (en) * 2014-06-24 2017-10-20 海信集团有限公司 A kind of content recommendation method and device
CN104166702B (en) * 2014-08-04 2017-06-23 浙江财经大学 A kind of service recommendation method of service-oriented supply chain network
CN104915444A (en) * 2015-06-29 2015-09-16 北京邮电大学 Information recommending method and device
CN105141771A (en) * 2015-09-08 2015-12-09 北京网诺星云科技有限公司 Method and device for determining system-level behaviour preferences of user
CN105930406B (en) * 2016-04-15 2019-03-22 清华大学 A kind of service recommendation method decomposed based on Poisson
CN108874529B (en) * 2017-05-10 2022-05-13 腾讯科技(深圳)有限公司 Distributed computing system, method, and storage medium
CN107909421A (en) * 2017-09-29 2018-04-13 中国船舶重工集团公司第七0九研究所 A kind of implicit feedback of more GRU layers of neutral net based on user's space recommends method and system
CN108287904A (en) * 2018-05-09 2018-07-17 重庆邮电大学 A kind of document context perception recommendation method decomposed based on socialization convolution matrix

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6317722B1 (en) * 1998-09-18 2001-11-13 Amazon.Com, Inc. Use of electronic shopping carts to generate personal recommendations
FI117067B (en) * 2003-07-04 2006-05-31 Medicel Oy Information management system for biochemical information
US7724961B2 (en) * 2006-09-08 2010-05-25 Mitsubishi Electric Research Laboratories, Inc. Method for classifying data using an analytic manifold
US8566339B2 (en) * 2010-09-09 2013-10-22 Ebay Inc. Mining product recommendation from query reformulations
CN102254003A (en) * 2011-07-15 2011-11-23 江苏大学 Book recommendation method

Also Published As

Publication number Publication date
CN102750360A (en) 2012-10-24

Similar Documents

Publication Publication Date Title
CN102750360B (en) Mining method of computer data for recommendation systems
Zhou et al. SVD-based incremental approaches for recommender systems
Rao et al. Collaborative filtering with graph information: Consistency and scalable methods
Asar et al. New shrinkage parameters for the Liu-type logistic estimators
Zhang et al. Enabling kernel-based attribute-aware matrix factorization for rating prediction
CN103744966A (en) Item recommendation method and device
US20180053210A1 (en) Personalization of Digital Content Recommendations
EP2377080A1 (en) Machine optimization devices, methods, and systems
Liang et al. A probabilistic rating auto-encoder for personalized recommender systems
CN109710835B (en) Heterogeneous information network recommendation method with time weight
Ifada et al. Tensor-based item recommendation using probabilistic ranking in social tagging systems
Cai et al. Partial multi-view spectral clustering
Peng et al. N-dimensional Markov random field prior for cold-start recommendation
Barathy et al. Applying matrix factorization in collaborative filtering recommender systems
CN108920647B (en) Low-rank matrix filling TOP-N recommendation method based on spectral clustering
CN109410001A (en) A kind of Method of Commodity Recommendation, system, electronic equipment and storage medium
Nasiri et al. Adjusting data sparsity problem using linear algebra and machine learning algorithm
Wang et al. Feature subspace transfer for collaborative filtering
Niu et al. One-step multi-view subspace clustering with incomplete views
Ji et al. Making recommendations from top-N user-item subgroups
Chang et al. Novel Personalized Multimedia Recommendation Systems Using Tensor Singular-Value-Decomposition
Wang et al. Quantum context-aware recommendation systems based on tensor singular value decomposition
Salah et al. Probabilistic collaborative representation learning for personalized item recommendation
Rafailidis A Multi-Latent Transition model for evolving preferences in recommender systems
JP5826721B2 (en) Missing value prediction device, product recommendation device, method and program

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