Suggestions

Suggestions

Hi Arthur,

Very nice page. Here are some suggestions:

Background For "Collaborative Filtering" section, a figure of the relationships between users/items would help understanding the model. For “Content-based Filtering” section, it would be better if you can give a figure of the user profile (the two-dimensional table). Reference for “Inverse Document Frequency” could be added.

Experiment If I understand correctly, RMSE is the value to be minimized. From your result, the RMSE value for integrated data is higher than the RMSE value for original data in general. Could you tell me if there’s something I missed? What do you think could be the reasons of the fluctuation shown in the original dataset? I.e., why it is not increasing as the number of neighbours increases? Also why would the RMSE steadily increases as the number of neighbours increases?

Other Could you give a more explicit explanation on the figure “Architecture overview of Integration Recommendation System”? More specifically, what do the arrows mean? What are the input/output of each part? Thanks again for your page.

Bests,

Yu Yan

YuYan1 (talk)08:42, 21 April 2016

Hi Yu,

Thank you for your time for viewing my paper.

For the background part, I have already inserted corresponding pictures to illustrate the meaning.

For the RMSE, I previously had the wrong result because during the coding process, I miscoded the column and row for their sparse matrix calculation so that the respective row are multiplied with respective row and resulted the wrong answer. However, I have already debugged it and rerun the experiement. The RMSE for the integrated one is better as you can see on the page as well as during today's presentation. For the reason why RMSE increase along with the neighbour, I think it is because the more neighbour you have, the more content you have. However, the matrix will become increasingly sparse. And when the postive accuracy of more content is counter-balanced by the negative content effect: so called the sparse matrix effect, then you will have worse RMSE.

Regarding the "Architecture overview of Integration Recommendation System", it is a just flow chart and you can refer to the system overview to get a better understanding for the whole system. I should update this workflow because I have already changed the overview already. I combined both training and testing together to feed the final collaborative filtering in a unified matrix.

Regards Arthur

BaoSun (talk)06:48, 22 April 2016