Code Monkey home page Code Monkey logo

Comments (6)

hexiangnan avatar hexiangnan commented on September 7, 2024

from sigir16-eals.

familyld avatar familyld commented on September 7, 2024

@hexiangnan Thank you for answering.

from sigir16-eals.

familyld avatar familyld commented on September 7, 2024

@hexiangnan Hi, Professor He. I've rewritten the code to test eALS in the same way as you mentioned in the NCF paper, i.e., ranks 99 sampled negatives + 1 positive item. Besides, I use ml-1m.train.rating & ml-1m.test.rating & ml-1m.test.negative, which you provided in the neural_collaborative_filtering project. However, the performance of eALS is still not satisfying. For top-10 recommendation, the best iteration among 50 iterations yields

<iter, hr, ndcg, prec>:	 16	 0.6078	 0.3411	 0.2594, 

which is much lower than what you presented in the NCF paper. The parameter settings is unchanged as:

Data	ml-1m
#Users	6040
#Items	3706
#Ratings	 994169 (train), 6040(testPositive), 6040(testNegative)
fastALS: showProgress=false, factors=64, maxIter=50, reg=0.010000, w0=10.00, alpha=0.75

Do you have any suggestions to reproduce the results shown in the NCF paper?

Thank you for taking your precious time to read this. Your prompt reply will be highly appreciated.

from sigir16-eals.

hexiangnan avatar hexiangnan commented on September 7, 2024

from sigir16-eals.

familyld avatar familyld commented on September 7, 2024

@hexiangnan Thank you. I'll keep on trying.

from sigir16-eals.

familyld avatar familyld commented on September 7, 2024

@hexiangnan Problem solved. Just to remind future visitors of this issue, I tried alpha=0.0 and w0=160 and the model yields:

MF_fastALS Best Iteration: <iter, hr, ndcg, prec>:	 39	 0.6978	 0.4242	 0.3393 [00:02:11.766]

This is pretty close to the performance that Professor He has presented in the NCF paper.

from sigir16-eals.

Related Issues (3)

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.