+ 4
help! How to create a movie recomendation algorithm? C languange
hi. I have this project at the university and we have to do in C a program which an user can submit movies that he'd watched and I can not figure out how to develop an algorithm which perform movie recomendation. sorry for my poor English. thanks!
5 Antworten
+ 10
Machine learning is too complex to do for a simple university project.
I reccomend having tags, like the movie genre. So if someone likes a horror film, it'll reccomend more films with the horror tag.
+ 4
Ahri Fox makes sense.i just assumed getting the category the movie belonged to was impossible..
idk anything bout ai
+ 2
try machine learning
+ 1
I would use for loops. if someone like +1.
0
if you have more than one user or have the time to make the data set yourself you could make a function that groups movies together based off of each users likes then when someone watches a movie you could recommend the next movie they haven't seen that was liked by a similar (similar likes) user .