• 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 in TensorFlow

    Learner Reviews & Feedback for Natural Language Processing in TensorFlow by DeepLearning.AI

    Filled StarFilled StarFilled StarFilled StarHalf Faded Star
    4.6
    stars
    6,517 ratings

    About the Course

    If you are a software developer who wants to build scalable AI-powered algorithms, you need to understand how to use the tools to build them.
    This Specialization will teach you best practices for using TensorFlow, a popular open-source framework for machine learning. In Course 3 of
    the DeepLearning.AI TensorFlow Developer Specialization, you will build natural language processing systems using TensorFlow. You will learn to
    process text, including tokenizing and representing sentences as vectors, so that they can be input to a neural network. You’ll also learn to
    apply RNNs, GRUs, and LSTMs in TensorFlow. Finally, you’ll get to train an LSTM on existing text to create original poetry! The...
    ...

    Top reviews

    FQ

    Oct 27, 2023

    Filled StarFilled StarFilled StarFilled StarFilled Star

    I already had some theoretical background from the Deep Learning Specialization from Andrew Ng, but with this course, I feel much more confident about building real-world applications with TensorFlow.

    GS

    Aug 27, 2019

    Filled StarFilled StarFilled StarFilled StarFilled Star

    Excellent. Isn't Laurence just great! Fantastically deep knowledge, easy learning style, very practical presentation. And funny! A pure joy, highly relevant and extremely useful of course. Thank you!

    Filter by:

    851 - 875 of 1,004 Reviews for Natural Language Processing in TensorFlow

    Filled StarFilled StarFilled StarStarStar

    By Dustin Z

    •

    Jun 28, 2020

    It was a good course like the rest in the series, though in this course, they don't link to the colab notebooks that Lawrence works through in the items for each week. The colab notebooks exist on lawrence's colab account but you need to hunt them down. I would suggest fixing this oversight.

    Filled StarFilled StarFilled StarStarStar

    By José D

    •

    Apr 20, 2020

    This third course provides main NLP concepts using Keras simple example codes. Just like Courses 1 & 2, there's no math and as explained in the videos, if you want a deeper understanding, then you want the "Deep Learning" specialization. Only quizzes, no graded exercises for this course

    Filled StarFilled StarFilled StarStarStar

    By J E

    •

    May 2, 2020

    It was good but there are several errors in the code for some weekly exercises.

    I wanted to raise a PR in the author's Github repo to fix theses. However, upon seeing the backlog unaddressed PRs in the author's Github repo, I didn't bother as they will probably not be looked at.

    Filled StarFilled StarFilled StarStarStar

    By Lavie G

    •

    Apr 17, 2023

    These is a very hard to understand concepts, and a lot of stuff we used during the lessons was just copying the instructor again and again without explaining how everything we used works. Very interesting concept, not going as deep as it should for a certificate in my opinion.

    Filled StarFilled StarFilled StarStarStar

    By Ramón W

    •

    Oct 13, 2021

    The length of the videos is fine. Personally, it bothered me that there were no programming tasks, the quizzes were too short and some of the questions were repetitive. I would have liked to see programming tasks, more quizzes and also intermediate questions in the videos.

    Filled StarFilled StarFilled StarStarStar

    By Rajat Y

    •

    Nov 30, 2019

    Since the course doesn't mention "Introduction" to NLP, I thought that the course will provide a detail insights to Natural Language Processing but the course only covers basics of it. Also as far as tensorflow is concerned I was expecting more hands-on experience in it.

    Filled StarFilled StarFilled StarStarStar

    By Ignacio L

    •

    Feb 12, 2021

    the lack of graded exercise makes this course somewhat messy. Many of the codes that are given to analyze don't work on the go. The back and forth between sets and cases of classification in my case at least, did not help to fully grasp what was going on.

    Filled StarFilled StarFilled StarStarStar

    By afshin m

    •

    Jan 17, 2020

    week 2 and week3 are disorganized - the examples don't run without making modifications based on information in the forums.

    However the overall course is worth it. I hope they pay more attention to making the examples accessible and making them work.

    Filled StarFilled StarFilled StarStarStar

    By Peter-John H

    •

    Oct 2, 2021

    This course did not require lab submissions which I really liked because it coerced and helped me by providing an objective to learn more. It also introducted topics such as LTSM, Global average pooling and regulizers which I feel were too rush

    Filled StarFilled StarFilled StarStarStar

    By Thusitha C

    •

    Aug 1, 2020

    Nothing against the instructor, he was really nice. But the content is extremely basic, to the extent that the whole course could be completed in one day. At least the previous courses had graded assignments, but this one was way too easy.

    Filled StarFilled StarFilled StarStarStar

    By PRATIK K C

    •

    May 23, 2020

    One example in case of text classification could have been theoretically worked out. For example classification using RNN/LSTM. How a word vector is passed as input to one unit of lstm? To view in on paper would make concepts more clear.

    Filled StarFilled StarFilled StarStarStar

    By Hector B

    •

    Jun 6, 2020

    The course is good but lacks graded coding homeworks, these are the most powerful learning tools and it involves reflecting upon the matter, even if they have bugs or version mismatches, they are the most important learing tool!

    Filled StarFilled StarFilled StarStarStar

    By Pandu D

    •

    Oct 15, 2021

    Please give an explanation for each code in colab like in teh previous course. Moving between expalantion video tab and colab tab was troublesome. Moreover, there are some labs that contain an error which is predict_classes().

    Filled StarFilled StarFilled StarStarStar

    By Reem

    •

    Apr 1, 2020

    Good overview but the assignments seem a bit disconnected from the classes at times (e.g. when asking us to use regularizers). Transformers are a lot more popular now and they were not touched on in the course.

    Filled StarFilled StarFilled StarStarStar

    By Chid

    •

    Oct 25, 2020

    There was no continuity in the videos. Felt it could have been much better. And the level of course is too low. You should change the title to "Basics of Natural Language Processing in TensorFlow".

    Filled StarFilled StarFilled StarStarStar

    By Kaivalya B

    •

    May 24, 2020

    The exercises were unclear and ungraded. It is essential to apply the skills learnt from videos. The programming assignment should be made graded and its comments should be descriptive as well.

    Filled StarFilled StarFilled StarStarStar

    By Pang C H J

    •

    Apr 14, 2021

    I tried the first ungraded exercise to tokenize, then realize the google colab doesn't have NLTK library (to tokenize) already installed. I then decide not to follow up with exercises later.

    Filled StarFilled StarFilled StarStarStar

    By Haikal A

    •

    Apr 5, 2021

    This is a very good course for beginners, but this course only focused on practical examples. I hope there are more theory behind the course and also the more challenging grade assessment.

    Filled StarFilled StarFilled StarStarStar

    By Lautaro R S

    •

    May 4, 2020

    Not as good as the previous courses of the specialization. It is not as engaging, maybe it is the lack of rated exercises, but maybe also the contents are not taught as well as previously.

    Filled StarFilled StarFilled StarStarStar

    By Robert K

    •

    Aug 18, 2019

    Too basic for me. I was hoping for some nice hands-on Tensorflow (not Keras) tutorials. Some deeper modeling and understanding. Good for children :), although they now know more than me.

    Filled StarFilled StarFilled StarStarStar

    By Andreas F

    •

    Jan 14, 2021

    Overall a good course. Would like to see more commentary in the notebooks though. Furthermore, in my opinion, no Python2 code or deprecated functions of keras/tensorflow should be used

    Filled StarFilled StarFilled StarStarStar

    By Purnendu S

    •

    Sep 20, 2020

    Good And Clear Lectures , But Programing Exercises Are Ungraded And The Week Quiz Questions Are Too Easy , I Felt Like Its Less Like Learning And More Like Rushing To Complete Course

    Filled StarFilled StarFilled StarStarStar

    By 曹杰

    •

    May 30, 2020

    I got the basic idea behind the sequence models while lots of code shown in the course are used to deal with the text and prepare for the training, which leaves a huge knowledge gap.

    Filled StarFilled StarFilled StarStarStar

    By Ankit G

    •

    Jun 21, 2020

    I guess there should have been a bit more explanation of the techniques used to provide a bit more understanding rather than just skimming from 50000 ft instaed of atleast 20000 ft.

    Filled StarFilled StarFilled StarStarStar

    By Naveen D B

    •

    Aug 17, 2021

    Lack of programming assignments makes this course not highly rated in my opinion. You might as well watch the videos on YouTube or audit courses to get the same information.

    • Chevron Left
    • 1
    • ...
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 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

    Welcome back

    ​
    Your password is hidden
    ​

    or

    New to Coursera?


    Having trouble logging in? Learner help center

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