recomm-deepfm-pytorch

Dataset

cd {project Dir}/datasets/movielens
wget https://files.grouplens.org/datasets/movielens/ml-1m.zip
unzip ml-1m.zip
cd {project Dir}/datasets/movielens
wget https://files.grouplens.org/datasets/movielens/ml-10m.zip
unzip ml-10m.zip

data preprocess

python preprocess.py -d 1M

train model

python deepfm_train.py -d 1M -v 0.1.0 -k 10 -ed 16 -lr 0.001 -bs 256 -ly 64 32 -o 0.2