There are many articles in the website database, all of which are tagged with relevant tags. When the user registers, the user will be asked to choose the tag he likes, and then use the cosine similarity algorithm to calculate and recommend it to him on the homepage, but this way every time he visits It will be recalculated once. How to design the database to save recommendations to users?
There are many articles in the website database, all of which are tagged with relevant tags. When the user registers, the user will be asked to choose the tag he likes, and then use the cosine similarity algorithm to calculate and recommend it to him on the homepage, but this way every time he visits It will be recalculated once. How to design the database to save recommendations to users?
Separate tags with commas, merge them into strings, and save them~