244 - What are embedding layers in keras?

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

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

  • @DataTranslator
    @DataTranslator Год назад +4

    I am glad you clarified that the numbers show in the embedding are just the initial values and that we need to train the model to get the optimized embeddings

  • @payalkundu8492
    @payalkundu8492 2 года назад +8

    combination of intution + technical explanation in each video helping me alot to understand NN and solve my project,thank you for all these videos,feeling is quite similar to binge watching series,watching 3-4 videos at minimum/day

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

      Glad to hear that. I like the binge watching part. The last time I binge watched something was during the Christmas break. I watched Squid Game, time well spent :)

  • @jayp9158
    @jayp9158 Год назад +3

    Hands down one of the best explanations that I've seen not only for Embeddings, but for Machine Learning stuff. Thanks for this, I just subscribed.

  • @joafin19
    @joafin19 Год назад +2

    I did not know what vector meant at first but after finishing the video through example code, it became clear. Thank you.

    • @MARTIN-101
      @MARTIN-101 10 месяцев назад

      by vector he means an array.

  • @firasbaklouti4017
    @firasbaklouti4017 2 года назад +5

    Hello Prof. Sreeni, just wanted to say thanks for taking the time to make videos to explain concepts and going through practical examples to see how the methods are used.

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

    Perfect time of the video, I just started document classifying using Keras, I watched this video to understand embedding layers. Thank you.

  • @user-up5yw5zh5t
    @user-up5yw5zh5t Год назад +2

    both technical and theoritical is well explained, thank you sir

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

    One good example of word embedding is the code RGB of colors.
    Black = (0, 0, 0) ; Red =(255, 0, 0) ; Maroon =(128, 0, 0); Yellow=(255, 255, 0) etc...

    • @MARTIN-101
      @MARTIN-101 10 месяцев назад

      how so, what is the relation between rgb and embeddings ?

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

    Such a great job! Appreciate the quality of your videos!

  • @taha3871
    @taha3871 Год назад +3

    Great work, basic explanation of the concept! It genuinely helped me, but I wish you also talked about Collaborative Filtering Based Recommender Systems. With that, it might have been super helpful for my project, but thanks anyway!

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

    thank you so much for wonderful explaination. i always wonder about numbers assigned to each vector that how they are assigned, today i am clarified by watch this tutorial. Good job.

  • @zahidinfovlog2419
    @zahidinfovlog2419 Год назад +3

    Hello professor,
    First i would like to thank you for the nice explanation. Actually in my project i want to use Keras Embedding Layer for the vectorization and i have to prove the committee that it can be a better option than the traditional methods such as one hot, Bag of words and TFIDF. I have tried too much to find a research paper on it that i can mention in my literature review but unfortunately i am unable to find. Please help me in this situation. I am very confused.
    Pleaee reply as soon as possible.
    Thanks

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

    Precise and Great Explanation

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

    Very helpful. Thanks!

  • @adachoudhry5523
    @adachoudhry5523 11 месяцев назад +1

    This was really helpful! Thanks:)

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

    input_length should be set to 6 or the number of words in the input vector should be decreased to 5 else it will throw error.

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

    Great explanation! Thank you!

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

    thanks for the explanation

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

    I want just to know how can I use embedding in machine learning models such as gradient boosting classifier or something like that?
    Any help please

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

    Hi, thank you so much for this video. Is it possible to also use conditional GAN if the additional parameter is unbounded? For instance, is it possible to use conditional GAN to generate an circle image and the additional information is the radius (because the radius can be any value)?

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

    Could u also include code for converting words to integers instead of taking array of integers directly?? Like how to build vocabulary and assign integers to words?

  • @cplusplus-python
    @cplusplus-python 2 года назад +1

    Dear Professor, How we can get involved with data preparation? Lets say customized dataset for c-GAN. I mean is there any way we could get in touch? no more CIFAR-10 or MNIST.

  • @StevenSmith68828
    @StevenSmith68828 10 месяцев назад

    I’m getting a little too deep with this. So I’m making a model that takes in y finance data to predict a price I was successful in creating a CNN for time series forecasting. I ran into a problem where my CNN MSE was not improving so I looked into a gated architecture I’m TRYING to create a variation of a ResNET where the convolution layer uses 1D Convolution and wanted it to feed Historical data with categories and data. Would this layer be added in conjunction with numerical data or maybe a separate branch.

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

    very nicely explained

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

    Thank this tutorial is very helpful us ,but is there spell checker for any language project?

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

    Thank you sir!

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

    Please cover capsule network

  • @elizabethm.j139
    @elizabethm.j139 2 года назад

    Dear sir, if my data looks like this then how to give embedding or how to feed a sequential model?
    3,3,1,1,1,1,1,1,1,6,6,6,2,16,16,16,8,8,8,8,8,2,4,4,4,4,1,1,1,1

    • @MARTIN-101
      @MARTIN-101 10 месяцев назад

      have you encoded the words with thier respect unique ID ?

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

    thank you, sir!!

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

    tell me more though

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

    can u tell me how to deploy this model on android device

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

      I've done a few videos on web deployment of trained models. Please watch my videos 268 to 271.

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

    But you never trained a model

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

    You are Great Sir, Love From KNOWLEDGE DOCTOR RUclips Channel.
    Wanna to connect you through mail.
    Thanks Advance