NVIDIA/DeepRecommender

Add MovieLens example

オープン

#2 opened on 2017/10/03

 (0 件のコメント) (2 件のリアクション) (0 人の担当者)Python (340 件のフォーク)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (1,702 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Provide a recepie for training a model on MovieLens data (20M and 1M).

This should include the following:

  1. Data converter. Consider fixing/adjusting this script
  • Train/Eval/Test split. Training test ratings should come before any Eval and Test ratings. See section 3.1 (Experiment setup) of this paper for details and Netflix converter for example.
  1. An example train.sh, and test.sh for 20M and 1M MovieLens data sets which will train/eval and test the model correspondingly.

  2. Choose model architecture and hyper parameters that give best eval RMSE you can get.

コントリビューターガイド