help! How to create a movie recomendation algorithm? C languange | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!

20th Jun 2018, 8:26 PM
Lucy Lucy
Lucy Lucy - avatar
5 Answers
+ 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.
20th Jun 2018, 9:05 PM
Ahri Fox
Ahri Fox - avatar
+ 4
Ahri Fox makes sense.i just assumed getting the category the movie belonged to was impossible.. idk anything bout ai
20th Jun 2018, 9:35 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 2
try machine learning
20th Jun 2018, 8:31 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
I would use for loops. if someone like +1.
21st Jun 2018, 2:50 AM
[No Name]
[No Name] - avatar
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 .
21st Jun 2018, 2:30 PM
Rational Agent