Question related to quiz

can you please explain the question 5 of the quiz. What is the approach to do it.
and in the que of regex qe have used {2.4}, i searched online but just found that it is a quantifier and got its function but i am not getting how it is being implemented. what foes it mean to compare with aa,aaa,aaaa in a{2,4}
P.S.the ask doubt option is not working in quiz section

Hey Satvik,
In ques 5. Ans is all of above…
I hope you understand that making ngram features is important. So bi gram or trigrams could be an option here.
Option C which is word2vec is a technique to convert a word to numeric features based on the context, this technique is often used with Textual data.
And Option A Topic Modeling is grouping together the features / sentences that have the same context.
Both these 2 techniques are used in textual data. You will learn about them in the later part of the course.

Thanks :slight_smile:

what about the last ques’s d option, how the comparison is done in {2,4}

After dot there could me .com , .in , .net , .org
Therefore we are saying take length 2 to 4

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.