Artificial Intelligence/Recommendation System
-
CosRec: 2D Convolutional Neural Networks for Sequential RecommendationArtificial Intelligence/Recommendation System 2020. 9. 17. 21:52
안녕하세요. 이번 포스팅에서는 CNN을 활용하는 추천 알고리즘인 "CosRec" 모델을 살펴보려 합니다. Sequential recommendation 분야에서는 user behavior pattern을 정의함으로써 그 다음에 어떤 상품을 구매할 것인지를 예측합니다. 즉, 개인마다 과거에 구매한 상품 리스트가 있을 것이고, 이를 사용하여 개인별 feature를 만든다고 간단히 생각하면 됩니다. 이번 포스팅은 이 user behavior pattern을 변형하여 새로운 feature를 만듦으로써 추천 성능을 향상시키자는 시도입니다. 아래 그림 (a)부터 살펴볼까요? 그림에서는 삼각대를 구매한 특정 고객이 구매한 상품 리스트를 나타내고 있습니다. 이를 RNN/CNN 등 다양한 아키텍쳐를 활용하여 학습한다는 ..
-
Joint Deep Modeling of Users and Items Using Reviews for RecommendationArtificial Intelligence/Recommendation System 2019. 4. 25. 22:47
WSDM 2017에서 소개된 "Joint Deep Modeling of Users and Items Using Reviews for Recommendation"을 소개하려고 합니다. 이번 포스팅에 대해서 더 깊은 정보를 알고 싶으시다면, 다음 자료를 참고하시면 됩니다. Zheng, Lei, Vahid Noroozi, and Philip S. Yu. "Joint deep modeling of users and items using reviews for recommendation." Proceedings of the Tenth ACM International Conference on Web Search and Data Mining. ACM, 2017. 저자는 "DeepCoNN"이라는 rating predic..