资源简介
著名的Netflix 智能推荐 百万美金大奖赛使用是数据集. 因为竞赛关闭, Netflix官网上已无法下载. Netflix provided a training data set of 100,480,507 ratings that 480,189 users gave to 17,770 movies. Each training rating is a quadruplet of the form . The user and movie fields are integer IDs, while grades are from 1 to 5 (integral) stars.[3]
The qualifying data set contains over 2,817,131 triplets of the form , with grades known only to the jury. A participating team's algorithm must predict grades on the entire qualifying set, but they are only informed of the score for half of the data, the quiz set of 1,408,342 ratings. The other half is the test set of 1,408,789, and performance on this is used by the jury to determine potential prize winners. Only the judges know which ratings are in the quiz set, and which are in the test set—this arrangement is intended to make it difficult to hill climb on the test set. Submitted predictions are scored against the true grades in terms of root mean squared error (RMSE), and the goal is to reduce this error as much as possible. Note that while the actual grades are integers in the range 1 to 5, submitted predictions need not be. Netflix also identified a probe subset of 1,408,395 ratings within the training data set. The probe, quiz, and test data sets were chosen to have similar statistical properties.
In summary, the data used in the Netflix Prize looks as follows:
Training set (99,072,112 ratings not including the probe set, 100,480,507 including the probe set)
Probe set (1,408,395 ratings)
Qualifying set (2,817,131 ratings) consisting of:
Test set (1,408,789 ratings), used to determine winners
Quiz set (1,408,342 ratings), used to calculate leaderboard scores
For each movie, title and year of release are provided in a separate dataset. No information at all is provided about users. In order to protect the privacy of customers, "some of the rating data for some customers in the training and qualifyin
代码片段和文件信息
- 上一篇:奇迹MU内存辅助源码
- 下一篇:c程序将表格数据读取到二维数组
相关资源
- MSTAR,SAR dataset
- 102 Category Flower Dataset(标签文件)
- springcloud2.0+版本集成eureka注册中心、
- 皮肤检测数据集-Face_Dataset
- MOSI DATASET
- QWS dataset
- System.Data.DataSetExtensions.dll
- zw_DataSet.zip
- delphi数据集和json互转
- Netflix文化:自由与责任(中英文双语
- Netflix文化:自由与责任(中英文双语
- advertising-dataset.zip
- DogsVsCats、MNIST、cifar数据集
- fire数据集10000个case
- spring-cloud-starter-netflix-zuul-2.0.0.RELEAS
- spark数据集spam
- netflix-prize-svd
评论
共有 条评论