Heyy Keith!! I just want to thank you sooo much. I applied for an internship which required for me to submit an assignment on data classification and your SKLearn video helped me soo much with the task! I really am so grateful to you! Your tutorials are the best!
Hey bro, I really likes your tutorial. I wonder just by following your videos tutorial (like 95% of your tutorials videos) will ever get me a job in data science field without degree?
Hi Keith. Thanks for your tutorial, having a blast following along and learning! I've run into an issue, though. At time of writing (March 2024) spaCy seems to be on V3, and as a consequence to import BERT in we use spacy.load("en_core_web_trf") and NOT "en_trf_bertbaseuncased_lg", which does not work anymore. However, after doing so, it seems I'm running into an error regarding array sizes when fitting the SVC with my training vectors and train_y? Upon printing out train_x_vectors it displays empty arrays! That's probably why the fit isn't working. I'm not sure what's happening there (why are they empty??), could you help me out? Love from India.
I've just decided to change my carreer path at my age 35. I have some basic knowledges about coding languages(C, Python, HTML,CSS, JS). But I still couldn't decide which area to choose. Normally I enjoy dealing with algorithms using python, but I am curious about job opportunities (especially for a starter after age 35).
Not sure if you saw, but there is a small section on regular expressions in this video (look at the video timeline to find it). I definitely would like to make a more comprehensive video on regular expressions at some point. I find them super fun! haha
I am new to ML and want to move forward wiith NLP. Really appreciate this. Can you also combine this with big data as in my project i was not able to use ngrams due to excessive column numbers. I used Yelp data. I also want to know about transformers and NLP with DL. Oh man there is a lot to cover!
Hey Keith!!! I really like your approach to teaching, make things simpler and approachable. I need to create a chat GPT kind of functionality for my project, need your input on that and how to approach it as it's very new to me. Looking forward to hearing from you!!!
hi, @keithGalli, i need some help, can you please help me.. please answer my ques: i have 5 pdf's invoice with different format's i need to extract data from it but the position of data is all different from each other, i need to extract data from them i need to write python script so Machine learning authomatically extract data from it put into json format. do it possible with spacy? how i can do thta what technologies i will use to do it?
At the beginning, i really thought i would get a lot out of your vid. Here at the end, i'm not that satisfied, even having a quiet clearly understood some stuffs.
When using trasformer architecture it gives me value error for using clf_svm.fit(train_x_vectors, train_y) and I dont know is this is because of 'en_core_web_trf' instead of 'en_trf_bertbaseuncased_lg' because of it was outdated in version3. can you clarify that why this give me value error?
When I recorded this I was using a program called Snagit. I more recently started using Bandicam. Note I record my screen and face separately and edit the two together after I'm done recording
Wait but what is language if not natural?? I’m pretty sure my dog can understand me, but he’s also an idiot. So what does that say about language?? Plz help Also I’m getting an error when I try to import beautifulsoup. It’s really harshing my mellow
That's an easy question, Mr. Sherwood. To find unnatural language all you have to do is watch me try to talk to girls at the bar. Hope this helps. Xoxo.
I find the words "Cheque" and "Check" are incorrectly used in the NLP examples. 39:52 "I went to the bank and wrote a check" is an incorrect English sentence. It should have been "I went to the bank and wrote a cheque" 1:54:41 "Write me a check" is an incorrect English sentence. It should have been "Write me a cheque".
I created a second channel where I post more Python content, check it out! 😊
th-cam.com/users/techtrekbykeithgalli
can you teach knowledge graphs for beginners asap lol!
I got a job because of your tutorials!! Thanks Keith🤩
Love to hear that!! You're very welcome :)
Could you explain some more detail please?
What kind of job did you get? What schooling did you have in advance? I'm considering creating projects like this for a portfolio
+1 what Jenna asked. Please share Lakshya
At 10:02 The get_feature_names() is now get_feature_names_out()
we need more people like u who is always willing
to help
Bookmarking this and will watch it in the morning.
It will be here in the morning waiting for you!
Same
@@АзаматИльясов-м6ф haha, literally watched it that morning.
Heyy Keith!! I just want to thank you sooo much. I applied for an internship which required for me to submit an assignment on data classification and your SKLearn video helped me soo much with the task! I really am so grateful to you! Your tutorials are the best!
Glad you like the videos and happy that specific one helped you with the task! Hope you land the internship!
This is a great introductory tutorial on NLP. Perfect for a newbie
You are probably one of the smartest guy on youtube. Keep making your videos. You are doing God's work!!!
Great to see you back Keith. Wishing you all the best in your recovery.
great tutorial, thanks so much for putting this out there. It's pretty crazy how easy it is to learn stuff if you're willing to search youtube
Finally, you came back. I liked your explanation.
Glad to have you back and making awesome tutorials. Have learnt alot from you.
I don’t usually comment on the video but when I do it, means that I really loved the content❤ thanks for helping me to learn some new stuffs
Thank you for the great overview of NLP!
Damn, I am very happy you are back bro. 😀
Thank you, Keith. Your session helped me a lot.
Glad to See this Mr. Keith. Always impressive and fun. Thank you very much. But am your big fun as well
I've been following your tutorials, but I've been busy with object detection lately, so I'll be watching this nlp video of yours later
Good to see you back with bang!!
Legit learned more from this video than my masters programme
Amazing tutorial Mr.Keith, I just wanted to have a know how of NLP and this tutorial was perfect for it.
Glad you are back Keith!!!!
LOVE TO SEE YOU AGAIN MAN! LOVE THE CONTENT AND HOW U EXPLAIN!!!!
THANK YOU
😂 it is too late to comment but seems like someone is playing with the uppercase letters 😂
Good to see you. Bookmarking this
Keep this coming.
I would like to see more such video - this is great.
Multi language models and different pytorch eco system transformers
Hey bro, I really likes your tutorial. I wonder just by following your videos tutorial (like 95% of your tutorials videos) will ever get me a job in data science field without degree?
It would be super nice if you would make a text generation video. As always loved the vid keith
Thank you for this guide!
great tutorial brother. Highly appreciated
keith could you make a in-detail time series forecasting vid. It would be amazing
I got to know about, use and love pandas from your tutorials.
Please use List Comprehensions in Python in the future.
hi Keith, great video. You provide an one-stop service, hhh. Great!
Damn I'm thinking of doing something NLP related for my thesis I guess this is the sign that I should do it 😅
I did it 😂
@@vanhouminwhat kind of project did you do for your thesis?
Hi Keith. Thanks for your tutorial, having a blast following along and learning! I've run into an issue, though. At time of writing (March 2024) spaCy seems to be on V3, and as a consequence to import BERT in we use spacy.load("en_core_web_trf") and NOT "en_trf_bertbaseuncased_lg", which does not work anymore. However, after doing so, it seems I'm running into an error regarding array sizes when fitting the SVC with my training vectors and train_y? Upon printing out train_x_vectors it displays empty arrays! That's probably why the fit isn't working. I'm not sure what's happening there (why are they empty??), could you help me out? Love from India.
Up to this, I am encountering the same error.
You are the best my bro
Glad you are back, Keith bro... all the best and love from India
Watching from Romblon Philippines.
Nice!!
Awesome video, thanks!
I've just decided to change my carreer path at my age 35. I have some basic knowledges about coding languages(C, Python, HTML,CSS, JS). But I still couldn't decide which area to choose. Normally I enjoy dealing with algorithms using python, but I am curious about job opportunities (especially for a starter after age 35).
exact same here. Struggled along the way but we only live once, so, do what we want to do!
Did you changed your career if yes how
@@amitkumarsingh-cl3dk I am still in construction sector..
Hey Keith would you be doing a tutorial on regular expressions?
Not sure if you saw, but there is a small section on regular expressions in this video (look at the video timeline to find it).
I definitely would like to make a more comprehensive video on regular expressions at some point. I find them super fun! haha
15:01 If anyone else is getting "CLOTHING" here, try creating your vectorizer like this:
vectorizer = CountVectorizer(stop_words=["the"])
hey like should i watch this video after getting familiar with deep learning ?
learning alottt :) must watch
SOTA learning
love the video, thanks
Thank you!
My pleasure! Hope it's helpful
This guy deserves to be next to God !
I am new to ML and want to move forward wiith NLP. Really appreciate this. Can you also combine this with big data as in my project i was not able to use ngrams due to excessive column numbers. I used Yelp data. I also want to know about transformers and NLP with DL. Oh man there is a lot to cover!
Hey Keith!!! I really like your approach to teaching, make things simpler and approachable. I need to create a chat GPT kind of functionality for my project, need your input on that and how to approach it as it's very new to me. Looking forward to hearing from you!!!
Thank you for this. Please make text bigger.
my man
What exactly does the Bert Model do? Because you still feed the Bert Model output into an SVM to classify your text. Thanks for your explanation?
Are check and cheque meant to be similar?
Please create project "terms and conditions techniques" in NLP.
Hmm I don't know what you mean by this, can you please clarify
What happened to "Neuro Linguistic Programming"?
Also did he put two finger's up to everyone at the start?
Thanks
You're welcome!
Hey Keith, Can you please mention some resources to learn nlp? TIA.
"n_trf_bertbaseuncased_lg" seems to be renamed to "en_core_web_trf"
hi, @keithGalli, i need some help, can you please help me.. please answer my ques: i have 5 pdf's invoice with different format's i need to extract data from it but the position of data is all different from each other, i need to extract data from them i need to write python script so Machine learning authomatically extract data from it put into json format. do it possible with spacy? how i can do thta what technologies i will use to do it?
At the beginning, i really thought i would get a lot out of your vid.
Here at the end, i'm not that satisfied, even having a quiet clearly understood some stuffs.
11:57 keith enum 😂👌
When using trasformer architecture it gives me value error for using clf_svm.fit(train_x_vectors, train_y)
and I dont know is this is because of 'en_core_web_trf' instead of 'en_trf_bertbaseuncased_lg' because of it was outdated in version3. can you clarify that why this give me value error?
same case happened to me, were you able to solve this issue? if yes, can you please guide me?
hi keith /thanks.
What Software You Use For Screen Recording?
When I recorded this I was using a program called Snagit. I more recently started using Bandicam.
Note I record my screen and face separately and edit the two together after I'm done recording
@@KeithGalli Thanks 😊
after trying out and nothing happened the way I want it to work. I quitted
I can always go to bed early tomorrow right? 👀
Haha I give you permission to get your sleep, the video will be here in the morning :)
I love this guy in a non- homosexual way
Wait but what is language if not natural?? I’m pretty sure my dog can understand me, but he’s also an idiot. So what does that say about language?? Plz help
Also I’m getting an error when I try to import beautifulsoup. It’s really harshing my mellow
That's an easy question, Mr. Sherwood. To find unnatural language all you have to do is watch me try to talk to girls at the bar. Hope this helps. Xoxo.
NooMAREickle, not NOOmerical >)
18:25
Honored to learn nlp from elon musk himself
You sound like mordecai
I find the words "Cheque" and "Check" are incorrectly used in the NLP examples.
39:52
"I went to the bank and wrote a check" is an incorrect English sentence.
It should have been "I went to the bank and wrote a cheque"
1:54:41
"Write me a check" is an incorrect English sentence.
It should have been "Write me a cheque".
In USA, we use "check" in this context. This may be untrue in other English speaking countries though.
hi
Hello!
Taylor Dorothy Anderson Shirley Jackson Donna
Waste of time