-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support to Koren's neighborhood model and integrated model #376
base: master
Are you sure you want to change the base?
Conversation
Previous modifications which is now on other branch support to Koren's neighborhood and integrated models Deleted recommender tracked by other branch
Hi, what kind of results did you get with KorenImplicitKNN? I get an RMSE of 1.13 for bin/rating_prediction --training-file=u.data --test-ratio=0.5 --recommender=KorenImplicitKNN --recommender-options="num_factors=5" --data-dir=data/ml-100k --find-iter=1 which is not particularly good. IntegratedSVDPlusPlusKNN seems to converge nicely. Did you calibrate the methods against what was reported in the paper? |
Hello Zeno, Currently I am on vacation, but I will check as soon as I come back to work. Regards! Em sexta-feira, 25 de janeiro de 2013, Zeno Gantner escreveu:
Prof. Marcelo G. Manzato +55 16 3373 6638 |
Conflicts: src/MyMediaLite/MyMediaLite.csproj src/MyMediaLite/RatingPrediction/GSVDPlusPlus.cs
Hello Zeno! Sorry for the delay, I was busy with other things here at the University. I checked the code, and realize a mistake within the KorenImplicitKNN current_learnrate = LearnRate; The current_learnrate variable was initialized with 0, and because of that, Now I run again and it seems to be converging (alhough I still can't figure rating_prediction --measures=RMSE,MAE Would you like me to change it in the Pull Request so that you can analyze Thank you, On Sat, Jan 26, 2013 at 12:21 PM, Marcelo Manzato mmanzato@icmc.usp.brwrote:
Prof. Marcelo G. Manzato +55 16 3373 6601 |
Hi Marcelo, thank you for the update. Could you reproduce the results reported in the paper? |
Hi Zeno, I could try, but I checked that Koren used the quiz set (from netflix) to Alternatively, I could use only the training set, but in this case, I would What do you think? Thanks! On Sat, Mar 16, 2013 at 4:44 PM, Zeno Gantner notifications@github.comwrote:
Prof. Marcelo G. Manzato +55 16 3373 6601 |
This pull request is related only to Koren's models. So please, consider only the commit 879654b and new ones (if exist).