Chevron Left
Back to Sequence Models

Learner Reviews & Feedback for Sequence Models by DeepLearning.AI

4.8
stars
30,383 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

WK

Mar 13, 2018

I was really happy because I could learn deep learning from Andrew Ng.

The lectures were fantastic and amazing.

I was able to catch really important concepts of sequence models.

Thanks a lot!

AM

Jun 30, 2019

The course is very good and has taught me the all the important concepts required to build a sequence model. The assignments are also very neatly and precisely designed for the real world application.

Filter by:

3451 - 3475 of 3,693 Reviews for Sequence Models

By Adam J

•

Dec 2, 2019

This course was at a really high-level and barely scratches the surface of Sequence Models. Didn't really go into much detail behind any of the theory, and the programming assignments were mostly done for us, so you don't really end up learning much. You certainly won't be ready to have a job solving NLP problems after taking this course. If you want that, you're better off going through actual college courses online.

By MD. B U A

•

Oct 16, 2020

First of all, the programming assignments are really copy-pastes. There is nothing really to storm your brain for. Second, many of the ideas presented in the video lectures are very brief and short, skipping the explanation parts. After taking this course, I now know the names of lots of algorithms and models, but that's all I know, only the names. To get broader knowledge on them, I have to look somewhere else now.

By Eero L

•

Jun 7, 2019

The course content and Andrew Ng are great. The submission process of the assignments is absolutely dreadful. You might get 0 points for correct answers or not, depeding on...well, I have no idea on what. Maybe it's Jupyter Notebook, maybe it's Keras or maybe it's something else. But you must have good search engine skills, since you will most likely spend a lot of time in searching the discussion forum for answers.

By Amit G

•

Jul 15, 2021

May be this is my observation but this is the 1st course where I am unable to understand most of the explanation by Andew Ng, and the course exercises are more like the python coding like slicing, dicing, filtering, and how come this course is same for last 3-4 years, not even objective questions, There has been a tremendous breakthrough in the field in last 3 years and the course content is still the same.

By Jean

•

Feb 19, 2020

too much information for such a short course. We only get a very superficial understanding of concepts with very little practice to solidify our understanding. The assignments involve implementing very small parts of much bigger systems. I guess the course is ok to get a general idea of the concepts but for deeper understanding of the topics a longer course or multiple courses would be needed.

By Aliaksandr P

•

Mar 30, 2018

This is a very interesting topic. However, I believe the course itself can be improved. I believe there can be more information about NLP and sequence models in lectures. It would be nice to add lectures with practical suggestions about training and tuning sequence models. There were lots of typos and mistakes in notebooks that were found by other fellow students and not addressed by mentors.

By Heyang W

•

Feb 19, 2018

The course overall isn't as good as the previous 4 ones especially for the PA part, I can pass the grader even with wrong output. The PA improvement sometimes just create more discrepancy. The PA is just a walk through of how to building those basis models, but those little bugs will drain extra hours to figure out. I think this course is kind of a prototype one especially on PA part.

By Peter F

•

Feb 20, 2018

Compared to the previous courses, this was a disappointment. There is not as much content as I expected and the homework exercises are not well prepared. If one spends more time with debugging than with "learning concepts" in a basic course like this, then something seems wrong.

Moreover, in a situation where so many people pay so much money (because of Andrew Ng's credit)...

By Vivek G

•

Dec 27, 2019

That was tough, how the weights are stored and their dimensions inside the 'time steps' can be explained by adding one more video, btw the course is awesome if you want to learn the basics of sequence models, you should have completed the previous 4 courses before diving into this. I will always remain thankful to Andrew Ng for providing this type of platform.

By Categorical S

•

Jan 13, 2019

Positives : Excellent lecture material. Assignments broadly are well structured. HIgh bar set by Andrew Ng. Negatives: Assignments have too many errors and mistakes as of Jan 2019 (especially but not only in the optional / ungraded sections) for me to be confortable 100% recommending the course. Instructions for assignments are also not fully fleshed out.

By Sumandeep B

•

Mar 30, 2018

This course is good for introduction to sequence networks, but I felt this is not at par with the previous course 4 (CNN). This feels a bit hurriedly done, with many important things only just touched upon. This should have been a 4 week course like the previous module. Then due attention could have been given to the field of speech, audio, sequence domain.

By Krzysztof J

•

Feb 4, 2018

The course is generally good. However there are some issues with lecture videos editing (some sentences are said multiple times), and with activities (e.g. default settings hardcoded in one of notebooks, didn't let have output shown as reference, also in some cases automated grader has some assumptions, which need to be found using trial and error method).

By Cristian M V V

•

Mar 28, 2021

Great course, great activities and really good programming excercises.

I give it 3 stars because instructors let political views tainted week 3 videos and assignments of this course by introducing some techniques for 'debiasing' and making your neural networks more bias to gender equality political views. That has nothing to do with science.

By Jerome B

•

Feb 19, 2018

I've got mixed feelings about the whole Specialization. Many very interesting topics, but on the other hands I don't feel like there's any takeaway knowledge for me. Until the very end I've been feeling completely lost in the exercices. I'm proud to have been able to hold on until the end but I'm not sure it's been an useful use of my time.

By Aditya B

•

May 9, 2019

Really interesting course with fascinating applications. However, in terms of difficulty, it is a significant step up from all the previous courses. A lot of time is spent figuring out the syntax even though the concepts are crystal clear. ( Probably as it is a collaboration with NVIDIA). The programming assignments could be improved.

By Miguel O

•

May 24, 2020

It´s a fairly good course, with lots of cool topics covered on it. My main complain would be that the subjects covered are dense enough to be arranged on a four or even five week course. Instead, for some reason, all the stuff has been squeezed within three weeks, which makes the lectures shallow and rather cryptic most of the time.

By Amine B

•

Sep 5, 2024

Things accelerate too fast. Vanilla Neural Networks are explained really nice and slow. One you arrive to RNNs , that have many configurations ( one to many, many to one, many to many ) Not only we don't go through each oen them but the course put GRU and LSTMS together with them in the same Week ... crazy. Very compact module.

By Romain L

•

Mar 25, 2019

The course was great, as ever. But some of the programming exercises were very frustrating. Oscillating from very easy to very difficult, with some unclear (and sometimes erroneous) instructions. I felt this was in sharp contrast with the previous 4 courses of this specialisation, for which the course and exercises were perfect.

By radheem

•

May 1, 2020

the course covered a lot of essentials and gave me a rough idea of how stuff NLP and sequence models work. Though at the same time the content often left me confused and overwhelmed. the Convolutional Networks course was far better.

Overall its great work and I am thankful for hard work put behind the complete specialization.

By Hans E

•

Mar 3, 2018

Great lectures, great teacher!

I would have given 5 stars but for the problems in the exercises / grader. Some problems that are know for weeks or even months are not resolved. This causes many wasted hours for many hundreds of students. Please solve this and make it a 5 star course.

Many thanks to Andrew Ng and the mentors!

By Glukhov E

•

Feb 16, 2020

The programming tasks were very simple. I doubt that you can really learn anything when you just need to copy the text from the task description and paste it. The content of the tasks was excellent, but the level of personal involvement was minimal.

In addition, the information in the course is already outdated.

By Richard S Z

•

May 17, 2018

The lectures were OK ... better LSTM tutorial by Chris Olah

The exercises really need some review ... very frustrating ... and not all that illuminating .

The course was a good intro to DNN ... but I think either replace Week 3 - Structuring ML Projects with a course on Keras ... or add a course just on Keras.

By JK

•

May 19, 2021

In my oppinion this course was too hard. I mean I could solve the assignments, but there was too much "magic" in those assignments. At least for me it was hard to develop enough intuition. But maybe its also due to the fact that I am more interessted in image based convnets where I have more background.

By Piotr D

•

Nov 17, 2018

The course does not explain how to use Keras (it's assumed you've finished the previous course). What's more a lot of code parts is implemented in some difficult way (for loops instead of Python's builtins and idioms like any or list comprehensions). I'd love to see more materials on speech recognition.

By Suresh D

•

Mar 25, 2018

I guess as the subject matter becomes more complex, more training is required on the underlying frameworks being used- Keras, TensorFlow etc. Did not feel that sufficient time was spent on understanding the underlying frameworks. Also the TA work is of spotty quality. But I love the way Andrew teaches.