TensorFlow 2.0 Tutorial for Beginners 17 - IMDB Review Classification using RNN - LSTM

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 14

  • @lupitariveratorruco5852
    @lupitariveratorruco5852 2 роки тому

    Thank you for this video, I came from Udemy... I would like to know how to implement RNNs and LSTM on multilabel models. I'm working with NLP, I saw the multilabel with CNN in images but I would like to see one explained for text data before jumping to advanced videos.

  • @7justfun
    @7justfun 4 роки тому

    In your understanding what does input_shape = (X_train.shape[1],) do ? Does it set up X_train.shape[1] neurons in the 1st input layer ?

  • @fattiger5953
    @fattiger5953 4 роки тому

    If I already vectorized the text data into a 300 dim vector (Word2Vec Google 300), do I still need the embedding layer?

    • @KGPTalkie
      @KGPTalkie  4 роки тому +1

      No. Then you don't need it.

  • @7justfun
    @7justfun 4 роки тому

    Thank you ... Can you do a document classification(long text) video using BERT .

    • @KGPTalkie
      @KGPTalkie  4 роки тому

      Thanks for watching. I would try for sure.

  • @reemal-saleh6664
    @reemal-saleh6664 4 роки тому

    what if I have 3 classes: positive, negative, and neutral?

  • @prakashkafle454
    @prakashkafle454 3 роки тому

    How to modify for multi class

  • @tanaygupta632
    @tanaygupta632 4 роки тому

    Bro please make a full video from preprocessing data to hypertuning our rnn-lstm model

  • @jyothiponduru1296
    @jyothiponduru1296 4 роки тому

    Bro, do videos on churn prediction ml

  • @hardikvegad3508
    @hardikvegad3508 3 роки тому

    Sir can you please help me with ( How to add multiple LSTM layers for a classification task )...Just give me a code snippet and it would be very helpful Thank you

  • @post2seth
    @post2seth 4 роки тому

    As a beginner can you guide me where can i start so i can understand the teaching more accurately?

    • @KGPTalkie
      @KGPTalkie  4 роки тому

      Please start from lesson one.