AS
8 de mar. de 2019
Good intro course, but google colab assignments need to be improved. And submitting a jupyter notebook was much more easier, why would I want to login to my google account to be a part of this course?
RD
13 de ago. de 2019
Great course to get started with building Convolutional Neural Networks in Keras for building Image Classifiers. This is probably the best way to get beginners into Deep Learning for Computer Vision.
por Joish J B
•14 de may. de 2020
Loved it...
por Sajal J
•9 de dic. de 2019
good course
por Yue D
•21 de jun. de 2021
very basic
por Aniket D B
•29 de sep. de 2020
Very Easy.
por Jose M A E
•7 de ago. de 2019
Very basic
por HS
•21 de ene. de 2022
too basic
por Austin E
•15 de sep. de 2020
Too Basic
por sunpanwei
•24 de mar. de 2020
very good
por TIAGO L
•23 de jul. de 2020
Awesome!
por Abhishek A
•25 de feb. de 2022
Awsome!
por Riya S
•11 de sep. de 2020
like it
por MizzleNA
•18 de jul. de 2021
good
por Rishub C
•1 de mar. de 2021
nice
por Usman A
•12 de dic. de 2020
best
por Harsha B
•22 de nov. de 2020
Good
por MOURAD B
•9 de sep. de 2020
good
por Yasam H
•22 de ago. de 2020
good
por Marbin
•18 de abr. de 2020
Easy
por Jefferson R
•26 de sep. de 2019
easy
por Lei M
•12 de jun. de 2019
入门难度
por Perry R
•30 de abr. de 2020
Great introductory course. The two instructors provided a nice introduction to the topics.
3 points of feedback, however. 1: The forums need to be monitored more by Coursera staff; there are many great questions (some basic) in the forums that are unfortunately never answered. 2: The grading app needs to be quality reviewed/reworked. I found myself having to consistently delete the last two unnecessary cells in the submitted notebook [something not very well documented]. Also, the error messages from a non-pass submittal are vague and not very informational. What's causing the syntax error in line xx? The syntax is perfectly fine. Code may be pefectly correct, yet fail the grader algorithm due to these quirks. 3: What is an "adam" optimizer and why am I using it? Even if it's complicated, a note about why it's out of scope and we need to use it here because of X would be very helpful for beginners.
Thank you!
por John M
•20 de may. de 2020
The programming assignment submission system needs work. The course content is decent but very unhappy with submission system. It is very challenging to submit. I spent more time on the first two assignments figuring out how to submit than I did on the assignment themselves. I had the correct work -but the submission system stinks. Also there are issues with differing versions of python/tensorflow; I got hung up by slight changes in tensor flow api -- key values 'accuracy' versus 'acc' were challenging to debug. Ultimately I found it easier to first develop the solution on my local computer -- I would get the code running correctly. Then I would copy/paste that into the colab notebook -- but here is where I ran in to trouble -- differing versions of tensorflow. But it wasn't only me -- in fact some of the class examples had the same exact issue with key values 'acc' versus 'accuracy'.
por Michael A
•1 de sep. de 2020
The material is very good and comprehensive and the instructors are motivating and well-versed experts. However, for an INTRODUCTION to TensorFlow this course lacks complete introduction into TensorFlow. The very first exercise just dives into the code and does not explain with a single word how TensorFlow is structured, how the library is build, where to find important functions, what important imports are and so on and so one. You have to copy and paste the code 1:1 to get it running without understanding anything about the framework. This is a really poor approach for introducing such a powerful framework. I would have expected at least one introductory video about Tensorflow, its structure and components and what are the most important modules to work with, where you can find which function and so on (keras in tf.keras as high-level module, important functions in tf.nn to work with NN)
por Amilkar A H M
•22 de may. de 2019
The explanations are good, but there are no graded programming assignments and this makes the course way too easy. There are only automatically graded quizes (multiple choice) and the questions are too easy. Full disclaimer: I already completed the Deep Learning specialization from deeplearning.ai so I guess that is partly why the course seems too easy from me. Still the lack of graded programming exercises is not acceptable given that this is basically a programming course. It's a shame to give this course such a low rating (3 stars) because the professor is good at explaining and the course in general has great potential, still without graded programming assignments I don't see how you can guarantee that the people with the certificate has at least a basic grasp of the programming skills required.
por Ian P
•10 de jun. de 2020
This is a good beginner's course, but needs a lot of polish. The presenter is very knowledgeable, but his accent is severe, and on difficult words the transcript is entirely wrong, so there's no way of knowing what he's saying. Several of the reading assignments were mis-timed, some of the reading assignments either had dead links, or it was not apparent if there used to be a point to them but there isn't one now. The assignments were buggy -- I spent more time debugging errors in the Jupyter Notebooks that were baked in than on the actual assignments. The assignments themselves were overly easy, but the hassle of debugging made the assignments hard to get through -- the "TA"s didn't answer questions in the forums.