Thank you man. You explained it really well. Even a begginer like me who is mostly unfamiliar with nlp terms I can still understand everything very well.
@NormalizedNerd3 жыл бұрын
Glad it helped!
@devinbageac35622 жыл бұрын
Such wonderful work thank you! I needed to learn about nlu for a new project and this video saved me DAYS of introductory research. Love ya!
@NormalizedNerd2 жыл бұрын
You're very welcome!
@theankitkurmi4 жыл бұрын
I was planning to make a text summarisation model and it cleared my concept clearly. Really amazing video.
@NormalizedNerd4 жыл бұрын
Great to hear!
@madhuritolambe8984 жыл бұрын
Simply Superbbb!!! Anddd the way you explain the topic is AWESOME:)
@NormalizedNerd4 жыл бұрын
Thank you so much 😀
@bhaswatiroy14332 жыл бұрын
A very clear explanation!!!!!!! Subscribed forever!!!
@tour1stsaiyajin8414 жыл бұрын
I'm convinced that one day you can be the next Top Educator on any online platform. Great explanations, any beginner would totally understand the underlying concepts and fundamentals. I hope you reach greater heights, in years to come. Looking forward to your future videos. :)
@NormalizedNerd4 жыл бұрын
Thanks a lot dada! It really means a lot. More interesting videos are coming :D
@tour1stsaiyajin8414 жыл бұрын
@@NormalizedNerd Sure mate. Good to see such wonderful talents in our college. If u need any help from my side feel free to reach out, although my expertise may not be as vast as yours . XD
@NormalizedNerd4 жыл бұрын
Definitely, I'll contact you :)
@edwinjacobjoy20803 жыл бұрын
Thank you so much! I was searching exactly for this.
@NormalizedNerd3 жыл бұрын
Glad I could help!
@NotoriousArnav3 жыл бұрын
Nice tutorial "Mr.Nerd"!!!
@muhammadzubairbaloch32244 жыл бұрын
I love your work. Great work. thanks
@NormalizedNerd4 жыл бұрын
Thanks a lot! :D
@prashansapriya59633 жыл бұрын
Amazing explanation 👍
@NormalizedNerd3 жыл бұрын
Thank you 🙂
@karanpradhan47743 жыл бұрын
Amazing explanation!!! Keep it up...
@NormalizedNerd3 жыл бұрын
Thanks!
@codingseekho0014 жыл бұрын
Keep up the good work 😁 Thank you
@NormalizedNerd4 жыл бұрын
Thanks!!
@ashxia3 жыл бұрын
To save time start from 12:00
@muhammadzubairbaloch32244 жыл бұрын
please implement the complete page ranking algorithm for text data. as it is very usefull for recommendation system. thanks in advance.
@NormalizedNerd4 жыл бұрын
Thanks for suggesting...I'll try to cover this in future!
@narijami2 жыл бұрын
Hey. Thank you for your nice video. I have a question. I have course book with several chapters in English. Each chapter has a summary. But few chapters does not have any. I want to create 20 short cast videos for this course book. My goal is to create title for each video from these summaries. I would like to know how to automate the process using nlp and python? The point is that keywords or titles should be unique for each video in each chapter and should not be the same either with other video titles in other chapters. Will b great to help me.
@andrewhaverly24143 жыл бұрын
Great video. Keep it up!
@NormalizedNerd3 жыл бұрын
Thanks!
@ayushkashyap24312 жыл бұрын
Sir you said in the Text Ranking algorithm the scores are calculated based on the importance of the sentences. But how does the model recognize the importance of a sentence, am I missing something here?
@TBZ1818 Жыл бұрын
Thank you so much sir
@hasiburrahman964 жыл бұрын
Please make video about question answering system keras
@NormalizedNerd4 жыл бұрын
Thanks for your suggestion! I'll try to make one.
@manikantanarcot81284 жыл бұрын
A small doubt in the video, for keyword extraction except for denoting nodes as words the other process is same right like getting sentences from the cleaned text -> tokenizing the sentences -> sentence vector -> similarity matrix ??
@NormalizedNerd4 жыл бұрын
word vector instead of sentence vector
@manikantanarcot81284 жыл бұрын
@@NormalizedNerd thank you so much
@mrohitsingha16153 жыл бұрын
No module named 'gensim.summarization'
@NotPriyansh3 жыл бұрын
Gensim.summarization is removed in 4.x versions. Could you provide an alternative?
@maYYidtS4 жыл бұрын
is this skill applied only on unstructured(paragraphs) or we can use it on customers' feedbacks(rows)...?
@NormalizedNerd4 жыл бұрын
This can be applied to any text data.
@hardikparmar68102 жыл бұрын
Sir how to create abstractive summary?? Need one video
@md.tarekhasan22063 жыл бұрын
Can you please give me the link to the Generative Summarization Technique?
@chebiliameur13974 жыл бұрын
Are there future voice recognition lessons Thank you for your valuable lessons.
@NormalizedNerd4 жыл бұрын
It's in my bucket list! Keep supporting...
@pratikdaga94422 жыл бұрын
can this be done on excel file with each cell in it of a column
@riridefrog3 жыл бұрын
Sir, i want to scoring the extraction keyword based on reference answer. so if more keyword student use he will the high score. Might you know? thanks
@SolveMe339 Жыл бұрын
Sir i am making a multiple text summarizer web based application for my final year project please help me to resolve this issue if you can 🙏 My query is i have to compare two pdfs or paragraph if both are same then how to display a popup like both are same and if different then both are different and then their summary
@rachelroselinarul80553 жыл бұрын
sir, I want to implement the abstractive text summarization based on deep learning .please provide an explanation with a coded link for that.
@NormalizedNerd3 жыл бұрын
Thanks for the suggestion.
@amishakhatri75933 жыл бұрын
Hi iam following ur steps but in my its showing text is not define can u let me know How I define txt
@Kmysiak13 жыл бұрын
You calculated a similarity matrix for the sentences and then "magically" derived word similarities to create your graph. Please explain
@exmachina76711 ай бұрын
In the original TextRank paper, they explain things using words as the lexical unit, but you can apply the same process using sentences. What this video didn’t explain as clearly is that if you want to get keywords, you need to repeat the same process so each node in your graph will represent a word.
@iamwoman45214 жыл бұрын
Really interested in generative summarization, are there any resources you can recommend that I can use to learn this?
@NormalizedNerd4 жыл бұрын
@flawed perfection I guess you'll find these papers helpful: paperswithcode.com/task/abstractive-text-summarization?page=2
@iamwoman45214 жыл бұрын
@@NormalizedNerd Thank you 👌
@srijitasaharoy22284 жыл бұрын
I want to find summary for individual pages of pdf.. like there are word vectors, sentence vectors...I want to find page vectors. How can I do that?
@NormalizedNerd4 жыл бұрын
you should use doc2vec models.
@kajalbansal99924 жыл бұрын
sir i want to implement the text summarization based on graph based algorithm ....sir please provide me the code links for help
Sir, If I need to get probabilistic values along with the extracted keywords, what I will do then?
@exmachina76711 ай бұрын
You need to use words instead of sentences and repeat the same process. PageRank doesn’t really produce a ranked list of the nodes, it produces a “score” value for each node (and they are typically normalized so they add up to one, i.e., a probability distribution). Of course, once you sort the scores, you get a ranked list of the nodes.
@jabringmann3 жыл бұрын
doesnt work anymore. gensim.summarization was removed with gensim 4.0
@pinsith4 жыл бұрын
Thank you.
@BiranchiNarayanNayak4 жыл бұрын
Any link to the python code ? Thanks for the tutorial on text summarization using Gensim
@NormalizedNerd4 жыл бұрын
Here it is github.com/Suji04/NormalizedNerd/blob/master/Introduction%20to%20NLP/Summarization%20%26%20Keyword%20Extraction.ipynb
@rakshitashetty74612 жыл бұрын
how to extract key words from a text document?
@NormalizedNerd2 жыл бұрын
there are several popular models for keyword extraction like keyBERT.
@aishikbhattacharjee31804 жыл бұрын
I love your channel. Best possible explanations!!! May I get your contact sir???
@NormalizedNerd4 жыл бұрын
I'm glad you liked it. You can dm me on twitter twitter.com/nomalized_nerd