Live Day 2- Bag Of Words, TF-IDF, Word2Vec NLP And Quiz-5000Inr Give Away

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น •

  • @jatinnandwani6678
    @jatinnandwani6678 ปีที่แล้ว +11

    Thanks!

  • @sailakkshmi9840
    @sailakkshmi9840 10 หลายเดือนก่อน +17

    00:14 Day 2 agenda: NLP for machine learning and deep learning
    02:27 Discussing techniques for converting words to vectors
    07:16 Key NLP terminologies and their relevance.
    09:41 Understanding the concepts of corpus, documents, and vocabulary in NLP
    13:44 NLP Text Preprocessing Steps
    15:50 Focus on converting words into vectors.
    20:13 Document encoding using one hot encoding
    22:14 One hot encoded format for NLP.
    25:44 Sparse matrix and out of vocabulary in NLP
    27:36 Issues with out of vocabulary and sparse matrix
    31:20 Bag of Words and its application in NLP
    33:31 Stop words are generic and can be removed for efficient text analysis.
    37:23 Counting word occurrences in documents
    39:07 Binary Bag of Words simplifies word representation as 1 or 0.
    43:06 Bag of Words, TF-IDF, and Word2Vec have advantages but also come with disadvantages.
    45:00 Understanding the importance of word ordering in NLP
    48:40 Calculating cosine similarity between points
    50:24 Cosine similarity and its limitations
    54:37 N-grams represent combinations of features for text analysis.
    56:37 Explaining the concept of bigrams and trigrams in NLP.
    1:01:45 Demonstration of using NLTK for text processing
    1:04:52 Installing basic NLTK libraries for stemming and tokenization
    1:09:08 Using Porter Stemmer for word stemming
    1:11:13 Using regular expressions to clean the text for NLP analysis.
    1:15:08 Applying stemming and bag of words in NLP
    1:17:09 Stemming process using NLTK in NLP
    1:21:19 Explaining bag of words and index visualization
    1:23:20 Using binary bag of words and applying stop words in NLP
    1:28:45 Troubleshooting joining issues on Instagram and Mentimeter
    1:30:57 Live quiz participation and technical issues
    1:39:31 Text pre-processing techniques discussed in quiz
    1:41:57 Bigrams can be created from the sentence 'cat eat food'.
    1:47:28 Competition tight, final quiz question
    1:50:32 Transfer of quiz prize money and verification process

  • @hargovind2776
    @hargovind2776 2 ปีที่แล้ว +18

    Please don't stop adding videos to the playlist, its awesome 💌

  • @anuradhabalasubramanian9845
    @anuradhabalasubramanian9845 2 ปีที่แล้ว +4

    Hi Krish, Its a pleasure to watch your videos and learn the concepts .Please teach in your own pace and thanks so much for your great service .Keep up your good work!

  • @manjeerag868
    @manjeerag868 ปีที่แล้ว +2

    Can't imagine my masters without you. Can't thank you enough 🙏
    Don't know what to say. Out of the words which is a disadvantage in many techniques like OHE, BOW etc but this OOW is bcz of the advantage we are gaining from your sessions.

  • @ganps87269
    @ganps87269 2 ปีที่แล้ว +8

    @Krish Naik, please complete this session. Its a delight for us to learn for more than 2-3hrs of a single live session, if it is a possibility(I respect that it may be tiring for u).

    • @geekyprogrammer4831
      @geekyprogrammer4831 2 ปีที่แล้ว +2

      stop being greedy

    • @ganps87269
      @ganps87269 2 ปีที่แล้ว +1

      @@geekyprogrammer4831 nothing greedy, some folks are not interested for a longer session when Krish asks on live session and Krish got demotivated a bit one time. To show there are guys like me are quite awaiting for his long sessions too. Also I had put “only if possible u can take” and mentioned it’s a tiring thing.

    • @mayankdewli1010
      @mayankdewli1010 2 ปีที่แล้ว

      @@ganps87269 stop being greedy

    • @zappist751
      @zappist751 2 ปีที่แล้ว

      @@geekyprogrammer4831 nooooooooooooooooooooo

  • @hamza-gai
    @hamza-gai 4 หลายเดือนก่อน

    Congratulations for 1 Million Subscribers.....

  • @theraizadatalks14
    @theraizadatalks14 6 หลายเดือนก่อน

    Really thankful to you for all these free session. These all are the topics on pre-requisite of gen-ai, so learning. Once again thank you

  • @mihirparmar9441
    @mihirparmar9441 3 หลายเดือนก่อน

    Go to the documentation to understand the implementation of bag of words more preciously.(Suggestion) shift + tab

  • @anujshrivastava6242
    @anujshrivastava6242 ปีที่แล้ว +2

    Hi Krish I have studied ml from many sources udemy ,statquest, andrew ng ,nptel but your way of explanation is awesome honestly.

  • @yogeetakhatri4015
    @yogeetakhatri4015 2 ปีที่แล้ว

    very very clear though learning for first time..excellent way of teaching

  • @himanshushekhar815
    @himanshushekhar815 2 ปีที่แล้ว +1

    Krish sir, You are just awesome!

  • @ronakronu
    @ronakronu ปีที่แล้ว

    thank you so mch for encouraging me .

  • @vijaykumarharegaonkar3574
    @vijaykumarharegaonkar3574 ปีที่แล้ว

    Super Happy always hear you !

  • @ajitkumarpatel2048
    @ajitkumarpatel2048 2 ปีที่แล้ว +1

    sir, please make a video containing all NLP playlists in one video. As you do for another video also..that is much help full for us...

  • @venkatasurya7162
    @venkatasurya7162 ปีที่แล้ว

    your teaching so amazing

  • @utkarshmisraBA
    @utkarshmisraBA ปีที่แล้ว

    Great! Explanation.

  • @medhimintu123
    @medhimintu123 2 ปีที่แล้ว +14

    Sir once request please don't leave your course midway as some one has some other commitment. If anyone has any other work he/she can watch it later in youtube and in community. Please complete your daily agenda whatever the time is.

  • @MohammadLikhan
    @MohammadLikhan ปีที่แล้ว

    Time: 1:25:25
    to run the code:
    X=cv.fit_transform(corpus)
    Error is Here:
    ValueError Traceback (most recent call last)
    in ()
    ----> 1 X=cv.fit_transform(corpus)
    1 frames
    /usr/local/lib/python3.10/dist-packages/sklearn/feature_extraction/text.py in _count_vocab(self, raw_documents, fixed_vocab)
    1292 vocabulary = dict(vocabulary)
    1293 if not vocabulary:
    -> 1294 raise ValueError(
    1295 "empty vocabulary; perhaps the documents only contain stop words"
    1296 )
    ValueError: empty vocabulary; perhaps the documents only contain stop words

  • @mitulbahl28
    @mitulbahl28 6 หลายเดือนก่อน +3

    Can we use lemettization without stemming?

    • @Piku.aka.Priyanka
      @Piku.aka.Priyanka 3 หลายเดือนก่อน

      yes he said already in the video but we need to understand where we can use stemming and lemmatization

  • @mackr1581
    @mackr1581 2 ปีที่แล้ว +1

    Thank you krish❤

  • @Piku.aka.Priyanka
    @Piku.aka.Priyanka 3 หลายเดือนก่อน

    so stemming and bag of words both have same disadvantage i.e meaning is lost but are simple

  • @yogeetakhatri4015
    @yogeetakhatri4015 2 ปีที่แล้ว

    Thank u Krish

  • @radheshyamsingh317
    @radheshyamsingh317 4 หลายเดือนก่อน

    its awesome

  • @AniketDongare3899
    @AniketDongare3899 9 หลายเดือนก่อน +1

    sir,
    dashboard link is not working so where we find code notes and all ,

  • @venkytholleti5323
    @venkytholleti5323 2 ปีที่แล้ว +2

    I need some basic code examples for that sir will u provide for us

  • @paneercheeseparatha
    @paneercheeseparatha ปีที่แล้ว

    Pls add a disclaimer to your old playlist that a new one is uploaded, since a few things are missing in it.

  • @soumyajitsaha9329
    @soumyajitsaha9329 9 หลายเดือนก่อน +1

    from where I can access the files ?

  • @rising_star_2712
    @rising_star_2712 2 ปีที่แล้ว +1

    I am getting an error while removing stopwords from the corpus in 1:25:27, it says Word List Corpus Reader not callable , how do we solve it ?

  • @gouravroy121
    @gouravroy121 ปีที่แล้ว +1

    Why my codes aren't running this is frustrating

  • @sameer-nb2jv
    @sameer-nb2jv 2 ปีที่แล้ว +1

    Add live courses u. Tech neruon too after live courses end

  • @sohamgondhalekar5850
    @sohamgondhalekar5850 5 วันที่ผ่านมา

    i am not able to find the course material can someone pls help. the links are provided are invalid

  • @soumyasamal1404
    @soumyasamal1404 2 ปีที่แล้ว +3

    Hi Krish, when DevOps course will be started ??

  • @billtoumpanakis6198
    @billtoumpanakis6198 2 ปีที่แล้ว

    When lemmatizing, wouldn't we want in the word "drinking" to get "drink" ?? Since we're looking for the root of the word...

    • @kakashihatake2052
      @kakashihatake2052 2 ปีที่แล้ว +1

      It depends on the pos tag used, in stemming it will be converted into root word, but it isn't the case with lemmatization. It checks for grammar too.

  • @joekanaan2548
    @joekanaan2548 2 ปีที่แล้ว +1

    1:09:31 😳😳

  • @dangeroussarcasm717
    @dangeroussarcasm717 2 ปีที่แล้ว +2

    Notes cannot be accessed..it says page not found

    • @abirla1610
      @abirla1610 6 หลายเดือนก่อน

      yes same problm,did u get it?

  • @biravapatel-dq8yk
    @biravapatel-dq8yk 10 หลายเดือนก่อน

    Hi Krish, Where can I find this live session notes?

  • @ishaanthakkar7442
    @ishaanthakkar7442 6 หลายเดือนก่อน

    Sir their is no access to notes of this sesson from where could I get notes of all days Live reaching

  • @yugmathakkar4023
    @yugmathakkar4023 ปีที่แล้ว

    42:46 Wait so what was even the point of calculating the frequency of each word? It wasn't utilized anywhere

  • @rohit-bele
    @rohit-bele 8 หลายเดือนก่อน

    don't we do tokenization while dealing with ngrams?

  • @commonsense1019
    @commonsense1019 2 ปีที่แล้ว

    thx

  • @sandipansarkar9211
    @sandipansarkar9211 2 ปีที่แล้ว

    finished watching

  • @silujoshy8688
    @silujoshy8688 2 ปีที่แล้ว +1

    where can I find the code materials for this session?

  • @debaduttanayak9185
    @debaduttanayak9185 5 หลายเดือนก่อน

    One thing I did not get that in bigram 1st example you told good boy good girl but in second example you told Kris eat ,eat food , not krish food why is it so??

  • @vijaytadikamalla
    @vijaytadikamalla 5 หลายเดือนก่อน

    Cosine similarity formula is incorrect

    • @ArindamGhosh-w1d
      @ArindamGhosh-w1d 4 หลายเดือนก่อน

      Then which one is the correct one then

  • @dorothyyu6522
    @dorothyyu6522 2 ปีที่แล้ว

    Best nlp course

  • @funnymator9846
    @funnymator9846 ปีที่แล้ว

    where is the link for the jupyter notebook

  • @shwethagn2211
    @shwethagn2211 ปีที่แล้ว

    Unable to find the notes in the dashboard...kindly enable

  • @sayalisalunkhe9199
    @sayalisalunkhe9199 ปีที่แล้ว

    any guidance link for aspect extraction in NLP? @krishnaik

  • @arvindsinghrawat538
    @arvindsinghrawat538 2 ปีที่แล้ว

    Where is the dashboard sir is talking about??

  • @dwarakanadhareddybayana4948
    @dwarakanadhareddybayana4948 ปีที่แล้ว

  • @rising_star_2712
    @rising_star_2712 2 ปีที่แล้ว

    the dashboard is not accessible sir

  • @leelavathir9151
    @leelavathir9151 ปีที่แล้ว

    can anyone share the practical session file link

  • @writabratadey8048
    @writabratadey8048 2 ปีที่แล้ว +1

    nltk.download() is not working. showing WinError 10060 everytime ie. connection attempt failed...plz provide a solution

  • @ayeshajalil6663
    @ayeshajalil6663 2 ปีที่แล้ว

    Execute ni horaha

  • @ayeshajalil6663
    @ayeshajalil6663 2 ปีที่แล้ว

    Wordnet lemmitizater error

  • @themrsaquarian
    @themrsaquarian 2 ปีที่แล้ว

    can somebody share todays live streaming link

    • @abhijitdey5718
      @abhijitdey5718 2 ปีที่แล้ว +2

      Same here Bro, the link emailed is an incomplete one. I have emailed iNeuron as well as DMed Krish on his Insta but sadly none replied :(

    • @murarikumar346
      @murarikumar346 2 ปีที่แล้ว +1

      I think no live class today...

    • @abhijitdey5718
      @abhijitdey5718 2 ปีที่แล้ว +2

      @@murarikumar346 @JEM's playground. I just now received a DM from Krish Sir that today's class is cancelled. Tomorrow there will be live session.

  • @ayeshajalil6663
    @ayeshajalil6663 2 ปีที่แล้ว

    Sir error h

  • @RajkumarRimal
    @RajkumarRimal 11 หลายเดือนก่อน