• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online DegreeExplore Bachelor’s & Master’s degrees
  • MasterTrack™Earn credit towards a Master’s degree
  • University CertificatesAdvance your career with graduate-level learning
Careers
  • Log In
  • Join for Free
    Coursera
    Chevron Left
    Back to Natural Language Processing with Sequence Models

    Learner Reviews & Feedback for Natural Language Processing with Sequence Models by DeepLearning.AI

    Filled StarFilled StarFilled StarFilled StarHalf Faded Star
    4.5
    stars
    1,169 ratings

    About the Course

    In Course 3 of the Natural Language Processing Specialization, you will: a) Train a neural network with word embeddings to perform sentiment
    analysis of tweets, b) Generate synthetic Shakespeare text using a Gated Recurrent Unit (GRU) language model, c) Train a recurrent neural
    network to perform named entity recognition (NER) using LSTMs with linear layers, and d) Use so-called ‘Siamese’ LSTM models to compare
    questions in a corpus and identify those that are worded differently but have the same meaning. By the end of this Specialization, you will
    have designed NLP applications that perform question-answering and sentiment analysis, created tools to translate language...
    ...

    Top reviews

    SA

    Sep 28, 2020

    Filled StarFilled StarFilled StarFilled StarFilled Star

    Overall it was great a course. A little bit weak in theory. I think for practical purposes whatever was sufficient. The detection of Question duplication was a very much cool model. I enjoy it a lot.

    AB

    Nov 12, 2021

    Filled StarFilled StarFilled StarFilled StarFilled Star

    This is the third course of NLP Specialization. This was a great course and the instructors was amazing. I really learned and understand everything they thought like LSTM, GRU, Siamese Networks etc.

    Filter by:

    226 - 240 of 240 Reviews for Natural Language Processing with Sequence Models

    Filled StarFilled StarFilled StarStarStar

    By Ashim M

    •

    Nov 22, 2020

    Would've been better with a better documented library.

    Filled StarFilled StarFilled StarStarStar

    By Shaun S

    •

    Sep 7, 2024

    You'd better know python and enjoy reading man pages

    Filled StarFilled StarFilled StarStarStar

    By Mahsa S

    •

    Mar 26, 2021

    I prefer to learn more about nlp in pytorch

    Filled StarFilled StarFilled StarStarStar

    By Mauricio B

    •

    Dec 1, 2023

    The assigment and labs are not great :/

    Filled StarFilled StarFilled StarStarStar

    By Leon V (

    •

    Sep 28, 2020

    Grader output could be more useful.

    Filled StarFilled StarStarStarStar

    By Paul A

    •

    Oct 6, 2022

    The first two courses were OK and I was looking forward to doing the next one. The instruction for this is not bad, although most of it is about neural networks as they applied to NLP. NLP is not a major topic, honestly. But you do get some introduction to some concepts in neural networks.

    The problem I have dealt with is that for this course is that the code does not work on Windows. The course uses a library called trax which has a dependency that won't work on Windows. Since I find it very helpful run all the code locally in my IDE and visually see the data and variables in the debugger instead of attempting to run everything in Jupyter, being able to run it locally is very important, at least to me.

    I have spent a lot of time trying to get it to work. First on my laptop before realizing it won't work, then on an old Linux computer and my newer Mac Mini (does not work on my Mac like the first notebook claims). "Install WSL on your Windows". "For M1, all you have to do is build jaxlib from sourse. And maybe tensor flow." etc. etc. Because we all have nothing better to do than to dig into online forums trying to figure out which files to download and which commands to run, when the last thing you tried didn't work.

    In summary, the videos aren't bad but if you use Windows and like to run the assignments locally, you may want to find another course.

    Filled StarFilled StarStarStarStar

    By Miguel A

    •

    Jul 1, 2024

    The course is interesting, but the graded exercises are a mess. It looks like they've been recently updated and obviously they haven't been checked: Formatting errors, contradicting and confusing instructions, tests that fail because of bugs in the autograder tests... The forums are sometimes completely useless, there's a mix there of old and new information but the worst part are the "mentors". If you are lucky, you'll get one that knows their stuff, otherwise you will spend days pasting error messages, sending screenshots and trying to convince the mentor that there's actually an error there.

    Filled StarFilled StarStarStarStar

    By Hùng N T

    •

    Feb 26, 2024

    Everything was good except that this course uses Trax. This framework has yet to have any new releases since 2021, and I cannot manage to train deep learning models using Trax on my GPU, not even possible in Colab. Trax is also very buggy and it does not have a large community to help. Recommendation for learners: take the course after it is fully rebooted to TensorFlow unless you want to take other courses to get useful/working code for NLP.

    Filled StarFilled StarStarStarStar

    By Victor N

    •

    Oct 26, 2022

    The code assignments are poorly documented, and doesn't even follow its own instructions. E.g. the last assignment has instructions in plain text, referencing variables and how to use them. But in the comments when to actually implement the code, there are new variables and new comments which seems to not overlap with the previous instructions. This makes it very confusing when just trying to understand what is suppsed to happen in the code.

    Filled StarFilled StarStarStarStar

    By Greg D

    •

    Dec 24, 2020

    Spends a lot of time going over tedious implementation details rather than teaching interesting NLP topics and nuances, especially in the assignments. Introduction to Trax seems to be the only saving grace, one bonus star :)))).

    For having Andrew Ng's course as suggested background for this course this is a big step (read as fall) down.

    Filled StarFilled StarStarStarStar

    By Miguel Á C T

    •

    Mar 19, 2021

    The course is good as an example of code that executes tasks correctly; that is, you can see how neural networks are defined and used in Trax. However, from a pedagogical point of view, I find it quite weak. Concepts are poorly explained and notebooks consist of little more than copying and pasting previously displayed code.

    Filled StarFilled StarStarStarStar

    By Mridul S

    •

    Oct 14, 2023

    Theory wise, it's a decent course. But I am paying the money to access the labs and assignments as well. But all those practical work is in 'Trax' which is a task to learn and is totally useless because no one uses that. Kindly convert the labs and assignments to tensorflow or pytorch.

    Filled StarFilled StarStarStarStar

    By Alessandro R

    •

    Sep 14, 2024

    The final exam of the course has a bug: a test for the function TripletLossFn(v1, v2, margin=0.25) is wrong .... only after many hours of debugging I realized that it can be passed only if you switch v1 and v2

    Filled StarFilled StarStarStarStar

    By Manikandan N

    •

    Jul 27, 2022

    Useless i would strongly recommend you to don't enroll this course. None of the content is properly covered. For your kind notice Andrew Ng is not the instructor of this course.

    Filled StarStarStarStarStar

    By Abhishek V

    •

    Oct 17, 2024

    This course is simply bad and very poor in explaination and code assignment. The jupyterlab is outdated and causes frustration (no debugging). The videos are very short for what they have to explain, as if the author is teaching experts. Overall, this course is not upto the standards of deeplearning.ai which has the bar high for their courses. I recently completed other specializations from dl.ai and they are extremely well throughout. In this course, the authors seem extremely lazy in both explaining concepts and in assignments.

    • Chevron Left
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • Chevron Right

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Manage Cookie Preferences
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok
    Coursera

    Sign up

    Learn on your own time from top universities and businesses.

    ​
    ​
    Between 8 and 72 characters
    Your password is hidden
    ​

    or

    Already on Coursera?


    I accept Coursera's Terms of Use and Privacy Notice. Having trouble logging in? Learner help center

    This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.