• 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 Convolutional Neural Networks in TensorFlow

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

    Filled StarFilled StarFilled StarFilled StarHalf Faded Star
    4.7
    stars
    8,190 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 DeepLearning.AI TensorFlow Developer 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 Developer 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” info...
    ...

    Top reviews

    MH

    May 23, 2019

    Filled StarFilled StarFilled StarFilled StarFilled Star

    A very comprehensive and easy to learn course on Tensor Flow. I am really impressed by the Instructor ability to teach difficult concept with ease. I will look forward another course of this series.

    CM

    Apr 30, 2019

    Filled StarFilled StarFilled StarFilled StarFilled Star

    A patient and coherent introduction. At the end, you have good working code you can use elsewhere. Remarkably, the primary lecturer, Laurence Moroney, responds fairly quickly to posts in the forum.

    Filter by:

    876 - 900 of 1,268 Reviews for Convolutional Neural Networks in TensorFlow

    Filled StarFilled StarFilled StarFilled StarStar

    By Henrique G

    •

    Jun 24, 2020

    The course is well-paced and the instructor provides good coverage on the main topics on Convolutional Neural Networks. I'd recommend watching Andrew Ng videos from the Deep Learning specialization for a better understanding of topics like dropout, transfer learning, and optimization methods. The final exam is quite difficult as you need a lot of trial and error to get things to work properly - just like the real messy world.

    Filled StarFilled StarFilled StarFilled StarStar

    By David J

    •

    Jul 16, 2020

    Whilst I very much enjoyed playing around with convolutional neural networks, transfer learning and using image transformation to augment standard convolution, this course lacked an proper introduction in how to use python and will require a course into python or a good python language reference book which should help you build the necessary functions for completing the tasks required. Otherwise, this was a great course!

    Filled StarFilled StarFilled StarFilled StarStar

    By Bob K

    •

    Mar 29, 2020

    As another reviewer mentioned, this course is much simpler than Andrew Ng's deep learning specialisation but even so it has it's uses. I'm taking it to prepare for the Google TensorFlow certificate and it's forcing me to learn more of the api.

    Andrew Ng's course was how to implement

    the theory from papers, whereas this course is how to use TensorFlow. Each has it's place, although the former is probably more valuable.

    Filled StarFilled StarFilled StarFilled StarStar

    By Grzegorz G

    •

    May 18, 2021

    Movies are short but essential and with practical knowledge. Quizzes are interesting and not obvious. Unfortunately, the weakest part of the course is the final tasks at the end of the week. They are poorly described, sometimes they do not even have specific requirements for what is the target result of your accuracy for that task. You learn about it when your tasks are declined during the process of grading!

    Filled StarFilled StarFilled StarFilled StarStar

    By Tom G

    •

    Jun 6, 2020

    Overall very helpful. I wish debugging on the jupyter notebook assignments was better and that it gave pop text descriptions, etc. Google collab is much better that way. I wish the assignments could use that environment instead. Also, the assignments us model.fit_generator which is now deprecated in TF 2.2. Would be good if the assignments were updated to use model.fit instead.

    Filled StarFilled StarFilled StarFilled StarStar

    By Sourav S

    •

    Oct 27, 2020

    The assignment in the last week was very poorly designed. Other than that, I really liked the course, especially the parts about augmenting data and using pre-trained models. Perhaps the course could cover more topics on how to use pre-trained models, the different kinds of pre-trained models available out there, and the specific applications in which they should be used.

    Filled StarFilled StarFilled StarFilled StarStar

    By Danilo B

    •

    Aug 22, 2020

    The course is very good, but coming from the Deep Learning Specialization, also offered by deeplearning.ai, it feels somewhat like a downgrade having 15 minutes of video for each week, while the other specialization had real extense and complete explanations with over 2h of video. I feel like 10min more of explanations going through the code would make a huge difference.

    Filled StarFilled StarFilled StarFilled StarStar

    By Jakub P

    •

    Nov 15, 2020

    Quite good basic overview of image classification in Tensorflow. After the course can implement basic convolutional neural network using data augmentation and transfer learning techniques. The tasks however are very basic and except for the last lab task do not provide enough challenge to be meaningful. One of the labs is a copy paste of the Introduction to AI one...

    Filled StarFilled StarFilled StarFilled StarStar

    By Tom W

    •

    Oct 14, 2024

    The material was quite straightforward, but as a side effect of doing course and doing some "extra playing around". I feel like I got a good understanding of tensorflow and some it's internals. The exercises of trying to tune models to increase their performance was relatively difficult and felt like it started to give one a deeper understanding of models.

    Filled StarFilled StarFilled StarFilled StarStar

    By Raman S

    •

    May 31, 2020

    The grader memory availability does not match the one available to us during the exercise. as a result insufficient memory is shown as grader remarks whereas we do not face such a problem. This becomes hard to debug and is more of analysis, trial and error. Can be avoided if we also get the same type of warning when we create/update our notebook

    Filled StarFilled StarFilled StarFilled StarStar

    By Cameron W

    •

    Sep 1, 2020

    Course material was good. The only issue I found was that the graded exercises are graded by automated systems that have different requirements to the notebook environment used for development. This 'black box' strategy by Coursera makes some of the exercises difficult. If you don't have debugging skills with Python, don't attempt this course.

    Filled StarFilled StarFilled StarFilled StarStar

    By Michael R

    •

    May 30, 2021

    Solid and accessible instruction. Would be remiss not to mention inconsistency between instruction and current tensorflow codebase. Requires a lot of digging by the student to reconcile the instruction with the exercises, particularly in week 4. However, my intuition for tensorflow architecture is probably deeper because of that digging.

    Filled StarFilled StarFilled StarFilled StarStar

    By Anubhav S

    •

    Apr 3, 2021

    Short of words to describe this fabulous course by Laurence. Every concept is covered. However, would have liked him suggesting some extra resources like Tensoflow Playground, Hub, and stuff. The section on Transfer Learning could have used the newer syntax based on TF Hub. Otherwise, nothing to complain about. Top course.

    Filled StarFilled StarFilled StarFilled StarStar

    By Alex S

    •

    May 23, 2019

    Exellent tutorial for using Tensorflow and convolutional networks. Useful usage examples, interesting and challenging exercises. A few minor mistakes prevent five star grading. But please note that mistakes happen and we have to live with this :-). Nice work, looking forward for the next course of the specialization.

    Filled StarFilled StarFilled StarFilled StarStar

    By Amit M

    •

    Apr 27, 2021

    Interesting course. I can do the exactly what is being taught - no more no less. It is almost like we are being taught to solve specific problems rather than learn of the subject. Perhaps, it is the nature of the subject itself - there is no systematic learning - it just is. Learn what is done now and works.

    Filled StarFilled StarFilled StarFilled StarStar

    By RUDRA P D

    •

    Jul 7, 2020

    What I feel in this course is that, a lot of the exercises are much about file handling operations instead of CNN implementation. Also, in the exercises there are missing task allotments/comments.

    I liked the explanation and implementation part of Transfer Learning, I think it's the best part of this course.

    Filled StarFilled StarFilled StarFilled StarStar

    By Stefan B

    •

    Apr 9, 2020

    The course gives you an eagle eye view of how to use keras tensorflow for convnets. While they lectures are good, they are very short. I would have loved to hear more about training and storing your own networks for transfer learning and a bit more on regularization. A bit too shallow and easy for my taste.

    Filled StarFilled StarFilled StarFilled StarStar

    By 4SF18IS103 - S A

    •

    Apr 8, 2020

    I really did enjoy learning and playing around with the workbooks, however the exercise problems needed more explanation as how to go about since sometimes some of the concepts are not very obvious unless we dig into the documentation of the tensor flow and keras libraries which can be a good thing.

    Filled StarFilled StarFilled StarFilled StarStar

    By William C

    •

    Aug 18, 2021

    It's a good introduction, and the consistency of a well structured course in general is fantastic. Some of the graded pieces are you simply rewriting code that they've already shown you. I would have liked some quizzes on the correct keras function calls to drill it in to my memory.

    Filled StarFilled StarFilled StarFilled StarStar

    By Anson L

    •

    Mar 31, 2023

    Everything is fine, detail explanation of concepts, step by step tutorial making me feeling good and learn the tensorflow in a proper speed. This is a great course!

    I am not sure but the final assignment in week 4 seems has bug but I couldn't amend other code. regarding the labels.

    Filled StarFilled StarFilled StarFilled StarStar

    By Narayana S

    •

    Mar 16, 2020

    Good coverage of practical stuff in image recognition but it only covers the basic introductory stuff. There is a lot more to image recognition than what Is covered in this course. This will give a foundation to a novice user to learn more advanced deep learning techniques.

    Filled StarFilled StarFilled StarFilled StarStar

    By Henk M

    •

    Dec 22, 2019

    This course explores the topics of the first course for image classification with neural networks. All the tests are multiple choice questions. There are some code examples to work with as well as extra exercises but it would have been good to have a programming test as well.

    Filled StarFilled StarFilled StarFilled StarStar

    By Arda G

    •

    Apr 1, 2021

    This course is great for those needing an introduction to convolutional neural networks. It would be truly amazing if there were more tutorials on transfer learning. It is not quite possible to fluently use pre-trained models only with the knowledge offered in this course.

    Filled StarFilled StarFilled StarFilled StarStar

    By Jeff C

    •

    Feb 15, 2022

    If there is more coverage on the concept behind the augmentation parameters and how to tune the value, then that would be even better. Now I think most of the students just adjust the parameter value with trial and error approach in order to fulfill the accuracy target

    Filled StarFilled StarFilled StarFilled StarStar

    By Przemek D

    •

    Jun 14, 2020

    Generally a really good course, but the last assignment is out of nothing very badly explained in terms of data processing, which causes the grader to fail or run out of memory and therefore passing it is quite a challenge. Besides that, a very good intro to CNNs.

    • Chevron Left
    • 1
    • ...
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • ...
    • 51
    • Chevron Right

    Coursera Footer

    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

    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
    • Do Not Sell/Share
    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?


    Having trouble logging in? Learner help center

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