You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sergey Piterman edited this page Jan 26, 2016
·
1 revision
##Intro
To help users connect with each other, we implemented a basic recommendation system that sorts the users on the connect page based on a rank number. That rank number is generated from several parameters that we chose to reflect a given user's standing in the community, using karma points as a proxy. We also personalized the rankings based on what the current user's desired skills to learn are and what other community member's are able to teach.
##Ranking Function
As it stands the current ranking function used to generate a users rank is defined by the following equation:
##Future Plans
We plan to add more variables into the rank function to add a more personalization. We also plan to factor in a user's location and possibly how busy a given user is, based on the number of scheduled meetings they have.