Stop Words: NLP Tutorial For Beginners - S2 E4

  Рет қаралды 30,305

codebasics

codebasics

Күн бұрын

Пікірлер: 21
@codebasics
@codebasics 2 жыл бұрын
Check out our premium machine learning course with 2 Industry projects: codebasics.io/courses/machine-learning-for-data-science-beginners-to-advanced
@asmarasheid
@asmarasheid Жыл бұрын
In the tutorial ipynb, Why are we getting this error while loading the dataset ? ValueError: Unmatched ''"' when when decoding 'string'
@insil_
@insil_ Жыл бұрын
Sir ..need a tutorial video on sentiment analysis
@dikshyakasaju7541
@dikshyakasaju7541 2 жыл бұрын
Great content! Your videos always help me revise what I had previously learned and implement on the projects I work on.👌
@anirbanc88
@anirbanc88 Жыл бұрын
yahoo i learned so much cool stuff and i do all the exercises you give on my fork from your github repo!
@joanneenj2042
@joanneenj2042 2 жыл бұрын
Thank you for the playlist Sir. I hope you would be able to launch a course in Computer Vision soon. I'm so thrilled that you will be launching courses about DS, ML and NLP. Here to support. Best regards. 🍀
@hardikvaghela6031
@hardikvaghela6031 2 жыл бұрын
Hello sir, Appreciate for your efforts and the teaching methods, really learning NLP from your playlist, Want to request you for the end to end project in nlp which almost covers all the topics in it.... Thank you in advance
@codebasics
@codebasics 2 жыл бұрын
Yes I will cover end to end project
@prabhutirukumaran7537
@prabhutirukumaran7537 2 жыл бұрын
Great work
@khaledsamir2667
@khaledsamir2667 2 жыл бұрын
Great work , pls I need a reference for nlp video recognition
@AarushiJain-j7e
@AarushiJain-j7e Жыл бұрын
The files uploaded in exercises are not supported by github's rich display feature and because of that I am unable to access them
@amanpatel-it4mn
@amanpatel-it4mn Жыл бұрын
if two words are connected with underscore like 'hello_nlp' then '_' is not removing after the preprocessing ?
@sudipkumarnandi9094
@sudipkumarnandi9094 2 жыл бұрын
when this playlist will end ? how many more videos will come ? please give me the answer as soon as possible because i don"t have too much time .....because you giving 1 video per week.
@codebasics
@codebasics 2 жыл бұрын
There are at least 20 to 30 videos left. Making good quality tutorials is quite a bit of work my friend hence it will take time.
@chaitanyabasotra8830
@chaitanyabasotra8830 2 жыл бұрын
I m btech in civil (2015 passout) having 4 years of experience as a site engineer (2015-19) thn i left the job and starting preparing for civil services but after 3 years of hand work in could not get through. Now I want to switch my career into private sector. Pls suggest me which SKILL COURSE should I learn which would be beneficial for me. Actually I m in confusing between DATA ANALYST, DATA SCIENCE & FULL STACK DEVELOPMENT. Pls suggest me which would be beneficial for me to get a good job.
@ashish905
@ashish905 2 жыл бұрын
Today i got msc in DS AI and i am one of the biggest fool around here who say no and now i regret . Because i love finance . But when i realised data science
@viralvibes1997
@viralvibes1997 Жыл бұрын
Cloud computing , Salesforce, aws any of these, high pay less effort profile are these, ML is hugely large
@amitasharma2109
@amitasharma2109 2 жыл бұрын
Hello sir...can i make a career transition into data analyst after working in 13 years in operations and m only b.com graduate and m 34 years old...is it still possible?
@codebasics
@codebasics 2 жыл бұрын
yes it is possible
@jaganathreddygfkkwvvlly7325
@jaganathreddygfkkwvvlly7325 2 жыл бұрын
Great content sir. Each topic seems easy when taught by you. Love your modules. But I request you to do videos on Forecasting as soon as possible. I am also waiting for powerful content like Statistical techniques like ANOVA, CHI SQUARE , etc.. using python.
@ashokthulluri4748
@ashokthulluri4748 7 ай бұрын
I have answed 3 question on below. Could you please provide excerise of NLP and re problems. # Question : 1 import spacy nlp = spacy.load("en_core_web_sm") def preprocessing(text): doc = nlp(text) count = 0 count1 = 0 temp = [i.text for i in doc if i.is_stop] for i in temp: count += 1 for i in text.split(' '): count1 += 1 percentage = count/count1*100 return percentage preprocessing(text) # Question : 2 from spacy.lang.en.stop_words import STOP_WORDS def pre_processing2(text): doc = nlp(text) temp1 = [] temp = [i.text for i in doc] stopwords = [i for i in STOP_WORDS if i != 'not'] for i in temp: for j in stopwords: if i != j: temp1.append(i) return temp1 pre_processing2("this is a good movie") #pre_processing2("this is not a good movie") #Question : 3 def preprocessing3(text): doc = nlp(text) add = [] temp = [i.text for i in doc if not i.is_stop and not i.is_punct] temp1 = {i : temp.count(i) for i in temp} get_max_values = max(list(temp1.values())) for key,value in temp1.items(): if value == get_max_values: add.append(key) return ''.join(add) preprocessing3(text)
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 55 МЛН
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 120 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
3# How to remove stop words in python | NLP
5:31
Learn with Vichu
Рет қаралды 632
Learn Machine Learning Like a GENIUS and Not Waste Time
15:03
Infinite Codes
Рет қаралды 198 М.
What is NLP (Natural Language Processing)?
9:37
IBM Technology
Рет қаралды 278 М.
Vectoring Words (Word Embeddings) - Computerphile
16:56
Computerphile
Рет қаралды 299 М.
Stemming and Lemmatization: NLP Tutorial For Beginners - S1 E10
16:46
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4 МЛН
How To Self Study AI FAST
12:54
Tina Huang
Рет қаралды 607 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 55 МЛН