Hi, Thanks to FastAi, that I am at-least beginning to think about using DL
I am trying to use movielens approach for recommending an in app activity to user(item) based on the previous interactions and other user data.
Here are my questions
- Lesson 5 sample doesn’t seem to use timestamp for making recommendations, how can I make use of this?
- In my case rating aspect is binary ie user picked an activity or did not. So my scale is for y is either 1 or non existent. Has anyone worked with this kind of data with collab_learner?
- How can I add more features to item ( like category or hierarchy) while training?
- How can I add newer interactions to the model without retraining the model.
I have seen systems like AWS Personalize and Recombee achieving similar things.
Any directions or further reading on the lines of FastAi will definitely help me to take this further.
TIA.