This repository contains an implementation for the paper "FISM: Factored Item Similarity Models for Top-N Recommender Systems" by Tensorflow 1.2.
Python 3.5
Tensorflow 1.2
This data set is extracted from movielens-1m by Dr. Xiangnan He. The data set is first proposed by the paper "Neural Collaborative Filtering".
I use the hit ratio(aka HR) metric to evalute the model performance. I tune the hyperparameter carefully for the best performance. Specifically, the best HR this code can achieve is 71.05%, after about 5 epoches training.
If you use the codes for your paper as baseline implementation, please cite the link: "https://github.com/yushuai/FISM"
2018/1/15