CN110555132A - Noise reduction self-encoder recommendation method based on attention model - Google Patents
Noise reduction self-encoder recommendation method based on attention model Download PDFInfo
- Publication number
- CN110555132A CN110555132A CN201910742757.0A CN201910742757A CN110555132A CN 110555132 A CN110555132 A CN 110555132A CN 201910742757 A CN201910742757 A CN 201910742757A CN 110555132 A CN110555132 A CN 110555132A
- Authority
- CN
- China
- Prior art keywords
- user
- vector
- movie
- matrix
- score
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 22
- 239000011159 matrix material Substances 0.000 claims abstract description 30
- 239000013598 vector Substances 0.000 claims description 59
- 238000013527 convolutional neural network Methods 0.000 claims description 4
- 239000013589 supplement Substances 0.000 claims description 2
- 238000004364 calculation method Methods 0.000 abstract 1
- 238000013135 deep learning Methods 0.000 description 4
- 230000006870 function Effects 0.000 description 4
- ORILYTVJVMAKLC-UHFFFAOYSA-N Adamantane Natural products C1C(C2)CC3CC1CC2C3 ORILYTVJVMAKLC-UHFFFAOYSA-N 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000000605 extraction Methods 0.000 description 2
- 238000005457 optimization Methods 0.000 description 2
- 230000007547 defect Effects 0.000 description 1
- 201000009240 nasopharyngitis Diseases 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/70—Information retrieval; Database structures therefor; File system structures therefor of video data
- G06F16/73—Querying
- G06F16/735—Filtering based on additional data, e.g. user or group profiles
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- General Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Evolutionary Computation (AREA)
- Biomedical Technology (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- Artificial Intelligence (AREA)
- Biophysics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Multimedia (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
一种基于注意力模型的降噪自编码器的电影推荐方法,属于电影推荐技术领域。在现有的推荐算法中,自编码器推荐模型因运算速度较快,易于实现得到广泛应用,但评分矩阵稀疏时,推荐准确度将大大降低,且未曾考虑辅助信息与用户对于观看记录不同的注意度。为了解决上述问题,本方法将注意力模型与降噪自编码器相结合,利用注意力模型学习用户的偏好,融入降噪自编码器共同迭代更新参数,从而预测用户完整评分。本方法在预测评分准确度方面有明显提升。
A movie recommendation method based on an attention model-based denoising autoencoder belongs to the technical field of movie recommendation. In the existing recommendation algorithms, the autoencoder recommendation model is widely used because of its fast calculation speed and easy implementation. However, when the scoring matrix is sparse, the recommendation accuracy will be greatly reduced, and the difference between the auxiliary information and the user's viewing records has not been considered. Attention. In order to solve the above problems, this method combines the attention model with the denoising autoencoder, uses the attention model to learn the user's preference, and incorporates the denoising autoencoder to iteratively update the parameters to predict the user's complete rating. This method has significantly improved the accuracy of predictive scoring.
Description
技术领域technical field
本方法属于电影推荐技术领域,具体设计结合注意力模型与降噪自编码器的电影推荐方法。The method belongs to the technical field of movie recommendation, and specifically designs a movie recommendation method combining an attention model and a noise reduction autoencoder.
背景技术Background technique
电影逐渐成为我们日常生活中不可或缺的娱乐方式,但面对庞大的电影资源库,如何帮助用户快速寻找到喜爱的影片成为了推荐系统面对的主要问题。Movies have gradually become an indispensable form of entertainment in our daily life, but in the face of a huge movie resource library, how to help users quickly find their favorite movies has become the main problem faced by the recommendation system.
传统的电影推荐方法往往是根据电影的搜索热度进行推荐,但用户喜爱的电影种类各不相同,导致推荐系统的满意度较低。近年来,深度学习在各个领域取得了巨大成功,如计算机视觉,翻译等。深度学习目前也被广泛的应用在推荐系统上,因深度学习可以捕捉到数据之间的复杂联系,所以基于深度学习的推荐算法在性能方面大大超过了普通算法。Traditional movie recommendation methods are often based on movie search popularity, but the types of movies that users like are different, resulting in low satisfaction with the recommendation system. In recent years, deep learning has achieved great success in various fields, such as computer vision, translation, etc. Deep learning is also widely used in recommendation systems. Because deep learning can capture complex connections between data, the performance of recommendation algorithms based on deep learning greatly exceeds that of ordinary algorithms.
现有的深度学习推荐系统应用最广泛的为基于自编码器的推荐算法,但大多基于自编码器的算法并没有考虑辅助信息和用户对收看记录存在不同的注意度,导致推荐精度仍不理想。针对这些技术缺陷,本发明借助注意力模型和自编码器解决这些问题。The most widely used recommendation system based on autoencoder is the most widely used recommendation algorithm based on autoencoder, but most of the algorithms based on autoencoder do not consider auxiliary information and users' different attention levels to viewing records, resulting in unsatisfactory recommendation accuracy . Aiming at these technical defects, the present invention solves these problems with the help of attention model and autoencoder.
发明内容Contents of the invention
本发明解决的技术问题是:普通的降噪自编码器准确度低,且忽略了用户收看记录与电影辅助信息,即用户职业,工作,性别以及电影的类别对推荐系统的影响。The technical problem solved by the present invention is: the common noise reduction autoencoder has low accuracy, and ignores the impact of user viewing records and movie auxiliary information, that is, user occupation, work, gender and movie category on the recommendation system.
针对上述问题,本发明提供了一种基于注意力模型的降噪自编码器推荐方法,步骤如下:In view of the above problems, the present invention provides a noise reduction autoencoder recommendation method based on attention model, the steps are as follows:
步骤1.从网上公开数据集获得用户,电影信息以及用户对电影的评分。Step 1. Obtain users, movie information, and user ratings for movies from online public datasets.
步骤2.利用卷积神经网络处理电影标题信息。Step 2. Use convolutional neural network to process movie title information.
步骤3.处理用户与电影剩余信息,分别转变为用户向量与电影向量。Step 3. Process the remaining information of users and movies, and transform them into user vectors and movie vectors respectively.
步骤4.根据用户评分,选出每位用户评分前十的电影,作为用户偏好矩阵。Step 4. According to the user ratings, select the top ten movies rated by each user as the user preference matrix.
步骤5.将用户偏好矩阵输入注意力模型,最终计算得到用户的偏好特征向量。Step 5. Input the user preference matrix into the attention model, and finally calculate the user's preference feature vector.
步骤6.将用户评分输入降噪自编码器,并在降噪自编码器的隐藏层中添加用户辅助信息向量和用户偏好特征向量,经过100次迭代后,获得完整用户评分。Step 6. Input the user rating into the denoising autoencoder, and add the user auxiliary information vector and user preference feature vector in the hidden layer of the denoising autoencoder. After 100 iterations, the complete user rating is obtained.
步骤7.根据预测评分进行电影推荐。Step 7. Movie recommendation based on predicted ratings.
本发明利用注意力模型提取用户的偏好特征并将其融入降噪自编码器,使得用户特征更加准确,大大提高了推荐算法性能。The invention uses the attention model to extract the user's preference feature and integrates it into the noise reduction self-encoder, so that the user feature is more accurate and the performance of the recommendation algorithm is greatly improved.
附图说明Description of drawings
图1为用户辅助信息提取模型图Figure 1 is a model diagram of user auxiliary information extraction
图2为电影辅助信息提取模型图Figure 2 is a model diagram of movie auxiliary information extraction
图3为本发明基于注意力模型的降噪自编码器推荐方法的整体模型Fig. 3 is the overall model of the noise reduction self-encoder recommendation method based on the attention model of the present invention
具体实施方式Detailed ways
下面结合附图对本发明做进一步的详细描述:Below in conjunction with accompanying drawing, the present invention is described in further detail:
本发明提供了一种基于注意力模型的降噪自编码器推荐系统方法,该方法包括以下步骤:The present invention provides a kind of attention model-based denoising self-encoder recommendation system method, and the method comprises the following steps:
步骤1.从网上公开数据集获得用户,电影信息以及用户对电影的评分。共有6040位用户,3952部电影,1000209个评分,评分从1至5,均为整数。用户,电影信息和用户评分形式如下表。Step 1. Obtain users, movie information, and user ratings for movies from online public datasets. A total of 6040 users, 3952 movies, 1000209 ratings, ratings from 1 to 5, all integers. The user, movie information and user rating form are as follows.
表1.用户信息Table 1. User Information
表2.电影信息Table 2. Movie information
表3.评分数据Table 3. Scoring data
步骤2.利用卷积神经网络处理电影标题。去除标题中的年份等无关信息,并将单词转换为32维的向量,每部电影标题长度均设置为15个单词,若不足则使用空向量填补。将标题矩阵输入卷积神经网络,提取标题特征向量。Step 2. Utilize Convolutional Neural Networks to process movie titles. Remove the irrelevant information such as the year in the title, and convert the word into a 32-dimensional vector. The length of each movie title is set to 15 words. If it is insufficient, fill it with an empty vector. Feed the caption matrix into a convolutional neural network to extract caption feature vectors.
步骤3.如图1,2处理用户与电影的其他辅助信息,如用户性别,年龄,职业,电影类别。将用户性别中的F,M分别转变为两个16维向量;由于有七种年龄类别,所以将年龄转变7个16维向量;工作类别共有21个,转变为21个16维向量;电影的类别共有18种,转变为18个32维向量,为保证各电影类别矩阵大小相同,将电影类别长度设置为18,不足的使用空向量补充。Step 3. As shown in Figures 1 and 2, process other auxiliary information of users and movies, such as user gender, age, occupation, and movie category. Convert the F and M in the user's gender into two 16-dimensional vectors; since there are seven age categories, convert the age into seven 16-dimensional vectors; there are 21 job categories, and convert them into 21 16-dimensional vectors; There are 18 categories, which are converted into 18 32-dimensional vectors. In order to ensure that the size of each movie category matrix is the same, the length of the movie category is set to 18, and empty vectors are used to supplement the shortage.
将用户id,工作,年龄信息输入全连接层,得到一个200维的用户信息向量;将电影id,类别,标题同样输入全连接层获得200维电影信息向量。Input the user id, job, and age information into the fully connected layer to obtain a 200-dimensional user information vector; input the movie id, category, and title into the fully connected layer to obtain a 200-dimensional movie information vector.
步骤4.用户评分过的电影最少为20部,从中挑选评分最高的十部电影,获得相应的电影信息向量,组成10*200的用户偏好电影矩阵。Step 4. There are at least 20 movies rated by the user, and the ten movies with the highest ratings are selected from them, and the corresponding movie information vectors are obtained to form a 10*200 user preference movie matrix.
步骤5.如图3,将用户偏好电影矩阵输入注意力网络,公式如下:Step 5. As shown in Figure 3, input the user preference movie matrix into the attention network, the formula is as follows:
I′i=ftanh(W'Ii+b') (1)I′ i =f tanh (W'I i +b') (1)
Ai=fsoftmax(I′iWA) (2)A i =f softmax (I′ i W A ) (2)
Iρ=∑AiIi (3)I ρ =∑A i I i (3)
其中Ii为第i个用户评分前十的电影向量,W'是电影权重矩阵,是均值为0,标准差为0.01的正态分布随机矩阵。b'为电影偏置矩阵,ftanh为tanh函数,Ii'为用户电影特征向量,WA是电影特征权重矩阵,是均值为0,标准差为0.01的正态分布随机矩阵。fsoftmax为softmax函数,Ai为第i个电影向量的注意力权重系数,Iρ为最终的用户偏好向量Among them, I i is the top ten movie vectors rated by the i-th user, and W' is the movie weight matrix, which is a normal distribution random matrix with a mean of 0 and a standard deviation of 0.01. b' is a movie bias matrix, f tanh is a tanh function, I i ' is a user movie feature vector, W A is a movie feature weight matrix, which is a normal distribution random matrix with a mean of 0 and a standard deviation of 0.01. f softmax is the softmax function, A i is the attention weight coefficient of the i-th movie vector, I ρ is the final user preference vector
步骤6.将用户评分输入降噪自编码器,并在降噪自编码器的隐藏层中添加用户辅助信息向量和用户偏好特征向量共同迭代,公式如下:Step 6. Input the user rating into the denoising self-encoder, and add the user auxiliary information vector and user preference feature vector to the hidden layer of the denoising self-encoder to iterate together. The formula is as follows:
X′=X+N (4)X'=X+N (4)
h=ftanh(WX'+b) (5)h=f tanh (WX'+b) (5)
h'=h+WsS+Iρ (6)h'=h+W s S+I ρ (6)
Y=ftanh(Wzh'+bz) (7)Y=f tanh (W z h'+b z ) (7)
其中X为用户评分向量,N为噪声向量,X'为加噪评分向量,W为加噪评分的权重矩阵,是均值为0,标准差为0.01的正态分布随机矩阵,b为加噪评分向量的偏置矩阵,h为隐藏层向量,S为用户辅助信息向量,Ws为辅助信息向量权重矩阵,是均值为0,标准差为0.01的正态分布随机矩阵,h'则为处理后的隐藏层向量,Wz,bz分别为处理后的权重矩阵和偏置矩阵,Y为最终完整的评分向量。Where X is the user rating vector, N is the noise vector, X' is the noise-adding score vector, W is the weight matrix of the noise-adding score, which is a normal distribution random matrix with a mean of 0 and a standard deviation of 0.01, and b is the noise-adding score The offset matrix of the vector, h is the hidden layer vector, S is the user auxiliary information vector, W s is the weight matrix of the auxiliary information vector, which is a normal distribution random matrix with a mean of 0 and a standard deviation of 0.01, and h' is the processed The hidden layer vector of , W z , b z are the processed weight matrix and bias matrix respectively, and Y is the final complete scoring vector.
代价函数为:The cost function is:
L=||X-Y||2 (8)L=||XY|| 2 (8)
L为代价函数,即输入评分与输出评分的平方差。L is the cost function, which is the squared difference between the input score and the output score.
经过至少100次迭代,获得用户完整评分。其中参数优化方法有Adam,RMSProp,参数选择范围为:学习速率在0.00001~0.01之间,训练步长在100~500之间,隐藏层节点为100~500之间。不断改变参数设置,观察输入与输出评分之间的平方差,当平方差取到最小值时,参数优化方法为Adam,学习速率为0.00001,训练补偿为300,隐藏节点数为200。After at least 100 iterations, complete user ratings are obtained. The parameter optimization methods include Adam and RMSProp, and the parameter selection range is: the learning rate is between 0.00001 and 0.01, the training step is between 100 and 500, and the hidden layer nodes are between 100 and 500. Constantly change the parameter settings and observe the square difference between the input and output scores. When the square difference reaches the minimum value, the parameter optimization method is Adam, the learning rate is 0.00001, the training compensation is 300, and the number of hidden nodes is 200.
步骤7.根据预测评分进行电影推荐。Step 7. Movie recommendation based on predicted ratings.
实验模拟Experimental simulation
本发明使用MovieLens 1M的数据集,包含6040位用户,3952部电影,近10万条评分,每人均至少20条评分数据。随机抽取部分评分数据作为训练集进行训练,最终本发明的准确度较普通推荐算法高。本发明将注意力模型与降噪自编码器相结合,解决了推荐系统中常见的冷启动问题,推荐能力也有了一定提高。The present invention uses the dataset of MovieLens 1M, including 6040 users, 3952 movies, nearly 100,000 ratings, and at least 20 ratings per person. Part of the scoring data is randomly selected as a training set for training, and finally the accuracy of the present invention is higher than that of common recommendation algorithms. The invention combines the attention model with the noise reduction self-encoder, solves the common cold start problem in the recommendation system, and improves the recommendation ability to a certain extent.
Claims (4)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910742757.0A CN110555132A (en) | 2019-08-13 | 2019-08-13 | Noise reduction self-encoder recommendation method based on attention model |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910742757.0A CN110555132A (en) | 2019-08-13 | 2019-08-13 | Noise reduction self-encoder recommendation method based on attention model |
Publications (1)
Publication Number | Publication Date |
---|---|
CN110555132A true CN110555132A (en) | 2019-12-10 |
Family
ID=68737268
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910742757.0A Pending CN110555132A (en) | 2019-08-13 | 2019-08-13 | Noise reduction self-encoder recommendation method based on attention model |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110555132A (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111127146A (en) * | 2019-12-19 | 2020-05-08 | 江西财经大学 | Information recommendation method and system based on convolutional neural network and noise reduction self-encoder |
CN112784153A (en) * | 2020-12-31 | 2021-05-11 | 山西大学 | Tourist attraction recommendation method integrating attribute feature attention and heterogeneous type information |
CN113190702A (en) * | 2021-05-08 | 2021-07-30 | 北京百度网讯科技有限公司 | Method and apparatus for generating information |
CN113220936A (en) * | 2021-06-04 | 2021-08-06 | 黑龙江广播电视台 | Intelligent video recommendation method and device based on random matrix coding and simplified convolutional network and storage medium |
CN114065039A (en) * | 2021-11-17 | 2022-02-18 | 重庆邮电大学 | Mean value pooling operation-based self-encoder recommendation method and system |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013012205A2 (en) * | 2011-07-15 | 2013-01-24 | Park Yong Goo | Method and system for providing a movie recommendation service |
CN109410080A (en) * | 2018-10-16 | 2019-03-01 | 合肥工业大学 | A kind of social image recommended method based on level attention mechanism |
CN110008377A (en) * | 2019-03-27 | 2019-07-12 | 华南理工大学 | A method for movie recommendation using user attributes |
CN110008409A (en) * | 2019-04-12 | 2019-07-12 | 苏州市职业大学 | Sequence recommendation method, device and device based on self-attention mechanism |
-
2019
- 2019-08-13 CN CN201910742757.0A patent/CN110555132A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013012205A2 (en) * | 2011-07-15 | 2013-01-24 | Park Yong Goo | Method and system for providing a movie recommendation service |
CN109410080A (en) * | 2018-10-16 | 2019-03-01 | 合肥工业大学 | A kind of social image recommended method based on level attention mechanism |
CN110008377A (en) * | 2019-03-27 | 2019-07-12 | 华南理工大学 | A method for movie recommendation using user attributes |
CN110008409A (en) * | 2019-04-12 | 2019-07-12 | 苏州市职业大学 | Sequence recommendation method, device and device based on self-attention mechanism |
Non-Patent Citations (1)
Title |
---|
XIN DONG等: "A Hybrid Collaborative Filtering Model with Deep Structure for Recommender Systems", 《PROCEEDINGS OF THE THIRTY-FIRST AAAI CONFERENCE ON ARTIFICIAL INTELLIGENCE》 * |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111127146A (en) * | 2019-12-19 | 2020-05-08 | 江西财经大学 | Information recommendation method and system based on convolutional neural network and noise reduction self-encoder |
CN111127146B (en) * | 2019-12-19 | 2023-05-26 | 江西财经大学 | Information recommendation method and system based on convolutional neural network and denoising autoencoder |
CN112784153A (en) * | 2020-12-31 | 2021-05-11 | 山西大学 | Tourist attraction recommendation method integrating attribute feature attention and heterogeneous type information |
CN112784153B (en) * | 2020-12-31 | 2022-09-20 | 山西大学 | A Tourist Attraction Recommendation Method Fusing Attribute Feature Attention and Heterogeneous Type Information |
CN113190702A (en) * | 2021-05-08 | 2021-07-30 | 北京百度网讯科技有限公司 | Method and apparatus for generating information |
CN113190702B (en) * | 2021-05-08 | 2023-07-25 | 北京百度网讯科技有限公司 | Method and device for generating information |
CN113220936A (en) * | 2021-06-04 | 2021-08-06 | 黑龙江广播电视台 | Intelligent video recommendation method and device based on random matrix coding and simplified convolutional network and storage medium |
CN113220936B (en) * | 2021-06-04 | 2023-08-15 | 黑龙江广播电视台 | Video intelligent recommendation method, device and storage medium based on random matrix coding and simplified convolutional network |
CN114065039A (en) * | 2021-11-17 | 2022-02-18 | 重庆邮电大学 | Mean value pooling operation-based self-encoder recommendation method and system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110555132A (en) | Noise reduction self-encoder recommendation method based on attention model | |
CN104462383B (en) | A kind of film based on a variety of behavior feedbacks of user recommends method | |
CN112529168B (en) | GCN-based attribute multilayer network representation learning method | |
CN108052593B (en) | A topic keyword extraction method based on topic word vector and network structure | |
CN110807154A (en) | A recommendation method and system based on a hybrid deep learning model | |
CN103678329B (en) | Recommend method and device | |
CN103020111A (en) | Image retrieval method based on vocabulary tree level semantic model | |
CN109033294B (en) | Mixed recommendation method for integrating content information | |
CN102334118A (en) | Personalized advertising push method and system based on user interest learning | |
CN107862561A (en) | A kind of method and apparatus that user-interest library is established based on picture attribute extraction | |
CN110377840A (en) | A kind of music list recommended method and system based on user's shot and long term preference | |
CN110503508A (en) | A hierarchical multi-granularity matrix factorization method for item recommendation | |
CN111104601B (en) | Antagonistic multi-feedback-level paired personalized ranking method | |
CN113159892B (en) | A product recommendation method based on multimodal product feature fusion | |
CN112417313A (en) | Model hybrid recommendation method based on knowledge graph convolutional network | |
CN107944485A (en) | The commending system and method, personalized recommendation system found based on cluster group | |
CN114357307B (en) | News recommendation method based on multidimensional features | |
CN107895024A (en) | The user model construction method and recommendation method recommended for web page news classification | |
CN112256965A (en) | A neural collaborative filtering model recommendation method based on lambdaMart | |
CN108415926B (en) | Collaborative filtering recommendation method for eliminating scoring noise of original scoring data | |
CN108920647B (en) | A low-rank matrix filling TOP-N recommendation method based on spectral clustering | |
CN104572915B (en) | One kind is based on the enhanced customer incident relatedness computation method of content environment | |
CN107026755B (en) | A service recommendation method based on ranking learning | |
CN112818256A (en) | Recommendation method based on neural collaborative filtering | |
CN106651461A (en) | Film personalized recommendation method based on gray theory |
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 | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20191210 |
|
WD01 | Invention patent application deemed withdrawn after publication |