Twitter Sentiment Analysis Tutorial in Python w/ GloVe Word Embedding Vectors & LSTM Neural Networks

Поделиться
HTML-код
  • Опубликовано: 17 фев 2022
  • In this video we implement a Twitter sentiment analysis model using GloVe Word Embeddings & Natural Language Processing in Python. We'll create an LSTM neural network to get the job done, in just 20 minutes!
    Link to the Colab notebook: colab.research.google.com/dri...
    Thank you for watching the video! You can learn data science FASTER at mlnow.ai!
    Master Python at mlnow.ai/course-material/python/!
    Learn SQL & Relational Databases at mlnow.ai/course-material/sql/!
    Learn NumPy, Pandas, and Python for Data Science at mlnow.ai/course-material/data...!
    Become a Machine Learning Expert at mlnow.ai/course-material/ml/!
    Don't forget to subscribe if you enjoyed the video :D

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

  • @GregHogg
    @GregHogg  11 месяцев назад

    Take my courses at mlnow.ai/!

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

    Really helpful and I appreciate the fact that it's straight to the facts. Thank you so much !

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

      You're very welcome!

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

    Really helpful video. Thank you very much for making this amazing video @Greg Hogg !!

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

      Sorry for the late reply - you're very welcome :)

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

    Great Video! Thanks! :)

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

      Thank you, you're very welcome Mike!

  • @qandos-nour
    @qandos-nour Год назад

    Very great explanation, thank you very much

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

      I'm super glad to hear that, you're very welcome 😁😁

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

    Thank you, my friend

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

      You're very welcome my friend

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

    Awesome 🤩

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

    Massa!

  • @vulet_2538
    @vulet_2538 11 месяцев назад

    hello, thank you so much but in this line : X_train, y_train = df_to_X_y(train_df) i got the erorr: ValueError: invalid literal for int() with base 10: 'Label' why?!

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

    hi, do you have any suggestions on how to tune up the performance of this model?

  • @user-jr9eu7gm9n
    @user-jr9eu7gm9n 9 месяцев назад

    Hi Greg! Thank you for taking this video! I am new in this field and I learn a lot from this video since it is really great. But I still have questions about it. What if I wonder do bidirectional lstm? How could I modify the model? I find that we could define 'bidirectional=True' by using pytorch but I have no idea when using tensorflow.keras. It would be highly appreciated!!

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

    Hey Greg, could you possibly give me some tips on how to improve the accuracy of this model that you wrote, please? It would be highly appreciated.

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

      Definitely a more state of the art language model would help tremendously

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

    noice

  • @raviankitaava
    @raviankitaava 2 года назад +2

    But first, it would be great if you can have a tutorial on how to extract twitter datasets from their site itself and save them into .csv format.

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

      There's lots of other tutorials for that :)

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

      @@GregHogg but not able to explain clearly like you. Hence, would be great if you can provide tutorial where you can explain how to get data from Twitter and create query as well

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

      @@raviankitaava while I really really appreciate the sentiment, I'm advising you I probably won't be making this tutorial anytime soon.

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

      @@GregHogg i found you on facebook group where you posted it. i am happy you did great job but , I have a suggestion and that is you should present some other tutorials too like what he is asking please do that. it will help us and we will be with you to support you.

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

      @@TechMimicryZone great thank you!

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

    Hi, Can you make tutorial on unknown people recognition using Siamese network and facenet and track their location on multiple cameras?

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

      Uhh pretty complicated... Maybe in the future? Not anytime soon unfortunately

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

    This does not work. I'm testing this with some basic new inputs, and it fails a lot

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

      Darn they must have changed something

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

    vq4lle
    ruclips.net/p/PLUgaESJcoS1AbePnjzQ1nJbnC9sJl4YtC

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

    Great video, enjoyed learning!
    For padding the input sequences after plotting the histogram and getting max_length, could we do -
    from keras.preprocessing.sequence import pad_sequences
    X_train_pad = pad_sequences(X_train_seq, maxlen=max_length)
    X_test_pad = pad_sequences(X_test_seq, maxlen=max_length)

  • @SACHINKUMAR-px8kq
    @SACHINKUMAR-px8kq 2 года назад

    thank you so much sir ..love from india @Greg hogg