RUCAIBox / ReSeq

[RecSys'23] Code of "Reciprocal Sequential Recommendation."
20 stars 5 forks source link

How to handle cold start issue? #1

Open Shindora opened 1 year ago

Shindora commented 1 year ago

Context: A new user creates an account, and we do not have any his/her interaction history. How to solve this cold start problem?

zhengbw0324 commented 1 year ago

@Shindora Hello! The cold start problem after new user registration is often solved by using content-based recommendation algorithms or utilizing techniques such as transfer learning.