Can the instructors make maybe a video explaining the ungraded lab? That will be useful. Other students find it difficult to understand both LSH attention layer ungraded lab. Thanks
The course is a very comprehensive one and covers all state-of-the-art techniques used in NLP. It's quite an advanced level course and a good python coding skill is a must.
By Xu O
•The concept is not clearly explained at all. The instructor seems to be just reading a script. He did not try to explain the math. Instead, he uses graphs to try to fool us. The other instructor hardly teaches anything but just to show his face and say a few openning setences. I took Andrew Ng's courses and was impressed, but I am very disappointed by the quality of this course. Deeplearning.ai, please have some quality control over the courses you offer, otherwise it hurts your brand name!
By Lucas F
•The course is rather disappointing. Videos are short. They give you an intuition, why something works but don't go much into the details. When teacher said "Now you are an expert in transformers" it sounds like a mockery. The course material is split into four weeks, however you can obtain certificate after spending a few days.
Homeworks won't teach you much. For you to understand, by now the most hard exercise according to course's Slack is to write a function with model and input tokens as input, which should predict next token. It's body contains only 8 lines of code, some of them is already given, your task is well explained.
Trax, a deep learning framework, that is used in homeworks might be a great framework, but not for learners. All you need to do, is just to pick a layer, put it in right place and
voila. But instructions makes a situation even worse. It is so detailed, that you can just copy a code from instructions, paste it into your code and obtain a working solution. Sometimes you should look at documentation just to see the argument's name. You won't have to think about dimensions, you won't have to think about structure of a model. When you decide to write a transformer from scratch with Pytorch then, you will struggle hard, but the price is much deeper understanding.
Would I recommend taking this course? I think, that course team did a nice work to provide you an overview of the state of the art techniques in NLP. Some references are amazing. So if you treat this course like intorductory, you could take it. But don't expect too much. When you are said, that you will "build a chatbot using a Reformer model" take in mind that the crucial skill to do it, is just a copy-pasting.
By Shikhin M
•Superficial coverage of topics, lack of mathematical depth and sophistication. Dumbing down and simplification never help.
By Kabakov B
•the NLP spec course has ~30min video on every week, and sum-ups are ~1/4 of it. Thus, one cannot expect a good and profound theory knowledge, only some intuition and insights.Without theory, it can be expected that program tasks should contain something practical and superficial. Like crash-course into the most popular packages in the field. But tasks are huge – x6 time more than a theory – and boring. A lot of spaghetti code with few levels of enclosed IF’s, with constructions like `A[i][j:k][l+1]`, low code reuse, global variables, and `from utils import *`.The student will spend time doing the bad implementation of 100K times implemented things, and that will not provide him with enlightenment on how they are implemented because of a lack of the theory.And nobody will teach him how to use standard tools on simple and understandable examples. It is boring, exhausting, and impractical. And in most cases, students can't do just part of tasks, because the auto checker will raise an error.
By Konstantinos K
•I haven't had similar issues with previous courses by Deeplearning.ai, but with this one I was worried I'm overly stupid the moment I started, because I noted I was "missing" a lot and was not understanding easily what's going on (Note: I have all required background from the ML Course and DL Specialization). Then I saw the existing reviews and was happy to see I'm not alone to feel like that:
- Overly superficial coverage of theory in videos; too many things not explained well (if at all). For example: last week's videos are about... 18 minutes. REALLY? I thought we were talking more complex stuff here. If one can be taught this in 18 minutes, then... oh well...
- Lots of "copy-paste this here" parts in assignments, too (not much thinking/effort required).
- The quizzes are (as in most courses) a joke, they're there just for the sake of it; I just skip them.
- Looks to have been created in too much of a rush; I don't know if that's the case, but that's the feeling I get from the content quality...
Based on the success of the original Andrew Ng courses, the quality bar is high as are the expectations. I hope there is better quality control in future specializations, either in-house or by better selection of external beta-testers. I can't believe several reviewers bring this up, but no one else did before the release.
By Ravi S K
•Tricky course, not well explained. I had to struggle a bit to understand the various concepts.
By Ryan B
•To anyone looking to learn the content for the first time, I would suggest by reading the original papers and some blog posts. The videos are short and do not go in-depth much at all. The real meat for this course is in the homework assignments. The videos tend to oversimplify to the point of not explaining the concepts correctly or being flat out wrong and fail to give critical context to fully understand what is being explained. On the other hand, the homework was interesting (especially when compared to other courses out there) and did go in more depth, making students think through the details of some of the algorithms and models. tldr; learn the content elsewhere, take the course for the homework + to learn about trax.
By Jeremy O C H
•Can the instructors make maybe a video explaining the ungraded lab? That will be useful. Other students find it difficult to understand both LSH attention layer ungraded lab. Thanks
By Eitan I
•Great specialization, however the 4th course was not cooked enough. It is the most complicated material, sure, so this is the place to put extra effort in preparing the lectures and labs. Instead, I got the feeling you push much too much into 1 course. You should consider splitting it. I hope someone read this feedback...
By Han L
•Started out nicely, but for Week3 and Week4 a lot of the concepts and details are skipped over or copy pasted.
By Muhammad M G
•The videos need more explanation. Even the assignments were quite challenging because of 'trax'
By Raviteja R G
•Explanation in video lectures is very shallow. Have to read research papers or blogs for better understanding. Lecture videos can be made much better.
By Brooke M F
•Token one star.
I was very disappointed in the overall low quality of this course. The labs were confusing (poor formatting, misleading comments), and even though I completed the assignments, I do not feel I obtained any solid grounding of the underlying concepts.
This course is easily the worst course I have taken on Coursera. Why the drop in quality?
By Haoyu R
•Not as details as enough. The quality of the course is very good at the start but decreases as the topics go deeper.
By Dave D
•Seemed like this course was rushed together. The lectures were very high level and labs did not provide much depth beyond what was already presented in the previous NLP series.
By Jesús D M
•Two last weeks were a bit disappointing. Videos 3min long are honestly not enough to explain how these models work. I barely catched anything.
By Leon V
•This should really be two separate courses, instead of one. In general, there should also be a separate course for TRAX syntax.
By Fritsch V
•Very disappointed by this course. I took the specialization to better understand Attention and these few videos are very unclear... I saw in the forum that my sentiment in shared by many people. Hope that Andrew will react and give us a better learning material.
By Paul J L I
•This course glossed over everything and as a result I learned pretty much nothing. The constant congratulations for having done things, when I haven't done anything is aggravating.
By Jonathan M
•The course was wonderful, full of updated content and explained in a really good way. Good work!
By Akash
•Outstanding Course. The course was rigorous
By Jorge A C
•The course introduces state-of-the-art techniques in NLP.
What is good about the course: (1) the Lab notebooks and assignments are well documented. Much of the material covered in the lectures is covered in much more detail in the notebooks; and the instructions facilitate very much model implementation. So much that one could finalize the assignments in a single afternoon. (2) The reading list and web resources listed are very helpful to understand the models' intuition and how they improve on earlier NLP models.
What is not so good about the course are the video lectures. The lecturer attempts to explain the content in the notebooks but regrettably, his efforts fall short. The script in the video lectures is too repetitive and does not explain the material at the required depth.
After the second week I decided to skip the lectures altogether and proceed to learn the material from the labs, the assignments, and the references. To understand the material fully I watched the corresponding YouTube videos of Stanford's CS 224N. In this regard, the Labs and the assignment served as a good complement of the Stanford course's videos.
By Jean-Luc B
•Maybe my fault but at some point in these courses I got lost in the logic and the whys of the networks constructions. I managed the assignments because for some to pass you only need to know how to copy and paste.
But I reckon the great value of the material, I think I'll need to revisit and spend more time on the optional readings.
And still overall a great specialization, thanks to all the persons involved in these courses !
By Israel T
•Very educational! I learned a lot about the different NLP models. However, it seems like week 3 and week 4 were rushed. Also, some of the items (e.g. what each layers does and why do we need that layer) were not properly explained. Other than that, this is a good course to have a general overview on some of the state of the art NLP models.
By Tianpei X
•the homework is way too simplified esp. in week 3 and week 4. My impression is that the ungraded lab was actually the real homework but was put aside to allow more people to pass. That is not a good compromise.