Skip to content

[Feat] Item2Vec을 이용한 Item-Based Collaborative Filtering 구현 #28

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
1 task
SeungahP opened this issue Mar 19, 2024 · 0 comments · Fixed by #64
Closed
1 task

[Feat] Item2Vec을 이용한 Item-Based Collaborative Filtering 구현 #28

SeungahP opened this issue Mar 19, 2024 · 0 comments · Fixed by #64
Assignees
Labels

Comments

@SeungahP
Copy link
Contributor

Background

  • 유저-아이템 상호적용을 사용하지 않는 세션 기반 모델 중 하나인 Item2Vec을 활용하고자 합니다.
  • 유저가 소비한 아이템 리스트를 문장으로, 아이템을 단어로 가정하여 Word2Vec 사용합니다.

To do

  • PyTorch를 활용한 Item2Vec 구현
@SeungahP SeungahP added the feat label Mar 19, 2024
@SeungahP SeungahP self-assigned this Mar 19, 2024
SeungahP added a commit that referenced this issue Apr 1, 2024
SeungahP added a commit that referenced this issue Apr 24, 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