Chevron Left
Back to Sequence Models

Learner Reviews & Feedback for Sequence Models by DeepLearning.AI

4.8
stars
30,203 ratings

About the Course

In the fifth course of the Deep Learning Specialization, you will become familiar with sequence models and their exciting applications such as speech recognition, music synthesis, chatbots, machine translation, natural language processing (NLP), and more. By the end, you will be able to build and train Recurrent Neural Networks (RNNs) and commonly-used variants such as GRUs and LSTMs; apply RNNs to Character-level Language Modeling; gain experience with natural language processing and Word Embeddings; and use HuggingFace tokenizers and transformer models to solve different NLP tasks such as NER and Question Answering. The Deep Learning Specialization is a foundational program that will help you understand the capabilities, challenges, and consequences of deep learning and prepare you to participate in the development of leading-edge AI technology. It provides a pathway for you to take the definitive step in the world of AI by helping you gain the knowledge and skills to level up your career....

Top reviews

AM

Invalid date

Excellent course! This course extensively covers all of the relevant areas of NLP with a strong practical element allowing you to applying Deep Learning for Sequence Models in real-world scenarios.

GS

Invalid date

So many possibilities will be presented in front of you after this course. The only limit is the boundary of my imagination and creativity, that is how I feel now upon the completion of this course.

Filter by:

2826 - 2850 of 3,671 Reviews for Sequence Models

By John B

•

Sep 20, 2018

Great content, and leaves me set to build systems making predictions for or conversions between sequences- particularly including text posts, which are an interest of mine.

Deducted a star because a couple of ungraded exercises contained errors which had been left uncorrected; they were still valuable, especially the manual implementation of backprop one, but there's some missing attention to detail there. But the level and effectiveness and practical applicability of the course remains excellent and I'd still heavily recommend it.

By Shivdas P

•

Jan 5, 2020

I found the first week of this course a bit tough compared to all the other 4 courses in this specialization. Perhaps there should be one more week to give much more programming exerises to help understand the concepts clearly. But having said that, the last two weeks, especially the last one about hot-word, is very neatly done and provides very good understanding of such models are implemented. Overall satisfied. Thanks Andrew and team, I feel much more confident in my understanding of these terms and the concepts behind them.

By MC W

•

Apr 9, 2018

I never been exposed to this subject Sequence Models before. I learned a lot from this course. But the materials is more advanced than all previous ones, especially the program exercises. The exercise guideline is helpful but not leave many guess works for students not well skilled in Python and Keras. I completed the program exercises by blindly trying different keras commands.

Little suggestion: include a short but complete example code for building Keras Sequence models in the tutorial.

Over all, a great course. Thanks a lot.

By Kai H

•

Feb 10, 2019

Overall, it is very good course unless for some minor problems with the assignments.

For example, in Week1 the optional assignment, there are many bugs there, one may waste a lot of time trying to figure out the correct solutions. Though, it has been widely discussed in the forum, the instructors should have updated the material or at least warn the students somewhere in the assignment to read forum ahead of time. You must admit that many won't resort to the forum only after trying and wasting enough time..

Hope may help.

By Conor G

•

Nov 6, 2018

Much more challenging than the other courses in the DL specialisation. It forced me to delve a little deeper into the topic in order to overcome obstacles in the assignments. Content-wise, it's a great introduction to DL for NLP. Professor Ng's explanations are perfect.

Admittedly, compared to the other courses, this one is "messier". Spelling mistakes, some contradictory instructions, and a somewhat broken notebook for the last assignment. It felt rushed and I'm surprised that a lot of the errors haven't been fixed yet.

By Li Z

•

Feb 23, 2018

The course itself is cutting-edge, so a 5-star for this.

But the following amount to a -1 star:

1 Too sloppy, lots of typos.

2 Wrong answers wrong expected values in the notebook.

3 Grading server sometimes runs slow.

4 Saving the notebook fails quite often.

5 Too much is done for the learners, while you could've make the programming assignments more challenging.

6 Deep learning itself has too much black magic and inexplanability in it.

I'm quite sure that harsher comments and a few 2-star or 3-star will be among the reviews.

By Deleted A

•

Nov 19, 2020

In general, about all the specialization, I think that some of the programming assigments could be more didactive to understand the concepts of the courses and not to find what the code is doing in that specific task. For all the others aspects of the course I think it's perfect for a litlle bit more than an introduction.

For the last course, I feel that some concepts were explained very fast and for some of these i took me a lot of time to understand what I was doing.

Congratulations for all the good work you made.

By Dan C

•

Sep 27, 2023

The lectures were very helpful - Dr. Ng has a gift for providing context and intuition. The programming assignments were not as instructive as I would have hoped since they mostly involved "fill in the blanks" and matrix math operations. I would have liked more "ground up" development that forced me to learn how to create solutions on my own vs be dependent upon scaffolding and examples. I know that's hard from an automated grading perspective, but perhaps one keystone assignment per class makes sense.

By Ed S

•

Oct 21, 2018

It's a good intro to RNNs (LSTMS and GRU). Very interesting use cases for RNNs. I feel that there could have been more room to try more programming exercises for different use cases & RNN architectures. Be aware that Keras is very sensitive to changes and you will find yourself reloading the jupyter kernels repeateadly when you get stuck. This is not a problem of the course itself but it is something that could end up wasting a lot of your time chasing problems when your code actually should work.

By Steven K

•

Jan 18, 2023

The lecture videos are great. Andrew is a great teacher in teaching concepts at the most intuitive level. By the time I finished the course, I had sufficient knowledge to be able to read and understand the paper.

One shortcoming of the course is that - the applied coding skills you gain from the course are quite limited, as the quiz and the assignments are a bit too simple. I wish there could be an optional advanced version of quizzes and assignments that are more thought-provoking.

By Joseph C

•

Apr 19, 2018

Another great course by Andrew Ng! This course is part of the CS230 class currently being taught at Stanford University. Only reason for 4 rather than 5 stars is that at this stage (April 2018), there are few knowledgeable mentors and virtually no Instructors present in the Forum. Course provides little introduction to the syntax of Keras, which makes for some problems implementing models. Therefore one might spend a lot of time spinning one's wheels until finding a way forward.

By Nam N

•

Aug 11, 2021

This last course is the most difficult challenge in the entire specialization, I personally have to watch back the video lectures many times. But I appreciate Andrew's efforts in transmitting knowledge in the most possibly understandable way. In the assignment section, I found it necessary to have advanced experience in Python to be able to comprehend. Even if you have completed all the exercises, I believe most of you would only understand about 30-40% what you were doing.

By Andreas B O

•

Jan 23, 2020

As with all the 5 courses in the Deep Learning Specialization, the video lectures were amazing, thoughtfully designed (and separated) and gave an understandable overview of the content. As for the programming assignements, some lack a clear description of what is to do - that mostly concerns single steps withing a sub-task though. Tensorflow and Keras need a considerable amount of self-study next to the lectures to truly understand what you are doing there.

By Luisa F A S

•

Sep 8, 2022

NLP is definitely my favorite application of DL. This course was fun, although W4's assignment was quite confusing. Maybe it'd be nice to clarify that though the labs are ungraded, they'll help the learner deepen understanding of concepts and to explicitely recommend that they're completed before the assignment, so overall learning process becomes smoother.

But in general the course and the specialization were quite fulfilling, thanks a lot to the staff.

By Mislav C

•

Jul 3, 2022

Theoretical knowledge gained during this course is good, for beginners in this area they learn what can be done and how. Only minus is practical assignements which are too straightforward, it's helpfull to have guide what to do, but maybe some assignement which doesn't have too much of a guide could be good (not necessarily the one which is graded but something which makes you to think a little bit more rather than follow the tips and writing Python code).

By Guilherme Z

•

Sep 4, 2019

I enjoyed this course very much. The videos were very informative covering a lot of ground in RNNs. I also enjoyed the assignments which covered both implementation of RNNs from scratch to get a good feel for it, and practical implementations. I was a bit disappointed about NLP section as it brushed over word embedding and left me without much understanding on how they are estimated. I would also like to have seen time-series covered in this course.

By Michał K

•

Jun 11, 2019

I loved all of the courses in the specialization. However, last two (sequence models and convolutional NNs) had in my opinion poor exercises, not well described, or emphasizing the parts which are not that important, omitting at the same time more important topics. For example the last exercise with spectogram was mainly focused on preparing the data rather than explaining/practicing algorithms. All in all, I gave 4/5 which is still very good grade.

By Serkan Ö

•

Jun 25, 2018

I dont understand why notebooks are become unavailable when I am working on it. It says method not allowed and then please login through www.coursera.org. Then I had to run all the cells again. I think this is because of the lack of resources like # of servers available. Other than that, like the content of the programming assignments. Especially the trigger word detection algorithm worked perfect with my own voice, that was satisfying of course.

By Betiana F

•

May 31, 2020

This course is a great introduction to sequence models and a great way of finishing the specialization. All main areas were covered. It is a good entry point for those who want to keep improving their sequence-models skills.

Keep in mind that Keras is needed (not a basic level). In comparison with the other courses, the exercises here sometimes are more focused on the preprocessing that in the model itself. Nevertheless, more than recommended.

By Erik B

•

May 4, 2018

I got an overview of how people use this technology but the whole network architecture and especially dimensioning remains to be somewhat of a black art.

The overview is much better then one could obtain by downloading tools, or reading framework-centric books. It provides also a lot of information through the references to the scientific literature.

It is clear that this is a field still in its infancy but the results are already amazing.

By Sandeep J

•

Feb 22, 2018

Awesome course. It feels like this one was more rushed than the others in the Specialization. I am a bit concerned whether the "Specialization" has become a "Survey" of the course, and leans heavily on the assignments for teaching..but then, could do more for why some architectures are the way they are. The assignments improved from being a spoon-feeding exercise. That's good. But, on the other side, Keras documentation was confusing.

By Zhisen C

•

Oct 17, 2020

The 5th course materials were not as solid as the previous 4 courses. Mainly due to heavily use of Keras API and lack of Numpy implementation. There is nothing to complain about indeed as for the same amount of content the 5th courses had covered, implementing on Numpy will take way longer. Maybe adding more explanation on how the Keras API work will help a tons. Overall it is a very good course that I would recommend anyone to enroll.

By Aditya T

•

Jul 1, 2018

Excellent series of courses! Loved the lectures and thoroughly enjoyed the exercises! A big thanks to Andrew Ng and all the instructors and mentors. The forums provided useful hints on the couple of occasions I was stuck. While I would have initially suggested providing more info on Keras APIs, in hindsite the additional time spent in searching Keras documentation was useful arriving at better understanding of the infrastructure.

By Aditya C

•

Feb 21, 2018

The Literature for RNN's was not motivating enough compared to Convolutional Networks and the previous courses. However, Andrew did concentrate on the important aspects which would help us in building RNN ourselves. I did feel the assignments were not as elaborative and extensive as the CNN's but I understand the idea behind it (being just to make users aware of the skeleton of the model instead of doing everything from scratch).

By Peter G

•

Feb 20, 2018

This one is much better then the previous one - Coursera team definitely made their homework. However some theoretical blank-spaces are still left. For instance - nothing is said about how recursive gates are being updated during BPTT backward pass. For someone who has the some experience and read some other sources that is not a big deal, but for a complete first-timer who pays attention and uses his brain - this is a pure flaw.