Skip to content

psm981021/sasrec-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SASRec implementation Repo


SASRec을 Backbone 모델로 사용하여 다양한 방법론 적용

[기술 스택]


Python Pytorch Numpy Pandas

[Log]


[LINK]


https://concise-root-fdd.notion.site/SASRec-b761e05f24f1477da9cdfbe032bbfd8a?pvs=4

I learned


  • 24/2/5

    • SASRec 모델은 아이템 간의 상관관계를 단방향으로 파악하는 데, 이는 모델이 사용자의 이전 상호작용을 기반으로 다음 아이템을 예측하는 Self-Attention 메커니즘을 활용함으로써 이루어집니다.
    • SASRec 모델이 이전 시퀀스만을 참고하여 Self-Attention 메커니즘을 수행하는 방식을 확인할 수 있었습니다.
  • 24/2/20

    • 모델을 통과하면서 데이터가 어떻게 변하는지 확인할 수 있었습니다.
    • BCE Loss가 어떻게 설정되고 계산되는지 확인할 수 있었습니다.
  • 24/2/26 ~ 24/3/5

    • DLFS-Rec의 embedding Layer에서 side information이 어떻게 적용되었는지 확인할 수 있었습니다.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published