Model Based Collaborative filtering in Python | collaborative filtering in python

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

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

  • @dev5289
    @dev5289 2 года назад +1

    thanks a lot. Please do a complete python tutorial for hybrid recommender system

  • @nikhilgupta4859
    @nikhilgupta4859 3 года назад +1

    gajab!!

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

    Good one

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

    Hello Sir, great video! I loved the actual code part and how you showed us a real world example! Thank you!

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

    very nice and simple explanation. good work

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

      Thanks for liking Harjeet. Happy Learning. Stay Safe. Tc

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

    Wow Sir , amazingly explained . Thanks for this

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

      You are most welcome Shikha. Happy new year to you and your family.

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

    Awesome video, clear explanations.
    Couple questions.
    1) Is SVD implementation different from what we call Matrix Factorisation in recommender systems?
    2) You mentioned KNN is also model based. I'm wondering if KNN can also be considered as collaborative filtering (item/user based) if we simply use distance measures like cosine to fine similar neighbours and recommend accordingly. In KNN we don't really 'fit' the data, we calculate the distances at runtime, so wonder if we should call that the model approach or colab one.

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

      I think it memory based not model based

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

    Very Well explained .

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

    Thanks a lot sir. Very well explained.

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

    I'm grateful

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

    Very nice Aman

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

    Thank you for all ur efforts. Can you pls create a video using Nearest neighbour technique pls.

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

    Hi can we use this model in RUclips videos data set recommendation system on the basis of taking highest views as a target variable??

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

    Hello, can you do a video for multi criteria rating model based collaborative filtering?

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

    Hello sir , I have a product dataset which contains columns user_id , order_values and product_category , what I want is , I have to create model which will predict top3 products for each user_id . I want final output as CSV file with two columns user_ID and top3_predict. ....can you guide me to do this problem? how I should do this?

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

    Nice explanation sir. surprise package is not installing in my system. I'm using 'pip install scikit-surprise'. But it not working. Please help sir

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

    Hi... There is no video for content based filtering... Can you please upload soon?

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

      Hi Saurabh, I have created video on this topic, please watch here:
      ruclips.net/video/_2nES58GEHM/видео.html
      Also you can watch these for wider understanding:
      ruclips.net/video/pGt4XMtyWm0/видео.html
      ruclips.net/video/5n7Z15lihcc/видео.html

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

      @@UnfoldDataScience The videos that you shared are not on 'Content based filtering'.. but they are on 'item based collaborative filtering '. Can you please check again?

  • @jaspreetarora6760
    @jaspreetarora6760 Год назад

    Can we do collaborative filtering without reviews?

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

    Hello sir,
    Hope you're fine.
    I very appreciate the video, such an amaizing explanition!
    I'm a student and I'm trying to build a model based recommender system and I want to use different algorithms such as knn, naive bayes ..etc.
    Can U post a video on how to build such a type of recommender with KNN and NAIVE BAYES..
    N.B: or just lead me to articles or github repositories that treat this
    Thank U in advance.

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

      Hi Khadija, I can help u out with some bandwidth. Please write me an email with details.

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

      @@UnfoldDataScience Okkeey, thank U sir.

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

    post video wrt knn based recommendation

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

    Hey there are no codes in your drive for model based collaborative filtering how can someone access it