Tutorial 5- Content Based Recommendation System

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024
  • In this video, we will learn about the Content based Recommender Systems. This type of recommender system is dependent on the inputs provided by the user. Some of the typical examples of content based filtering are Google, Wikipedia etc. Let’s start by getting an intuition of what these recommenders do. When you search a group of keywords, the most basic idea will be to show all the items containing those keywords
    Connect with me here:
    Twitter: / krishnaik06
    Facebook: / krishnaik06
    instagram: / krishnaik06

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

  • @anujsaboo7081
    @anujsaboo7081 4 года назад +22

    The diagram for collaborative filtering is what seems to match with your explanation of Content Based Systems at the starting of the video. Is the explanation correct?

  • @sidexplores
    @sidexplores 2 месяца назад

    This is such great stuff! Happy I came across your channel

  • @anujsaboo7081
    @anujsaboo7081 4 года назад +4

    In the above video, you have used Sigmoid Function to squish values into [0,1]. We know that Pearson would range the values from [-1,1]. So can we use any, or is there some logic behind choosing one of the above?

  • @aleksahadzic9302
    @aleksahadzic9302 7 месяцев назад

    Thanks for this. My dataset has tv shows and i have decided to use it for my recommendation algorhitm. I am planning to convert the tv show description to vectors and then recommend based on the distance to other shows

  • @kacharlabhargav21
    @kacharlabhargav21 4 года назад +6

    Your explanation at the start is about collaborative filtering

  • @virendrapatil73
    @virendrapatil73 3 года назад +3

    Hello Krish sir,
    the explanation you gave for content based filtering is actually working of collaborative filtering.....I read it on google... Is it the case?

    • @mohamedaminelazreg3157
      @mohamedaminelazreg3157 3 года назад +2

      Actually yes, he explained the CF approach , I dunno why he said that it was CB

  • @etietopudofia818
    @etietopudofia818 3 месяца назад

    Thank you so much for your explanation..

  • @SatyamShivam_01
    @SatyamShivam_01 3 года назад +2

    which algorithm is actually being used in this content based filtering 🤔???

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

    All your videos are very clear and easy to understand, Thank you! waiting eagerly for your NLP playlist!!!!

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

    Hi krish, nice and clear video but only one concern. How you are doing similarity of vectors that were based out of count vectorizer system which doesn't include semantic meaning?? Does this recommendation worth showing output with relevancy??

  • @hardishah3188
    @hardishah3188 Год назад +1

    how can i make a fastapi of this model? I have also watched ur fastapi wala tutorial, but still have errors

  • @YT-yt-yt-3
    @YT-yt-yt-3 3 года назад +4

    With all due respect, you ended up explaining collaborative filtering while you intended to explain content based filtering. Content based filtering works without other user interaction. Perhaps you could add a note in the video.

  • @channadissanayaka6450
    @channadissanayaka6450 4 дня назад

    Thank you sir

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

    Great video, I learned a lot. Thank you.

  • @syedfaizan4416
    @syedfaizan4416 5 лет назад

    Outstandingly Explained!

  • @sorvex9
    @sorvex9 3 года назад +2

    How do I make a content-based recommender with online learning? The problem with this method is, that you have to reconstruct a TFIDF matrix every time a new word needs to get added to vocabulary.

  • @SumanKumari-cn3wo
    @SumanKumari-cn3wo 4 дня назад

    Hello sir, in which line the ml modal code is written for this recommendation system?

  • @abhayvashokan5580
    @abhayvashokan5580 3 года назад +3

    In ln [46] of the jupyter notebook (displaying sig[0]), the first value should be 1 right (relation between the description of movie 1 and movie 1)?

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

    amazing job brother ! keep posting these kind of videos

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

    Hi Krish,
    I just can't seem to find your NLP playlist. Could you please help me with that?

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

    Sir please make videos on MATRIX FACTORISATION, NMF, SVD AND LDA FOR TOPIC MODELLING

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

    Good job sir

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

    In my case the Sparse matrix formed after Tfidf is too large and when I compute cosine similarity on it, its giving me memory error. Any idea on how to solve it?

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

    Amazing

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

    Thanks Krish

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

    Hi, if this method is applied on a larger dataset, "nnz of the result is too large" will occur. Any workaround for this? Thanks

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

      I am also facing same problem. if any solution please share. thank you

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

    The video is very rushed, without clear explanation of why description was chosen for recommendation

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

    thank you sir!

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

    Sir, Can we train our model on genres instead of overview?

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

    Sir, your NLP playlist is not available to the public. Can, u please make it public. So, that we can learn the NLP concepts.

    • @krishnaik06
      @krishnaik06  4 года назад +2

      Hi @Rajat I am rewamping by NLP playlist...there also some mistakes which I want to rectify..so it will be uploaded soon

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

    can you please explain matrix factorization(SVD)?

  • @piyushpawar75
    @piyushpawar75 9 месяцев назад

    I got an error list object is not callable

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

    sigmoid_kernel is really heavy process , is there any better way ?

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

    can you upload content based recommendation system for e-commerce website like amazon?

  • @pushpendudas3372
    @pushpendudas3372 5 лет назад +3

    May I get the code.

    • @shivanireddy4701
      @shivanireddy4701 4 года назад +2

      github.com/krishnaik06/Recommendation_complete_tutorial/blob/master/Content%20Based%20Recommendation%20Engines%20using%20Python.ipynb

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

    How can I check it for a new data point??

  • @HimanshuGupta-hc5qt
    @HimanshuGupta-hc5qt Год назад

    How could i get the code for this project

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

    sir please share source code

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

    please , provide code link

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

    Gui please

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

    Does anyone know which loss function we use for recommender system?