Chevron Left
Back to Natural Language Processing in TensorFlow

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

4.6
stars
6,384 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 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 Machine Learning course and Deep Learning Specialization from Andrew Ng teach the most important and foundational principles of Machine Learning and Deep Learning. This new deeplearning.ai TensorFlow Specialization teaches you how to use TensorFlow to implement those principles so that you can start building and applying scalable models to real-world problems. To develop a deeper understanding of how neural networks work, we recommend that you take the Deep Learning Specialization....

Top reviews

FQ

Oct 26, 2023

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 26, 2019

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:

1 - 25 of 990 Reviews for Natural Language Processing in TensorFlow

By Tryggvi E

•

Jul 6, 2019

Compared to Andrew's original M/L course, and the most recent Deeplearning specialization, this series of courses is very lightweight. The material is very good, well organized and clear. But it can be covered fairly quickly. This last one, natural language processing, can be completed in an afternoon, all four weeks. This is a bit annoying, as the courses appear so far apart, I have paid over $40 for each of these three, for what could essentially be a weekend course (all three courses combined).

Nothing wrong with the material, and I often use and refer to Laurence's code examples. I just wish there was more material in these courses.

By Asad K

•

Jul 30, 2019

Very elementary introduction to applications and scenarios in nlp. As has already been mentioned in other comments, the whole course can be compressed into no more than two hour long lecture and exercises over an afternoon.

The lectures consist of short videos introducing snippets of code and occasionally making claims but without actual notebooks with which people can play and reproduce results.

The quizzes through out this specialization have been written extremely poorly, testing irrelevant (if any) information about datasets and naming modules etc. The quizzes are so trivial that the fact the course grade and certificates are only based off performance on the quizzes makes the whole idea of paying to get certificates questionable.

The exercise notebooks are okay but are extremely redundant. After the great expectations built from taking Andrew's deeplearning specialization and machine learning course, I must say the first three courses of this specialization have been extremely disappointing.

I still want to thank the instructors and the team for taking the time and effort to build this specialization. Perhaps I'm just not the audience it was aimed at.

My recommendation to other learners is to first checkout the free tutorials on tensorflow website and keras blog, and then audit through videos in this specialization before deciding to pay for it (Also make sure to first check a few other resources, e.g. Deep Learning with Python textbook by Francois Chollet, the github repo for which is public and the notebooks are almost exactly the same as here but more in-depth).

By Renjith B

•

Jul 22, 2019

NLP basics. Missing a lot of things. This entire course could have been made in to a single weeks 5 mins video.

By Irina G

•

Aug 2, 2019

One star for the ML poetry and one star for the content. The content can be learned in a few hours. Not much more than a simplistic tutorial on some simple problems. Dilutes the value of Coursera specializations.

By Harshit S

•

Jun 28, 2019

Not challenging , very much beginner level course , shouldnt be tagged as intermediate in my opinion

By Naman B

•

Jul 5, 2019

The course if worse than even an overview course. It just shows you some random code and you have tyo try assignments yourself without any knowledge of nlp. This is not expected from deeplearning.ai.

By Asim W

•

Sep 30, 2019

The course is extremely basic and all the materials it covers can easily be covered in just one article. Doesn't build any transferrable skill.

By Steve H

•

Jun 22, 2019

Very lightweight course - not more than an hour of real content. Extremely disappointed by this.

By Craig T

•

Jun 20, 2019

Lightweight course. Probably about an hour of real content.

By Wenyang Q

•

Oct 2, 2019

This course has very little materials. One can simply do it in an afternoon. Each video is around 1min. Explanations are very poor. Tutorials on Tensorflow websites are much better than this.

By Rami K

•

Aug 7, 2019

I feel like I could have learned more by reading on stack-overflow - I didn't learn much here. Quality training materials could have been better.

By Fabrizio M

•

Apr 2, 2020

Too basic. It could have been done in a simple blog post

By Abhilash

•

Jul 4, 2019

A quick and practical overview of NLP with Tensoflow keras module.

By Mikhail C

•

Apr 13, 2020

Not as strong as the previous 2 courses in the specialization. Each step building on itself (embedding --> LSTM --> stacked LSTMs) did not really show much improvement in the actual exercise. Also the main pieces that impacted accuracy and loss the (buffer size and batch size using SHUFFLE and BATCH_SIZE) were completely ignored. I also wish there were graded exercises that forced me to learn both the data ingestion, tokenization, and training pieces. I struggled through those in course 1 & 2 but it paid off in my understanding. Data preparation wasn't covered as in depth as the computer vision course either (i.e. how do I deal with large data? can I flow them in like the image generator?). Lots of broken links as well (some people might not know to go find the github repo to get the optional exercises).

By Gogul I

•

Jun 22, 2019

Amazing course by Laurence Moroney. But only after finishing Sequence Models by Andrew NG, I was able to understand the concepts taught here.

By Anshuman S

•

Aug 4, 2019

Excellent course to get you started in NLP.

By Matheus T M

•

Jul 23, 2019

Missing the colab files

By Mahmoud K

•

Jun 5, 2020

Quality of this course is not good compared to previous two courses. It is super percised and many things are not well-explained or explained very briefly! The second course was better structured and valueable. I was hoping that this one is as well, because I am very interested in NLP than Image Processing.

By Mo R

•

Jul 7, 2019

I was waiting for a course that covers NLP, this course covers all topics of NLP with added value working with Tensorflowto facilitate implementing projects, and it's well designed, and Dr. Laurence is amazing, his explanations are useful and easy to understand, Thank You!

By Varun N

•

Aug 3, 2019

A very good introduction to NLP using Tensorflow. This is definitely the best of the Tensorflow series so far. Excellent pace and interesting short projects. I would highly recommend this course to any beginner on the subject.

By Christopher G

•

Aug 2, 2019

I was able to very quickly get a grasp of how to approach text data and gained both an understanding of how to represent language-based data as well as how to apply deep learning to do some pretty amazing things. Great course!

By Graham S

•

Aug 27, 2019

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!

By Aishwarya S

•

Jul 22, 2020

Great course for anyone interested in NLP! This course focuses on practical learning instead of overburdening students with theory. Would recommend this to every NLP beginner/enthusiast out there!!

By Anamitra M

•

Sep 23, 2019

Excellent course. Teaches NLP thoroughly, going from the basics such as tokenization and padding to complex topics such as word embeddings and sequence models (like RNNs, LSTMs and GRUs).

By Daniel H

•

Jul 29, 2019

I am enrolled and paying 49$ a month for the 4th course in this specialization and it hasn't even been released yet. Not sure how it is fair for them to release a specialization that isn't complete and take people's money while they finish the last course... Other than that... So far, this has been a good series of courses in the Tensor Flow in Practice specialization. Although it feels like a slightly watered-down version of Andrew Ng's 5 course deep learning specialization.