Hi,
I have a set of users that each user contains a vector of some parameters, and I want to develop a recommender system to recommend an item to each user. My goal is to change users behaviors, it means that the recommender systems should not be trained based on previous users preferences data.
My problem is that how I can generate a huge number of items for training the model because I have many users and I cannot check out all users person by person.
Do you know any solution for this problem?