Git Product home page Git Product logo

neural_attentive_item_similarity's Introduction

NAIS: Neural Attentive Item Similarity Model for Recommendation

A Non-official Implementation of ”NAIS: Neural Attentive Item Similarity Model for Recommendation”.

If you use the codes for your paper as baseline implementation, please cite the link:

https://github.com/hegongshan/neural_attentive_item_similarity

Official Implemenation (Python 2.7 + TensorFlow 1.x): https://github.com/AaronHeee/Neural-Attentive-Item-Similarity-Model

Requirements

  • Python 3

  • TensorFlow 2.0+

  • NumPy (latest version)

  • SciPy (latest version)

Example to run the codes

  • FISM
python FISM.py --path data --data_set_name ml-1m --epochs 100 --num_neg 4 --embedding_size 16 --lr 0.01 --alpha 0.0 --regs (1e-7, 1e-7, 1e-7)
  • NAIS
python NAIS.py --pretrain 1 --path data --data_set_name ml-1m --epochs 100 --num_neg 4 --embedding_size 16 --lr 0.01

Experimental Results

  • FISM

epochs = 100

HR@10 NDCG@10
ml-1m 0.6526 0.3857
  • NAIS

coming soon...

HR@10 NDCG@10
ml-1m

Last Updated: November 16, 2019

neural_attentive_item_similarity's People

Contributors

hegongshan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.