Hi,
I want to understand the way you generate the similar movies list? Searching for similar movies for Finding Nemo (2003) which is a family animation returns some very unexpected results like The Protector (2005) which is a crime thriller or Orphan (2009) which is horror thriller and many many others...
Is there a way to fix it?
Thanks!
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أكتوبر 22, 2012 في 11:24 صباحا
It's strictly based on plot keywords and all it uses it Solr's MoreLikeThis feature.
رد بواسطة Pavel
بتاريخ أكتوبر 22, 2012 في 11:53 صباحا
Clearly it works not so well.... Maybe its not one of the major components of the API but I think you should rethink it (maybe base it on genres and actors instead of keywords...). I'm trying to develop a prediction algorithm wich will recommend movies based on user ratings. The Similar feature is crucial part of this.
So what I'm actually asking is do you think you'll have time to deal with it?
رد بواسطة Travis Bell
بتاريخ أكتوبر 22, 2012 في 12:05 مساءا
I don't have any immediate plans on improving this. It is very low on my priority list.
رد بواسطة Pavel
بتاريخ أكتوبر 22, 2012 في 12:17 مساءا
Thanks anyway.
I said it before but I will say it again - you're doing incredible job!!
رد بواسطة Travis Bell
بتاريخ أكتوبر 22, 2012 في 12:23 مساءا
No problem. And thanks. I have many features to add still and am working on some higher priority issues. Cheers.
رد بواسطة LeiNaD_87
بتاريخ مايو 19, 2013 في 1:50 مساءا
I think the problem is the movie's keywords. We can solve the wrong film's relations writing better keywords and the same that other related movies. For example, The hobbit has "orc" but the lord of the rings has "orcs". If the algorithm uses the title's words as keywords, maybe it will be better.
Is there any guideline to write keywords?
However, great job and thank you!!