wimpykid26 / Zeus

Recommendation Portal for text and news articles. Takes into account both user-user and item item similarity.
0 stars 2 forks source link

Implement user-user similarity. #9

Open wimpykid26 opened 7 years ago

wimpykid26 commented 7 years ago

I was thinking of finding similarity between areas of interest between the users. A more comprehensive approach would be to keep track of the number of similar articles both users upvote, Any ideas on how to implement this?

wimpykid26 commented 7 years ago

cc @Yash17Agrawal @ut2496

wimpykid26 commented 7 years ago

@Yash17Agrawal any updates?

Yash17Agrawal commented 7 years ago

@wimpykid26 we have to discuss the model of upvotes and downvotes in db , also i suggest rating criteria should be on scale of 10 rather then upvotes

wimpykid26 commented 7 years ago

Up votes and down votes are already set as parameters in the existing backend. Feel free to change it to a scale. I'll provide you the front end once you make necessary changes in the backend and previous usages in frontend.