-
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
Added SimpleSGD item recommender #447
base: master
Are you sure you want to change the base?
Conversation
Hi João, thank you for the pull request.
|
- Removed commented out debugging code
Hi Zeno,
I'm not in a hurry or anything, so if you feel like this needs improving before merging, that's ok with me ;) |
Thank you for your answers. |
I will check out your repo and test it this weekend. |
Ok thanks. If you find any issue just let me know. |
* RAISGD.cs: Added algorithm: RAISGD * ISGD.cs: - Removed unused libraries - Updated link to article
Hey Zeno.
I've been working on this algorithm. It's been published at UMAP this year (2014).
It's a really simple approach. It still has some problems, i'm dealing with right now, so i'll be contributing with more related to this.
PS: I don't really get most of the changes in the project file, maybe it's some kind of architecture issue...
Cheers,
João Vinagre