NATURAL LANGUAGE PROCESSING With Python | Theory & Hands-On Exercise

  Рет қаралды 14,008

Mo Chen

Mo Chen

Күн бұрын

Google Data Analytics Professional Certificate ➡︎ imp.i384100.net/googleDACert
Google Advanced Data Analytics Professional Certificate ➡︎ imp.i384100.net/googleAdvData...
Google Business Intelligence Professional Certificate ➡︎ imp.i384100.net/googleBIcert
Exclusive Data Analysis Content ➡ mochen.info/ ⬅ Join My Mailing List
/ mo_chen ⬅ Support me on Patreon
/ discord ⬅ Join our Discord Data Community
/ mo-chen1 ⬅ Daily tips & advice on how to enhance your data analysis skills
/ mo_chen1 ⬅ My IG is personal -- only follow if you're interested in non-data stuff as well
/ mo_chen_1 ⬅ Figuring out what I want to do in this space...
• Data Analysis Portfoli... ⬅ Portfolio Projects Playlist: End-to-end, FREE guided portfolio projects covering Excel, SQL, Tableau, Power BI and Python
┋Professional Certificates┋
DataCamp Certifications ➡ datacamp.pxf.io/c/4216860/205...
Google Data Analytics Professional Certificate ➡ www.coursera.org/google-certi...
Google Advanced Data Analytics Professional Certificate ➡ www.coursera.org/google-certi...
Tableau Business Intelligence Professional Certificate ➡ imp.i384100.net/TableauBIAnalyst
Microsoft Power BI Data Analyst Professional Certificate ➡ www.coursera.org/professional...
IBM Data Science Professional Certificate ➡ imp.i384100.net/IBMdataScience
Google Project Management Professional Certificate ➡ imp.i384100.net/GoogleProject...
┋Timestamps┋
00:00 Intro
01:24 What is NLP?
07:27 NLP with NLTK in Python
16:47 Outro
┋Code┋
github.com/mochen862/nlp-tuto...
Thanks so much for taking a little time out of your day to watch this!

Пікірлер: 42
@mo-chen
@mo-chen Жыл бұрын
📖 Google Advanced Data Analytics Professional Certificate ➡︎ imp.i384100.net/googleAdvDataCert 📚 Google Business Intelligence Professional Certificate ➡︎ imp.i384100.net/googleBIcert 📖 Google Data Analytics Professional Certificate ➡︎ imp.i384100.net/googleDACert
@mmi5833
@mmi5833 11 ай бұрын
My best video on NLP..Short, great sound,to the point. I put this on a Loop !¡! Thanks. !!
@mo-chen
@mo-chen 11 ай бұрын
I’m glad you liked it, thanks so much for watching!
@naturallyfulfilled5755
@naturallyfulfilled5755 Жыл бұрын
The best video ever! You made it so simple, now I realise I can learn these things if the right person is explaining it. Thank you!!!
@mo-chen
@mo-chen Жыл бұрын
Thank you so much for the kind words and for watching!
@catia3178
@catia3178 11 күн бұрын
Thank you so much for such an excellent video. I´ve learned in 17 minutes what I was struggling to understand in more than 5 lessons.
@mo-chen
@mo-chen 9 күн бұрын
Glad it was helpful!
@emmanueladeyemo7137
@emmanueladeyemo7137 3 ай бұрын
Thank you. Simple, Concise and straightforward👍
@tikkki25
@tikkki25 Ай бұрын
Wonderful video! Great way to get an overview on how NLP works. So much better than some "paid instructors"
@mo-chen
@mo-chen Ай бұрын
I’m glad you thought my free stuff is better than the paid stuff from others!
@TheMISBlog
@TheMISBlog Жыл бұрын
very well illustrated and well made video, Thanks Mo
@mo-chen
@mo-chen Жыл бұрын
Thanks so much for watching 😄
@user-nv2oy8sz6c
@user-nv2oy8sz6c 6 ай бұрын
Super helpful!!
@HalpPlsxx01
@HalpPlsxx01 Жыл бұрын
My man Mo!!! Lets go!!! 👌👍🙏🫡
@mo-chen
@mo-chen Жыл бұрын
Thanks a lot Alvin!
@thanhlongly1504
@thanhlongly1504 Жыл бұрын
Thank you for your sharing. This session is very useful for me 😊
@mo-chen
@mo-chen Жыл бұрын
I'm glad you liked the video! Thanks so much for watching Thanh Long 😁
@hamizanyusof9602
@hamizanyusof9602 Жыл бұрын
Great video, its really help me a lot for my assignment 😊Thanks
@mo-chen
@mo-chen Жыл бұрын
I'm very glad you enjoyed the video Hamizan! Thanks a lot for watching 😃
@lawanumarsanda2355
@lawanumarsanda2355 11 ай бұрын
this is extremely nice, i love it.
@mo-chen
@mo-chen 11 ай бұрын
I'm glad to hear! Thanks a lot for watching 😁
@ramazandaghan2119
@ramazandaghan2119 22 күн бұрын
Was so helpful. Thanks
@mo-chen
@mo-chen 21 күн бұрын
Glad I could help!
@aidar7066
@aidar7066 Жыл бұрын
Awesome!
@mo-chen
@mo-chen Жыл бұрын
I'm glad you liked it Aidar, thanks for watching 😄
@harryliu1005
@harryliu1005 4 ай бұрын
Amazing Tutorial! It is really friendly to new guy like me ! Now I'm practicing the coding from this video! I have a question for this video: At 11:38 of this video, what software did you use to give a spotlight to certain area of your screen?
@grapefruitomega3517
@grapefruitomega3517 Жыл бұрын
You made my day 😍
@mo-chen
@mo-chen Жыл бұрын
Just trying my best 😃
@kevingonzalo9087
@kevingonzalo9087 10 ай бұрын
nice comment
@keithzen1713
@keithzen1713 11 ай бұрын
this shit is mad helpful, thanks for the cool video
@mo-chen
@mo-chen 11 ай бұрын
Im glad you liked it, thanks for watching 😃
@michaelwilson6499
@michaelwilson6499 11 ай бұрын
Mo, thank you for the walkthrough! With regards to the parts of speech identifiers. Is it possible to create new identifiers and to group several words together to create larger parts of speech? For example English has phrasal verbs which might have two or more words together which give a totally different meaning to the words. E.g. f**k up vs f**k over. And if so how can I make lemmatization account for verb prepositions? Thank you so much for the videos! I'm going to keep watching because you've likely already touched on the topic, but I wanted to get the answers from the OG horse's mouth.
@mo-chen
@mo-chen 11 ай бұрын
Great question! Love it when it's specific. Short answer is yes, but it's quite manual. NLP is not an exact science and you have to tinker a lot with it if you want something super specific. Use ChatGPT and it'll give you a pretty good starting point from 😃
@Micahangelina_
@Micahangelina_ 10 ай бұрын
😂 lol. Using those examples though… I’m just dead 💀 good luck 🍀
@spartans5140
@spartans5140 9 ай бұрын
hello mo im having an issue with my nlp
@rahuldubey4559
@rahuldubey4559 Жыл бұрын
Hello mo I'm a aspiring data analyst at last couple of weeks I tried to search remote jobs in USA but many companies demand hire degree in technical field or equal experience So please tell me some other way to search remote job or different techniques
@mo-chen
@mo-chen Жыл бұрын
Hi Rahul 👋 Try LinkedIn please, and use the 'Remote' filter when you search for jobs.
@rossenburg
@rossenburg 25 күн бұрын
If I don’t subscribe, what am I doing with my life?
@sajidkhan955
@sajidkhan955 Жыл бұрын
In Data analysis how can we use NLP? I mean How can NLP help us In Data analysis? Any examples will be helpful....
@mo-chen
@mo-chen Жыл бұрын
NLP can be used to wrangle any data in text form. Think of comments, descriptions, titles, etc.
@sumbomarcus
@sumbomarcus Жыл бұрын
Kindly review my CV mo. Thank you
@mo-chen
@mo-chen Жыл бұрын
Yeah sure. Please send it to my email (it's on the about page).
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 46 МЛН
My Top 8 Data Storytelling Tips as a Data Analyst
10:19
Mo Chen
Рет қаралды 19 М.
Natural Language Processing: Crash Course Computer Science #36
11:50
Entry Level Data Analyst - Day in the Life
4:17
Data With Dan
Рет қаралды 7 М.
Spacy vs NLTK: NLP Tutorial For Beginners In Python - S1 E7
15:00
Working With APIs in Python - Pagination and Data Extraction
22:36
John Watson Rooney
Рет қаралды 97 М.
What is NLP (Natural Language Processing)?
9:37
IBM Technology
Рет қаралды 219 М.
Top 5 Data Analyst Habits
10:11
Mo Chen
Рет қаралды 8 М.
10 PORTFOLIO PROJECTS TO ADD TO YOUR DATA PORTFOLIO
14:39
Mo Chen
Рет қаралды 330 М.