Chevron Left
Back to Convolutional Neural Networks in TensorFlow

Learner Reviews & Feedback for Convolutional Neural Networks in TensorFlow by DeepLearning.AI

4.7
stars
8,024 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 course is part of the upcoming Machine Learning in Tensorflow Specialization and will teach you best practices for using TensorFlow, a popular open-source framework for machine learning. In Course 2 of the deeplearning.ai TensorFlow Specialization, you will learn advanced techniques to improve the computer vision model you built in Course 1. You will explore how to work with real-world images in different shapes and sizes, visualize the journey of an image through convolutions to understand how a computer “sees” information, plot loss and accuracy, and explore strategies to prevent overfitting, including augmentation and dropout. Finally, Course 2 will introduce you to transfer learning and how learned features can be extracted from models. 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

MS

Nov 12, 2020

A really good course that builds up the knowledge over the concepts covered in Course 1. All the ideas are applicable in real world scenario and this is what makes the course that much more valuable!

RB

Mar 14, 2020

Nice experience taking this course. Precise and to the point introduction of topics and a really nice head start into practical aspects of Computer Vision and using the amazing tensorflow framework..

Filter by:

1076 - 1100 of 1,245 Reviews for Convolutional Neural Networks in TensorFlow

By Michael M

Jul 26, 2019

A bit too basic and shallow in terms of conducting the lecture. You are left doing most of the things on your own as the trainer assumes you know. Like using the jupyter notebook, configuring the tensorfow. Some of the google collab books do not work or took too long to load, the videos are too short no notes provided at all. After finishing the course there is nothing to refer to and its starting all over again. Given the level of machine learning course with Professor Adrew Ng, the standard is very high and you will expect that same level. Nevertheless, the concepts are very useful and the lecture explain very well. There level of material left for students to practice on their own,like assignments, notes. Not to be referred to existing material.

By Muthukumarasamy S

Aug 4, 2019

Overall learning from this course is less compared to the expectations from a 4 week course. I was expecting to learn variety of TensorFlow implementations for CNN like Face recognition, Object detection. But this course only talks about Image classification. It would have been better if you could also discuss more about implementing various architectures in TensorFlow like ResNets, Inception. Also, You talked only about using sequential layers in Keras and concatenation of layers in Keras is not discussed here. I know all these concepts are discussed in Deep Learning specialization. I was only expecting to learn their implementation in TensorFlow from this course.

By Pablo A

Sep 4, 2020

It's a nice next step after the first course in this series, however, I think a lot of this could be summarized in a shorter course or even added to course 1. I was particularly annoyed by some of the assignments as they required knowledge of other libraries that are not part of the course. Particularly Week 2 and 4, I spent a lot of time figuring out how different libraries worked just so I could preprocess my data before even gettin on to the course material. Week 4 in particular feels cramped up and the assignment uses a lot of tools not previously discussed, I don't think I learned much from it, I just wanted to be done.

By Dhruv D

Jan 21, 2021

I wanted to rate this course 5 stars as it really is the best intro to CNN's ive seen but the last assignment was so egregious that I just have to dock 2 stars to bring this to instructor attention. Lots of people are having this problem. It was not the difficulty (in fact it was a nice change of pace from the usual flow_from_directory assignments) but instead the marking criteria and timeouts etc. My first submission took 2.5 hours to fail. I submitted again with next to no changes and it passed within 5 minutes - I lost the time it couldve taken to do .5-1 week of the next module

By Jesus E R

Mar 14, 2021

I think it is too basic and not a lot of depth into what you are learning, specifically on the differences between binary and categorical classes, reading from disk vs manipulating data already in an array.

I was expecting more depth on tradeoff within Tensorflow's API choices. More direct comparisons between optimizers and the data generators. I feel like one straightforward exercise at the end of a really shallow week of videos is not enough to understand what students are really doing/learning.

By Christopher N

Oct 29, 2020

The course lectures are solid, but the assignments are pretty dismal for beginners. There isn't much guidance built into the assignments, and sometimes they require the use of things that were absolutely not covered in the lectures(classic academic mistake). My suggestion for the course creators is to examine how Andrew Ng's assignments are in his Coursera course and model them after that. Or simply make sure that the assignments are clear(clear to someone beginning, not a TF expert).

By Artem D

Jan 29, 2020

I liked the lectures (videos). And I did not like that the course has no mandatory programming assignments. I pay for the course to make myself study. And I believe that there is no study without practice. Hence, this course did not make me study, thus I don't understand why I need this course :-(. And I could find free lectures about TF/Keras (maybe not so good, but free) and/or read the documentation. BTW, I really like Andrew NG's courses, but this one really disappointed me.

By Shehryar M K K

May 3, 2020

This course focuses on the teaching of TensorFlow modules related to CNNs and does a good job in introducing some modules of tf and keras for data loading and manipulation. However, it is very light on theory and is only helpful if Deep learning specialization is taken beforehand or in conjunction. Furthermore, this course will need some refresh soon for its modules as it is still using version v1.x of tf as well as some code re-organization.

By Benjamin D

Aug 6, 2021

The use of the .flow() method on the last exercise would deserve some explanations : the labels need to be transformed from sparse (int format) to one_hot (with tf.keras.utils.to_categorical for example), so the loss='categorical_crossentropy' actually works in model.compile().

There is no mention of the different ways of structuring the labels in the course, this can be misleading.

Other than that, good material.

By Zhuang L

Apr 20, 2020

The videos were quite solid. The programming assignments were poorly designed to accept identical answers, but not other solutions that work. This did not evaluate students' creativity and depth of understanding. The Jupyter notebook environment was quite fragile. The resources allocated for each notebook was quite limited. I expect more computer or human resources allocated for each student paying the tuition.

By Christos P

Aug 19, 2021

The course generally was fine and it taught me many things on how to use tensorflow for aumentation and regularization. But...I think that notebooks need a little bit more clarification. Many times I didnt know exactly what to do and other times the comments were misleading. Overall I would recommend to get the free trial and see if you like it before you spend the 40-50$

By Thomas B

Apr 10, 2020

This course teaches you how to apply CNN to image data, how to augment image data with ImageDataGenerator, and how to do transfer learning. It is very easy to follow, and quite possible to finish in half a days worth of effort. It would be nice to be more explicit with what is required by the grader, as assignment instructions not always are clear.

By Thomas K

Oct 24, 2021

Some Excercises are not great:

- Requirements and goals are not set in the outset

- Functions need to be used that were not explained, nor even hinted at

- Sometimes significant focus of an exercise is put onto modifying file structure and/or csv importing (which is not what I want to spend my time on in a Tensorflow Specialization)

By Bakhtawar U R

Dec 9, 2019

Good but too basic.

Specialization's first course already covered the basic of tensorlfow. This course is suppose to expose to sota topics in computer vision using cnns. The content in this course can be easily fetched from many online forums. Thus the curators need to put some advance topic like attention, spatial transformer etc etc

By Niklas T

Nov 25, 2020

The videos and explanations by Laurence and Andrew are good, but I did not like the programming assignments in this course, because of their lack of explanation 'what to do'.

The programming assignments really need some fixing. They are not to difficult, but they lack explanation of what to do, which parameters to use, etc.

By Pranaw M (

Nov 28, 2021

The deep learning concept in this course was to the point but the only thing i didn't like is the preprocessing phase. Like the students are not taught how to preprocess the data what i mean by that is that we are not taught how to create new directories and how to place images in those directories and things like that.

By Philip D

Sep 5, 2019

A good course, but again, not nearly as in depth as the original deeplearning.ai set of classes. The material feels introductory and at times superficial, with no real work required of the student to complete the class. At best a very early start to using convolutional networks with the keras apis in tensorflow.

By Ajit P

Sep 2, 2020

I am giving only 3 stars because of two reasons: 1)the content is not significantly different than course 1. I didn't feel that I learned a lot more than course 1.

2)Assignment for week 4 is not well structured. Instructions are not clear. Moreover grader is poor quality and keeps running out of memory.

By tqch

Aug 15, 2020

Not much recommended! Leave out too many details both theoretically and technically. The quizzes and the coding assignments are not well-designed. Specifically, the expressions in the quizzes are kind of sloppy and the coding sometimes requires tedious and repeated (no more than copy and paste) work.

By AGAM S

May 31, 2020

I learnt a lot about CNNs and how to implement them, but I was taken aback to see advanced coding concepts being used in the programming assignments. I thought the concepts taught in the course itself were to be used only, but some parts of the assignments had parts which were too much to grasp well.

By Pete C

Feb 20, 2020

The course was very repetitive, not challenging, and therefore not particularly helpful. Andrew Ng's Deep Learning Specialization is vastly superior. Aside from getting used to TF and CoLab, I'm not sure what this helps with. I found it odd that it was recommended to me after the DL specialization.

By Lukas K

Dec 29, 2020

Videos are great, but a little bit short. Comparing to AndrewNG courses and slides, the videos are merely the trailer for course. Grading is not what I would be expecting and it is one of worst I have seen on Coursera related to AI/ML. I was expecting a little bit more from this course.

By Giulia T

Apr 27, 2020

This course is a really light introduction with CNNs in TensorFlow. While I enjoyed the videos, the content feels far too shallow. I completed the course in a couple days (and I'm not an expert in the field). It felt more like having gone through a TF tutorial than a grad-level MOOC

By Raul D M

Nov 1, 2019

It is a good course for a fast overview on this topic. Be aware that it is not an introduction on ConvNN (but there are several courses of deeplearning.ai on this topic). If you are looking for a detailed course on Tf for ConvNN, I suggest you a book, the official documentation.

By Tobias L

Oct 31, 2020

Basically a shallow introduction to programming simple CNNs with Keras. A lot is reused from the first course in the specialization. Reading one of the Tensorflow Tutorials/API documents on CNNs, Dropout, and TransferLearning will be time better spend, than doing this course.