Emoji Prediction | LSTM in Tensorflow | Implementation

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Do you struggle finding the right emoji at right time? Why don't we make an ML model to suggest us the emoji while typing?
    In this video, we will make Emoji Prediction in Tensorflow. The main aim of this video, is help you understand how to use LSTM in Tensorflow and also to use Word Embeddings. This video will teach you implementing LSTM in Tensorflow, RNN in Tensorflow, and Word Embeddings in Python.
    I covered the working details of LSTM in my previous video, which you can find here: • LSTM Recurrent Neural ...
    Also, the detailed explanation of word embeddings can be found here: • Word Embedding Python ...
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    📕 Complete Code and Dataset: github.com/Coding-Lane/Emojif...
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    Timestamps:
    0:00 Intro
    1:23 Video overview
    2:37 LSTM in Tensorflow
    23:57 Making predictions
    27:08 End
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    Follow my entire playlist on Recurrent Neural Network (RNN) :
    📕 RNN Playlist: • What is Recurrent Neur...
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    ✔ CNN Playlist: • What is CNN in deep le...
    ✔ Complete Neural Network: • How Neural Networks wo...
    ✔ Complete Logistic Regression Playlist: • Logistic Regression Ma...
    ✔ Complete Linear Regression Playlist: • What is Linear Regress...
    ➖➖➖➖➖➖➖➖➖➖➖➖➖➖➖
    If you want to ride on the Lane of Machine Learning, then Subscribe ▶ to my channel here: / @codinglane

Komentáře • 23

  • @luisrperaza
    @luisrperaza Před 5 měsíci

    Thank you for the series! I watched all of it. Cheers

  • @atreyanagal2790
    @atreyanagal2790 Před rokem +1

    Awesome teaching, thank you 🙌

  • @wasm79
    @wasm79 Před 2 lety +5

    You are so amazing. Just a small suggestion, after finishing the code, just return back to the beginning of it and while moving through it give a brief explanation of what you have done. 👍

    • @CodingLane
      @CodingLane  Před rokem +1

      Thanks for this valuable suggestion. Will surely implement this from my next videos.

  • @anshmundra02
    @anshmundra02 Před 3 měsíci

    Thank you so much

  • @doggydoggy578
    @doggydoggy578 Před rokem +1

    Lovely video, you are very smart and insightful sir

  • @user-pj9ue2ct8l
    @user-pj9ue2ct8l Před 5 měsíci

    Hi! i want to learn text detection from images using RNN. Please if you can help ???

  • @cacklouncle
    @cacklouncle Před 11 měsíci

    Aapne kaha tha Sequence learning problems mein normal ANN nahin use karte kyunki input different length ka hota hai, jo RNN hi handle kar sakte hain, then why are you padding

  • @brindhasenthilkumar7871
    @brindhasenthilkumar7871 Před 2 lety +1

    Can u make a vide to classify DNA sequences using deep learning

    • @CodingLane
      @CodingLane  Před 2 lety +2

      Thanks for the suggestion… I will look into it

  • @option4fun
    @option4fun Před rokem +1

    Please make more videos.. 🙏
    Long time not seen any new video

    • @CodingLane
      @CodingLane  Před rokem

      Hi Sudhir, thanks for taking the notice. I am going to upload a new video in just few days. Sorry for not uploading videos consistently. I create videos when I get some free time from my other work.

  • @jamaicaigot9335
    @jamaicaigot9335 Před rokem +1

    Thank you for the information, are you also in audea btw? I'd love to listen more of your contents

    • @CodingLane
      @CodingLane  Před rokem

      Hi, I am not in Audeo. But sure, will upload more videos. And glad you like my videos. 🙂

  • @kavyasingh8359
    @kavyasingh8359 Před rokem +2

    Dude it's a silly request but my professors are not good enough to teach me how to make rnn chatbot can you create a tutorial?

    • @CodingLane
      @CodingLane  Před rokem

      Yes, luckily, your request will be granted soon. My next video is gonna be just on that 😇

    • @akashpatil1730
      @akashpatil1730 Před rokem

      @@CodingLane Waiting eagerly

  • @harshsrivastava1662
    @harshsrivastava1662 Před rokem +1

    getting value error Ytrain=to_categorical(Y)

    • @saxenasiddharth6635
      @saxenasiddharth6635 Před rokem

      did you find any solution?

    • @_ShouravChy
      @_ShouravChy Před rokem

      just update the dataset by replacing ''ov2'' value with another int value on the Y

    • @aakarshmishra6066
      @aakarshmishra6066 Před rokem

      this is because, the to_categorical functions only accepts integer values but the list may contain some 'ov2' values , so we have to preprocess that before applying this function
      Y_integers = []
      for value in Y:
      try:
      Y_integers.append(int(value))
      except ValueError:
      pass
      Y_train = to_categorical(Y_integers)

  • @alidakhil3554
    @alidakhil3554 Před 2 lety +1

    I asked you to contact you for business work