Chevron Left
Back to Natural Language Processing with Classification and Vector Spaces

Learner Reviews & Feedback for Natural Language Processing with Classification and Vector Spaces by DeepLearning.AI

4.6
stars
4,257 ratings

About the Course

In Course 1 of the Natural Language Processing Specialization, you will: a) Perform sentiment analysis of tweets using logistic regression and then naïve Bayes, b) Use vector space models to discover relationships between words and use PCA to reduce the dimensionality of the vector space and visualize those relationships, and c) Write a simple English to French translation algorithm using pre-computed word embeddings and locality-sensitive hashing to relate words via approximate k-nearest neighbor search. By the end of this Specialization, you will have designed NLP applications that perform question-answering and sentiment analysis, created tools to translate languages and summarize text, and even built a chatbot! This Specialization is designed and taught by two experts in NLP, machine learning, and deep learning. Younes Bensouda Mourri is an Instructor of AI at Stanford University who also helped build the Deep Learning Specialization. Łukasz Kaiser is a Staff Research Scientist at Google Brain and the co-author of Tensorflow, the Tensor2Tensor and Trax libraries, and the Transformer paper....

Top reviews

MN

May 24, 2021

Great Course,

Very 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

SJ

Jul 17, 2020

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.

Filter by:

26 - 50 of 847 Reviews for Natural Language Processing with Classification and Vector Spaces

By Dijo X

Sep 1, 2020

Honestly speaking the video materials are not at all sufficient to understand the concepts. I have to watch other YouTube videos to understand concepts.

By Artem R

Jul 2, 2020

I've got strange feelings about this course. If we are talking about courses from deeplearning.ai, it all started with Tensorflow in Practice specialization.

This course have should have 2 weeks or maybe one, because everything can be accomplished in a few days.

It has very small amount of interesting content.

It is repetitive (some parts of assignments are copied from Deep Learning specialization assignments).

The video lessons are strange - it seems that two instructors recorded same videos and only beginning and ending from Łukasz Kaiser's videos got to the course (which is not fair).

Some procedures don't have description for function's arguments. Some procedures don't have testing function - you don't know if it works or not.

This course should be a part of another course, because it doesn't seem as a complete course. It feels like it doesn't completed, like it is a draft for a full course.

I believe that others courses from this specialization will be better. If you know Russian, I suggest you to take course about NLP on Stepik platform https://stepik.org/course/54098/syllabus. It is much better.

By Miguel O

Jul 18, 2020

I came in with high expectations based on prior experience taking Andrews Ng's Marchine Learning course and Deep Learning specialization. Unfortunately, this course did not come close to meeting my expectations. The quality of the lectures is generally rather poor. The only real purpose they serve is to introduce terminology so that the student can seek better lecture material elsewhere. Some of the assignments may be interesting to folks with no prior NLP experience, but most are pretty basic to call this an intermediate level course. I recommend that folks fast-forward through the course lectures and find much better material available on youtube. Overall, I am pretty disappointed...

By Anshul B

Feb 6, 2021

Good explanations, covers some fundamental concepts in text classification and vector embeddings. Not a wholesome introduction to NLP and Text Analytics if that is what you are after

By অপু

Jul 13, 2020

The instructors left out too much on the intuition part.

By khubaib A

Dec 8, 2022

It was the worst experience I have ever had. It is just pain with no gain. The instructor was too young. The lectures were not explaining anything that was included in the labs. The course learning objectives were entirely different from the course itself. The course requires expertise in python that is not written anywhere. The lectures and Labs are in different dimensions. Everything that you want to learn will be in assignments that will not be taught in course lectures. It means that all the burden will be on your shoulders. Lecture videos are just about the intro and expect everything as an expert to be done in the assignments. It seems that it's a blog instead of a taught course. It's better that we go and read the blog related to NLP. Labs are all useless. Some labs are having errors that waste too much time for students. Poor support.

By shahid M S

Aug 21, 2023

I am not satisfied with this course as it contains very long assignments and even after completing the assignments, i am unable to get any grades because of errors. Have reported errors too but no any quick response.

By Mounir H

Sep 14, 2020

Well paced and easy to follow.

There are some typos here and there (so the course might need some more polish on that end) but, apart from that, it's accessible and puts the focus on understanding the concepts rather on coding contrary to what I have read in another review.

You could follow the course even with no prior experience in Python.

If you take the course, don't skip the ungraded assignements, they are an integral part of it and provide more detailed explanations of what has been taught in the lecture videos.

Thanks to the team and good luck all.

By maaz r

Feb 12, 2023

I really enjoy and this course is exactly what I expect. It covers both practical and conceptual aspects greatly and I recommend everyone to enroll in this course to make their NLP foundations strong

By Dustin Z

Aug 1, 2020

A really great course in NLP. They do a really good job balancing beginner and intermediate skill levels. This is a good introduction to NLP and machine learning in general. Really fun course!

By Paul S

Jul 9, 2020

Fun, interesting and useful course. A couple of road bumps in the assignments made me waste a lot of time, but the forums and Slack channels were lifesavers in those situations.

By Carlos O

Jun 28, 2020

I has the right mix of challenge and support. I gained new insights into topics that I thought I already understood well. Great introductory course.

By alfredo m

Jun 25, 2020

Very helping in understanding the maths behind NLP for classification methods and I can see these things more intuitively from now on

By Dave W B

Jun 22, 2020

Good job! The course material is easy to follow and the links to related material is appreciated.

By Aleksander M

Jun 22, 2020

Great course, very good materials and explanations! ❤

By Justin M

Jul 17, 2020

A high quality course overall! It helped me understand both theory and the programming mechanics of implementation. The Jupyter notebook guidance was detailed and well-organized!

Enhancement opportunities:

I felt the PCA lectures and PCA function implementation were a bit muddled. Consider illustrating the geometric intuition behind PCA: when 2-D data points are projected onto a line, the "best" line maximizes variance along the line while minimizing the reconstruction error of the data points.

The final notebook assignment is long and contains a large number of function and global variables. It is a lot to digest. Maybe enhance it with a takeaway video that unlocks after the assignment is passed. The video will visually recap what was accomplished by showing the start-to-end pipeline.

The course is a great value for the price!

By J. C

Jun 27, 2023

Good overall, but there is room for improvement. The video lectures can be improved upon -- many of these are essentially the lecturer reading over a high-level description of a given concept, as opposed to detailed explanations (e.g., SVD & PCA topic). The unit tests for the assignments also need to be more robust and/or error messages generated by the auto-grader need to be more specific. You should not routinely see cases where "All Tests Pass" for ALL cells in the assignment notebook and yet the auto-grader fails to assign credit for 1+ modules, forcing the student to trouble-shoot issues that were not caught by the unit tests and for which the auto-grader error logs are unavailable.

By James P

Jul 24, 2020

I learnt a lot on this course - the material about matrices and matrix operations was all totally new to me, so it took a while to get my head around (more background reading links here would've been helpful). Also, with some of the grading cells in the assignments it was difficult to understand why the answer was being marked as incorrect (examples being UNQ_C11, UNQ_C22 in the week 4 assignment).

By chris B

Nov 15, 2020

You must have a very strong knowledge of python to do this course. Concepts are explained well, but work submitted often goes beyond explanation. I found I understood the concepts but had difficulties with the intricacies of pyhon, numpy and various syntax.

By GARVIT K

Jun 26, 2020

The first three weeks were taught really well. But I found the explanations of LSH and Hashtables rushed and they could have given more time to explain it. The assignment in the 4th week was very tough

By Simon T

Jul 5, 2020

Ok but coding exercises could have been better structured (e.g. less long functions without easy to run test cases). The exercises could also have been a little more stimulating.

By Galen S

Oct 16, 2022

Some of the instructions were very unclear. In the last section, they started linking to explanations of some terms, which would have been really helpful earlier.

By Demetrio R L

Jul 25, 2020

Great course, with interesting examples. However, I am dissapointed with the automated grading system, which wrongly penalized answers and impacted final grade.

By Robert H

Jun 28, 2020

Very good course from deeplearning.ai team , you will need some background in ML and Python. The support on the coursera forums could be better.

By Mike D

Jul 30, 2020

Academically, a step down from deeplearning.ai's previous courses. In terms of technical quality, the media could use improvement, particularly in normalizing audio levels and ensuring a perfect acoustic setup for all lecturers. Coursera should hire some acoustics and motion pictures experts and task them with improving "production values" (look it up).

Shortcomings notwithstanding, this is still a great class and a "must take" for any aspiring NLP expert.