Building a recommendation system using deep learning

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

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

  • @ramonsantiago4573
    @ramonsantiago4573 2 года назад +21

    Question: Instead of splitting your data into parts (train/validation) why didn't you create a user - items matrix and then mask some values for the validation?

    • @sumitvaise5452
      @sumitvaise5452 6 месяцев назад

      Copied:
      Consider using the user-items matrix with masking if:
      Your primary data source is implicit feedback
      Temporal order of recommendations is crucial
      You are interested in matrix factorization techniques
      Traditional train/validation splitting might be better if:
      You have lots of explicit ratings
      Your matrix is extremely sparse
      Computational speed is a major priority

  • @kochasaito4628
    @kochasaito4628 3 года назад +8

    That is a very self-containing talk, thanks Abhishek!

  • @adityabothra6678
    @adityabothra6678 Год назад +5

    Hi Abhishek, can you do a testing and deployment series of ML/DL models. I really wanted to get that insight and love the content. I have learnt a lot from your videos and live sessions

    • @sanjay.r4360
      @sanjay.r4360 Год назад

      bro you have this dataset now.please give github link

  • @shauryavardhansingh7917
    @shauryavardhansingh7917 3 года назад +21

    😢😢 going to copy this and show off in my college

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

    Good job Abhishek, your videos are so relaxing to watch and learn!

  • @AdityaJha1
    @AdityaJha1 3 года назад +7

    Hey Abhishek, great stuff, eagerly waiting your best ____ competition to learn from (begginer/advanced) series.
    Thank you for your content, it is always something interesting and helpful to me

  • @002vaishnavichavan5
    @002vaishnavichavan5 Год назад +1

    How to integrate this with a website development like django or any other

  • @АндрейКараулов-э4ф
    @АндрейКараулов-э4ф 3 года назад +2

    Thank you very much for the helpful giude! Pls make a video about how to get recommended movies by user ID using this model ) kinda stuck with it

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

    what a time to be alive

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

    Hi. Still strange how it run w/o the torch import as well as without self.optimizer arg in fetch_scheduler(). You didn't define self.optimizer anywhere. Unless tez is taking care of it or something.

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

    Im a bit green as far as OOP is concerned. In the MovieDataSet class, in the 3rd function _getitem_, I didn't understand what you are doing. Can you please explain?

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

    please can you share link of flask deployment video.im unable to find it

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

    nice sir. Question: I have created model based CF and predicted the values. How can i recommend items to new user using this model?

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

    Hi Abhishek, The video was very informative can you please upload part 2 of it soon. Thanks 😇

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

    I am not able to find the dataset on kaggle that abhishek showed in video. Can someone post the link of dataset ?

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

      www.kaggle.com/c/predict-movie-ratings/
      It can only be downloaded by kaggle api

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

      Can you provide downloadable link, I'm can't able to create kaggle api

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

      @@abhishekkrthakur Still getting 403 - Forbidden error by using kaggle api

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

      i downloaded it yesterday using api yesterday and it worked fine. did you set up ur api key?

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

      @@abhishekkrthakur yes just download the kaggle.json file and try to download on collab.
      after resolving other errors still got 403 forbidden.

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

    Thanks, looking forward for deploying part.

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

    But how do you input a movie name and then get recommendations based on it??

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

    Hello do you have any video on binary or multiclass semantic segmentation

  • @Deepakkumar-sn6tr
    @Deepakkumar-sn6tr 3 года назад

    great video!!...looking forward to a video on the transformer recommender

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

    Another amazing video. Many thanks, Abhishek!

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

    hey Abhishek why don't you use autocomplete

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

    hi @Abhishek Thakur, you had a video last time on how to approach classification i think and the different types of classification. Can you link the video in which you talk about that? I cant seem to find it anymore. Thanks for all these videos by the way!!!

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

    Great stuff,but unable to find code stuff on github

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

    it looks good video , but i was waiting for test it and show us the recommend item for user !

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

    Could someone tell me the interface he's using, It looked like VS Code but immediately got some jupyter lab environment. Is it some kind of remote setup in the browser?

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

    Hello,
    What software do you use for making videos? I would like to know how can I make a screencapture with me in the corner. Thanks in advance!

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

    That was very informative. Thanks

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

    Can you please tell how to install tez. do we need to clone it from your repo and then run the install command. As for me git install tez is not working. Please reply at the earliest

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

    Nice one Abhishek! Was wondering how would you handle the cold start problem with this, does this only allow for users seen before in the training set ?

    • @abhishekkrthakur
      @abhishekkrthakur  3 года назад +6

      cold-start is always a problem with recommenders. a simple way to handle this would be to show the most popular items. if there are some known user characteristics, you can find the most similar user and then most popular items., or random items :)

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

    Thanks for all your hard work on the videos. Question: Can I live with Keras or should I move to PyTorch?

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

    hi can you please specify how after training the model, one can find say 20 recommendations for each user. Do we do that using two loops where we predict the rating for each user and for each item and then, pick top max rating?? Please specify

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

    Awesome video as always. Thanks man!

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

    Once again a very informative concise video.

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

    Sir,can we use this to design a system for tourism purpose.!!!!!!!

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

    so how to use this movie recommendation ?

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

    Do you use any chrome extension for inverting colors of web pages? Looks good.

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

    Can anyone help me with where to train this model or where did sir did it? It's my first model.

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

    Hi Abhishek, a big fan. Could you please upload a video on 'Extracting text from structured images (Form-Like) using graphCNN (or other algorithms)' please? I read a lot and couldn't find a clear cut explanation anywhere.

  • @huynguyen-qz8fq
    @huynguyen-qz8fq 3 года назад

    Thanks man but i did flow the video but i can't import tez. Can you help me?

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

    Hello, Abhishek. Great video as always. Can you please do a video on the recsys challenge from Spotify?

  • @Magma-uw7yo
    @Magma-uw7yo 3 года назад

    I don't know how to install pandas, it say "Import "pandas" could not be resolved from source Pylance". I don't find a solution

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

      you can install pandas using pip. but for now, i would recommend you to use the environment in kaggle notebooks. we will talk about custom libraries in a few days!

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

    Please how can I use the same code to build for Amazon product

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

    Can you suggest a way of selecting a model with low inference time and high accuracy.

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

    sir do you have the implementation of artificial immune system algorithms?

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

    How to shuffle data randomly after each epoch?

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

    How much u charge for making a video recommendation system for Android app?

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

    What can we do,if we have data in form of strings?

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

    Can you explain difference bw tensorflow vs pytorch, which will be better ?

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

    What algorithm do you use?

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

    Note to self: Could measuring the time for a step indicate if work is done? Calculating a better function should require more work more time. Time is cold or constant heat since there is no build up.

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

    When I download tez and import it .. I get this error :
    module 'torch.optim.lr_scheduler' has no attribute 'SAVE_STATE_WARNING

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

    What if we want to train on multidimensional data??

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

    Is that possible to build a recommendation system based on implicit feedback using CNN?

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

    Very helpful video😊

  • @karthikb.s.k.4486
    @karthikb.s.k.4486 3 года назад

    Can you please cover any kaggle problem with classification examples having both train and test csv files as an example. I bought your book and it very good. Thank you 🙏

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

    Sir could you make a video on Information extraction from documents.

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

    Can you please share the link for dataset

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

    How can I get Github link of the code explained in the video?

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

    Thanks man , good video.

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

    Cool stuff, thanks for sharing!

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

    Thank you very much ...

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

    Plz make vd on multi label news classification using deep learning

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

    Hi, could someone explain why we're using nn.Embedding ?

  • @Suraj-rb8kf
    @Suraj-rb8kf 3 года назад

    How about starting a regular coding live stream on twitch or on youtube itself? (much like George hotz and tourist's stream; casual interaction over your fun projects like these) Please give it a thought.

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

    Can you help me with recommendation system for blogs!!! Plz

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

    Could you please send me fashion recommendation system idea if u have near you??

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

    Thank you very for this tutorial. Can you tell me which IDE you use?

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

    Hello sir
    I m working on Graph convolutional neural network for recommendation system can you help me out with improving it by latent factor models

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

    But doesn't adding new users or movies break the system?

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

      yep, CF doesn't solve cold start problem

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

    thanks for your content! Can you tell me how to export file csv which has min RMSE? Thanks!

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

    this stratify parameter in train_test_split doesn't work for me in multi labels and it throws error saying found one class but needs atleast two...my labels were 25k...so what i did for my project is reduce the labels to consider atleast more 200 times (arbitrary) present in dataset and it reduces to 300+ labels and then use third party stratification library to distribute labels properly and it works... don't know why scikit learn stratify don't work for me...

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

      stratify does not work for multi label :)

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

      @@abhishekkrthakur 😔

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

      use iterstrat instead

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

      @@abhishekkrthakur That's what i used and results were amazing...find it from kaggle post after long time

  • @55535y
    @55535y 3 года назад

    Where is the next video

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

    Hello! Thanks for the great videos, they are very helpful. May I ask how to avoid overfitting the training set when creating entity embeddings in DNN? I just tried extracting the embeddings for a lightgbm and actually reduces my score on test.

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

    got any error while importing Tez
    ModuleNotFoundError: No module named 'psutil'

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

    Awesome sir

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

    Can we have a video on malaria detection using machine learning

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

    thanks. man.

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

    love u from algeria

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

    can you share the code please, thanks

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

    Abhishek, thank you very much for what you are doing. Can you please do multilable classification using BERT?

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

    Great vid! Can you add the predict function also?

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

    wowwww this is neat

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

    Code?

  •  3 года назад

    Hi, Abhi

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

    👌🤟

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

    ❤️❤️