Skip to content

[Feat] 세션 활용 콘텐츠 기반 유사도 구현 #3

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

Closed
3 tasks done
SeungahP opened this issue Mar 7, 2024 · 0 comments · Fixed by #12
Closed
3 tasks done

[Feat] 세션 활용 콘텐츠 기반 유사도 구현 #3

SeungahP opened this issue Mar 7, 2024 · 0 comments · Fixed by #12
Assignees
Labels

Comments

@SeungahP
Copy link
Contributor

SeungahP commented Mar 7, 2024

Background

  • ip를 기준으로 사용자가 본 상품들 중 마지막 상품을 제외한 상품들의 이름을 리스트화 합니다.
  • 아이템들의 이름을 각각 리스트화 합니다.
  • 전자의 리스트와 아이템 별 리스트의 유사도를 구해 유저가 실제로 본 마지막 상품과 가장 유사도가 높은 아이템을 구합니다.
    (본 상품은 제외합니다.)
  • 유저를 특정 짓는 정보 없이 유저의 관심 있는 상품이 무엇인지를 찾기 위해 추천 시스템에서 가장 기본적으로 활용되는 CB를 활용해보고자 합니다.

To do

  • 상품 정보 API를 통해 상품의 이름을 가져온다.
  • 세션 별로 본 아이템들의 이름을 하나의 리스트가 될 수 있도록 한다.
  • 가장 유사도가 높은 아이템 10개를 구해 마지막 상품과 정량 및 정성 평가를 한다.
@SeungahP SeungahP added the feat label Mar 7, 2024
@SeungahP SeungahP self-assigned this Mar 7, 2024
@SeungahP SeungahP changed the title [FEAT] 세션 활용 콘텐츠 기반 유사도 구현 [Feat] 세션 활용 콘텐츠 기반 유사도 구현 Mar 8, 2024
SeungahP added a commit that referenced this issue Mar 12, 2024
SeungahP added a commit that referenced this issue Mar 14, 2024
SeungahP added a commit that referenced this issue Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant