Skip to content
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

백엔드 추천 시스템 설명 #98

Open
JEOO2327 opened this issue Jun 19, 2019 · 0 comments
Open

백엔드 추천 시스템 설명 #98

JEOO2327 opened this issue Jun 19, 2019 · 0 comments
Labels

Comments

@JEOO2327
Copy link
Contributor

  • 특정 유저가 follow하는 유저들과, 그 유저들이 follow하는 유저들의 집합에서 유저를 한 명씩 뽑아서 특정 유저와의 상관계수를 계산한다(식당 평점을 이용하여 계산). 상관계수의 정확도를 위해 특정 유저와 겹치는 식당이 3개 이상일 경우에만 상관계수를 계산한다. 그 후 상관계수가 0 이상인 유저들이 다녀온 식당들에 대한 특정 유저의 예상 평점을 유사도를 이용하여 계산하고, 예상 평점이 7점 이상일 경우 추천한다. 추천할 식당이 3개 이상일 경우에만 추천시스템이 발동하며, 추천할 식당을 다녀온 유저 중에서 특정 유저와 상관계수가 가장 높은 유저의 리뷰를 추천해준다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant