1 min read
AutoRec AutoRec 이란 a nonlinear neural network collaborative filtering model 을 의미한다.
Neural Collaborative Filtering the neural collaborative filtering (NCF) framework for recommendation with implicit feedback.
모델 구조 Related References Factorization Machines.
Sequential Recommendation Unlike interactive recommendation methods that generate recommendations based on the user’s feedback via constant interactions, sequential...
Sequential Model 단점 새로운 아이템에 대해서는 추천을 제공할 수 없음 popularity bias 가 존재함 (NLP 문제에서 많이 나오는 단어에 대해 반복적으로 등장함) .
Joint User-Entity Representation Learning for Event Recommendation in Social Network Paper link Abstract 사용자와 이벤트를 동일한 latent space 에 project 하기 위해 a joint representation...
Conversational Recommender System 대화형 추천 시스템: 사용자와 실제 대화를 통해 사용자의 성향을 파악하여 추천을 진행함 B) Related C) References.
Graph 기반 추천을 하는 이유 추천 시스템 내 대부분의 데이터는 그래프 구조를 가진다. real world 에서 객체들은 서로 explicit 또는 implicit 하게 연결되어 있다. 그리고 그 객체는 사용자, 아이템, 속성등 이 될 수 있다.
A Survey on Deep Learning Based POI Recommendations A POI recommendation technique essentially exploits users’ historical check-ins and other multimodal information to...
Figure: two-tower DNN model for learning query and candidate representations Related 2. References paper link: research.google/pubs/pub48840/ .