MN
2021年5月24日
Great Course,\n\nVery few courses where Algorithms like Knn, Logistic Regression, Naives Baye are implemented right from Scratch . and also it gives you thorough understanding of numpy and matplot.lib
SK
2020年7月17日
One of the best introductions to the fundamentals of NLP. It's not just deep learning, fundamentals are really important to know how things evolved over time. Literally the best NLP introduction ever.
by Christian S
•2021年3月6日
Very nice programming exercises. The grader is quite strict regarding the choice of numpy functions: e.g. array.reshape(-1) is just as good as array.squeeze() but was counted as wrong; v * v is just as good as np.square(v) and was counted as wrong. As a statistician, I also found confusing that you talk about likelihoods but actually you mean likelihood ratios (Bayes factors).
by Artur M
•2020年7月16日
Nice introduction to NLP course. Sometimes I felt that some parts were a bit disconnected (for example, in Week 4 we talk about word translation, but end up not using it). I felt that different pieces were glued together to create the course but some of then didn't match very well. But my overall opinion is that this course is good. You should try it!
by Nikhil M
•2020年8月1日
I am not from a Computer Science background and I am not familiar with python programming. So, the course was a little bit tough for me and took me a considerable amount of time to finish. The teaching was up to the point and very precise. I mostly understood the lectures, and logic to solve the assignments were straightforward.
by Shivam C
•2020年7月18日
The course was overall great. I did learn a lot from the course . It gave me a new way of solving different problems like that of sentiment analysis. The last week was really great where the concepts of translation were taught. I think it could have been better if the concepts of locality-sensitive hashing been more elaborate.
by Rajesh S
•2021年3月7日
Very basic stuff although good for beginners for building the foundation. Programming assignments can be improved further. One is expected to guess and use some pre-defined functions like np.vstack. If you fail to guess what the tutors want and implement something else, no marks are given although the function is correct.
by Damian S
•2020年7月25日
The content and pedagogy of this course is excellent, but there is far too much hand-holding in the programming assignments. I have some doubt whether a person with a passing grade necessarily has mastered that content, or merely is able to carry out step-by-step instructions requiring only basic Python competence.
by José M A I
•2021年1月4日
Buen curso con buenas explicaciones e interesante material práctico. Creo que a veces las explicaciones resultan un poco cortas y en los laboratorios uno está un poco sujeto a usar funciones de Python muy precisas que le restan algo de flexibilidad al momento de hacer la evaluación de la actividad
by Alexander S
•2020年8月18日
Very easy to understand and provides useful techniques I was able to apply immediately. Only downside is the exercises seem a bit on the side of spoon-feeding. The most extreme example being where there's a comment telling us to increment a number by 1, and we literally have to put a 1 there.
by Junior B
•2022年6月20日
The content is really interresting but the programming assignments are not as challenging as they should be. I was expecting more in-depth programming of the mathematical concepts and what we were required to do was just to implement some basic python code around the interresting functions
by Rakshit c
•2020年11月19日
Its well structured course, that builds the foundation in a very simplistic way in its videos and then gives practical implementation using python in exercise. Although there are lot more NLP concepts that are missing in it which I believe will get covered in the remaining specialization
by Apoorv A
•2021年6月14日
It was a fairly good course, but I still expected a bit more from it. The coding assignments could have been improved. rather than making the assignment "fill in the blanks" type, make it more research project oriented. Overall a good exp, learned a few new skills. Thanks!
by Krum A
•2020年9月13日
The course is very good in building intuition of important NLP topics (lectures especially). I would love the labs to include non-numpy tools, otherwise much of the effort goes into figuring numpy out, rather than trying to use the intuition from the lectures in practice.
by Jeroen v H
•2020年6月29日
Quite good - no idea why the one trainer tells us in the videos he is going to teach us something and then the other trainer does all the work. And at the end he comes back to tell us what he taught us - but he did not. All he does is intros and outros of videos.
by Hrushikesh V
•2020年8月13日
Although the course is great, the video lectures could go into more detail regarding how exactly to implement the theoretical concepts taught in python. The lack of this implementation explanation makes the weekly programming assignments unnecessarily difficult.
by David A
•2021年11月19日
Good overview, it is quite basic especially if you have previous background on NLP but helps to you have an introductory background of the most basic techniques when treating word embeddings. Eager to keep the specialization to see how complex it would get!
by Saumya G
•2021年2月26日
There could have been more depth added to this course, this would make it more interesting. I liked this course, but on some topics, it seemed more of like we just touched upon and finished. So, adding more insights may be more useful to this course.
by John H
•2020年10月31日
Very well thought out course, great connections between the weeks and everything builds up into real world applications. I am fairly certain there a small number of errors in some math and some of the hero videos would not load for me.
by Gokul G
•2021年3月19日
I was enjoying this course. But last week was not good. In the last week's assignment you have given everything, and have no clue of understanding why when how. I am disappointed because of last week. It was complete waste of time.
by kemal A
•2021年2月16日
Great course on the theory part but the assignments should be more flexible when writing the code, it is just fill in the blanks which restricts you and because of the explicit instructions it is hard to dive in and concentrate.
by J N B P
•2021年2月16日
A really good course that helps you get started in learning Natural Language Processing. It would be very helpful if you're familiar with some basic mathematical concepts of Machine Learning like Sigmoid function, PCA, etc.
by csr y
•2020年7月4日
Lecture is clear and concise. It's good to learn the high-level concepts of basic building blocks and foundation of NLP. However, the online programming exercise has some glitches that needs to be taken care of.
by Ajitesh S
•2020年8月2日
Overall the course was good how ever more intuitions could have been provided on the algorithm part. For example LSH, its short coming while performing sentence similarity tasks should have been discussed.
by Florian C
•2021年7月23日
The course gives a good introduction into the basic concepts behind NLP. However, I would have liked to see some more exercises that really challenge you to implement longer sections of code on your own.
by marco s
•2021年5月31日
The course is great for gaining intuition about some topics in NLP (Preprocessing, Word embeddings). However, some topics are quite advanced and it will take a while to understand those (PCA, LSH).