paddle进行推荐

时间:2017-08-03 10:51:54   收藏:0   阅读:233

参考这一页:

https://github.com/PaddlePaddle/book/tree/develop/05.recommender_system

 

Some well know approaches include:

Among these options, collaborative filtering might be the most studied one. Some of its variants include user-based[3], item-based [4], social network based[5], and model-based.

 

技术分享

We use the MovieLens ml-1m to train our model. This dataset includes 10,000 ratings of 4,000 movies from 6,000 users to 4,000 movies. Each rate is in the range of 1~5. Thanks to GroupLens Research for collecting, processing and publishing the dataset.

paddle.v2.datasets package encapsulates multiple public datasets, including cifarimdbmnistmoivelens and wmt14, etc. There‘s no need for us to manually download and preprocess MovieLens dataset.

 

原文:http://www.cnblogs.com/charlesblc/p/7278368.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!