topazape / NeuralCollaborativeFiltering-Pytorch

Implementation of the paper - Neural Collaborative Filtering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of the paper - Neural Collaborative Filtering

License:The Unlicense


Languages

Language:Python 100.0%