Building a Movie Recommendation system | K-Nearest Neighbors | Machine Learning

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 32

  • @AbdulHannan-zc2ti
    @AbdulHannan-zc2ti Год назад

    It couldn't be more straightforward and easier but with your explanation, great work!

  • @adebayoogunmoriyele5497
    @adebayoogunmoriyele5497 2 года назад

    Nice video. my concern is how do we check the accuracy/RMSE

  • @tanyaezra7267
    @tanyaezra7267 3 года назад

    Hi, while you are trying not to present the recommendation of 'toy story' itself, by adding: print(df_movies['title'][i].where(i!=idx))
    you still have that in the first line as NaN

  • @archanarg9773
    @archanarg9773 4 года назад +1

    while running pivot, i am getting index error..how to solve that

  • @NavjotKaur-yk9ng
    @NavjotKaur-yk9ng 3 года назад +4

    Nice explanation, could you please suggest a way to check the accuracy of this model? I implemented a similar model, but do not get how to show model accuracy/RMSE.

  • @princerana8185
    @princerana8185 4 года назад +1

    sir how to build user based collaborative recommendation using knn?

  • @thanhluannguyen684
    @thanhluannguyen684 3 года назад

    What algorithm do you use?

  • @somalasrestha1283
    @somalasrestha1283 3 года назад

    hey thanks for the great video!
    can you please help me out with how to display the ratings of the movies along with the names??

  • @lydiayounsi3093
    @lydiayounsi3093 4 года назад

    Nice video, i would like to predict the ratings of the movies as well, how can i proceed ?

  • @ashishshrestha2275
    @ashishshrestha2275 3 года назад

    hello sir, is this item-item collaborative filtering if yes then can you make a video about user-user filtering?

  • @bivekpokhrel9822
    @bivekpokhrel9822 2 года назад

    Hello sir?
    Is this done by euclidean distance or by cosine similarity?

  • @crahul4144
    @crahul4144 3 года назад

    Could someone tell me how to save this model in pickle or joblib

  • @kunalbhatt4183
    @kunalbhatt4183 2 года назад

    Do you make paid projects too ?

  • @arunudoyburagohain4664
    @arunudoyburagohain4664 4 года назад

    Very well explained!

  • @gururaja5393
    @gururaja5393 4 года назад

    Sir, how to build recommendation system based on dataset that has no numerical values. I mean the dataset contains [user_id, post_id, post_type], so that using this dataset we have to recommend similar post for the user

    • @WennovationAcademy
      @WennovationAcademy  4 года назад +1

      Hey Guru Raja, that's an interesting question, such recommendations are usually made by content-based filtering which means you need a way to calculate similarity of the selected post(text) with all the other posts, one method used in such scenarios is to compute the term-frequency vectors of the posts and obtain the cosine similarity of those vectors, based on which recommendations can be made, hopefully this helps !

    • @gururaja5393
      @gururaja5393 4 года назад

      Thank you sir, for your response. I will definitely recommend this channel to all my friends.🙂

    • @amazing-graceolutomilayo5041
      @amazing-graceolutomilayo5041 4 года назад

      Have you been able to build this. I am having the same issues and I don't know how to go about it.

  • @shreyaspuranik9807
    @shreyaspuranik9807 4 года назад

    Is there any procedure to evaluate this model?

  • @archanarg9773
    @archanarg9773 4 года назад +1

    sir how to install fuzzywuzzy

  • @PeterAttipoe3
    @PeterAttipoe3 4 года назад +1

    Great Video Brother :))

    • @WennovationAcademy
      @WennovationAcademy  4 года назад

      Thanks alot brother, stay tuned for more :)

    • @PeterAttipoe3
      @PeterAttipoe3 4 года назад +1

      By the Ritik here,
      We met few days ago in NED after the event

    • @PeterAttipoe3
      @PeterAttipoe3 4 года назад

      Bro your content and your accent are so awesome.
      Great keep it up

  • @ukakkad2010
    @ukakkad2010 3 года назад

    I'm getting a key error here