Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 534 Bytes

File metadata and controls

22 lines (16 loc) · 534 Bytes

Neural Collaborative Filtering (NeuMF)

Implementation of Neural Collaborative Filtering (NeuMF) in Pytorch. NeuMF is presented in the paper, Neural Collaborative Filtering.

Usage

python run.py [-h] [-s SEED] FILE

positional arguments:
  FILE                  path to config file

options:
  -h, --help            show this help message and exit
  -s SEED, --seed SEED  seed for initializing training

Example

python run.py examples/ml-1m/config.toml