Hello friends,
In the practice lab “Deep Learning for Content-Based Filtering”, I’m trying to understand where is the y_train data coming from?
The related CSV simply contains a list of numbers, but what are those?
What is the model (using 2 neural networks) trained against?
I get what is the input data
Thank you for the quick reply.
I’m not sure I follow…
The y_train data is a list of numbers. I suppose 1 rating per movie.
Would that be the average rating given by users to each item?
If so why do that number differ from the input data item_train (column “ave rating”)?