-
Notifications
You must be signed in to change notification settings - Fork 0
Home
benzheren edited this page May 13, 2011
·
46 revisions
#LifeScore ##Categories
- Education
- graduate/undergraduate/high school
- major/concentration?
- Work
- Employer
- Position
- Number of friends
- Relationship: should be a multiply not a plus
- Languages
- Family members
- son
- grandson
- siblings?
- By Category
- Education
- Work
- Number of friends
- Friends School
- Friends Work
- Relationship
- Languages
- Family members
- Overall Formula
- Not considering friends influence: LS(u) [LS(u) = ?]
- How about: [LS(u) = a*(school_{score}) + b*(work_{score}) + c*(relationship_{score}) + d*(languages_{score}) + e*(family_{members})]
- (work_{score} = \sum_{all\ companies} position*brand_{rank})
- It does not count if you stay in a company less than 12 months
- If one person stays in a place longer than 24 months, any more months you stay we add into multiply. If you stay a company for 3 years, we multiply the score with 1.12.
- Position needs a hierarchy structure to get the multiply.
- If both position and length of work are present, pick the max of those two.
- (school_{score} = sum(level*school_{rank} + degree_{score}))
- Considering friends influence: (LS^\prime(u))
- Similar to PageRank (not really the same because PageRank is a directional graph where facebook friendship is not): [LS^\prime(u) = LS(u)\ +\ \sum_{f \in All\ friends\ of\ U} \frac{LS(f)}{Number\ of\ f\ friends}]
- Not considering friends influence: LS(u) [LS(u) = ?]
- Get startup celebrities information from CrunchBase and calculate score for those founders.
- Score Leader Board and compare user to startup celebrities.