AS
8. März 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. Aug. 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.
von Wenlei Y
•21. Nov. 2019
This is really a great course. The professor teaches the use of Tensorflow from very simple models to fairly real-life examples. He also raises inspirational questions and leads us to playing around the codes to better understand the theory behind outputs.
von Adrian M
•19. Okt. 2019
Really well paced course and amazing material. Exercises leave you wanting more, in the sense that they really spark your interest to research more about the topic. Assignments are well structured and lend themselves to a seamless learning process. Thanks!
von Greg S
•29. Aug. 2020
It is good introductory course for tensor flow and CNN. I had previously been working using tensor flow at my job and a GATECH OMSCS Graduate so this one wasn't too bad but help to fill in some gaps and showed me some helpful tips when using tensorflow!
von UDAY B S
•14. Mai 2020
This is wonderful course. I always wanted to learn Deep Learning concept and apply on real image data, but I did not know where to start. This course gives me a path to learn and apply deep learning on images using TensorFlow with very few lines of code.
von Avaneesh K P
•28. Jan. 2020
Really helpful course, everything that they teach becomes really easy to understand. This course has elevated my interest in AI and I am really thankful to courser for providing such a course for students and spreading the knowledge throughout the globe.
von Ross P
•14. Jan. 2020
A good course to take after finishing up the deep learning specialization from deeplearning.ai. The videos are great review, and the assignments have much less completed for you meaning you have to do the work and learn out to practically use TensorFlow!
von Vasily K
•14. Dez. 2019
Solid course. The exercises are a bit too much pre-setup, but not by much. Layer visualization is used extensively but unfortunately not covered at all. I think it should be as it is important for understanding and troubleshooting. Nevertheless, 5 stars.
von Ashutosh A
•22. März 2019
Good introduction to Tensorflow and its semantics. Looking forward for another courses in this lineup.
Thank you Moroney, Andrew Ng and Coursera for a fantastic introduction course.
I loved the projects at the intro stage, and these were so well explained.
von Arshpreet S
•14. Nov. 2021
I think this is the course that i need which provide me explanation of each line of code and not assume that we know that concept previously and also with hands on practice on google colab i am more confident on skill that i gained through this course .
von Dustin K
•4. Aug. 2020
A basic introductory course, good introduction to get up and running with basic Tensorflow. Did a good job focusing on the task at hand and a good job referencing outside material for depth where it was useful but out of scope for the aims of the class.
von MD. A K A
•24. März 2020
This course helped me to learn Deep Learning in the same way a machine learns from data. Without having much theoretical knowledge, now I can build basic model & run it. Thanks a lot to deeplearning.ai team for proving such a practical oriented course.
von Chidvilas K R
•10. Dez. 2019
I really like the way the course was simplified. I would recommend people to explore Machine Learning and Deep learning specialization offered by Andrew NG for in-depth knowledge of the concepts. Overall, this course was amazing and my time worth spent.
von Abhishek M
•22. Apr. 2020
Tried multiple MOOCs to learn tensorflow. By far the simplest to catch up on and most well explained. Explanations were given were each line of codes, quite literally. The practice notebooks helped out a lot in getting my own hands dirty with the code.
von Gopinath R
•3. Apr. 2020
Its really superb course. Easy to understand the image classification problem and solve using deep learning neural networks. Practical approach and hands on assignment helps to get confidence for using CNN and DNN for image classification applications.
von willem w
•29. Dez. 2020
for what it was that it is great. there were some hacky learning curves, i.e., all of the problems can be solved using creative copy and pasting of previous material. But I thought, hey, if I know the code well enough that I can do that I am learning.
von Francisco P
•7. Okt. 2020
Labs are awesome! you learn by doing! I really appreciate the explanation of each parameter in tensorflow, which helps me understand how to use it in different scenarios. I will recommend this course to anyone that is interested in machine learning.
von Murilo B D
•15. Dez. 2020
Super cool! Nice introduction to Tensor Flow and Machine Learning in a good pace and with good examples! Out of this introduction, I was already able to create my own spaghetti identifier (using the same techniques as from horse vs humans example!)
von Muhammad A
•21. Sep. 2020
It was an amazing and intuitive course, the videos were short, intuitive and to the point so you would not loose concentration. I would like to give a suggestion about the lab, please include details about the dataset in the lab notebooks as well.
von oon a
•7. Apr. 2020
This course not only has great contents also have a straight forward way to teach introduction for Deep Learning with TensorFlow. They skipped the complex math and Neural Network components in the front to focus on Machine Learning cases to solve.
von Abhishek A
•5. Nov. 2019
Great Course!!! I am very grateful to deeplearning.ai team from providing a platform to learn this kind of stuff which not only provides new employment opportunities but also provide confidence to do a lot interesting stuff !!!
Thank you very much!
von Moomal Q
•15. Okt. 2020
The course is really nicely designed. The approach is really practical and it takes you directly into how to work with the TensorFlow library. I would highly recommend you taking this course if you want to quickly learn the tensorflow library.
von Alejandro M
•21. Jan. 2020
Excellent, you learn the tools in code to go straightforward from theory to coding, solving the problem of a lot of code read large sets of images and label their classification. The course also reinforce fundamental concepts of machine learning.
von Ravi
•28. Aug. 2019
Great course - especially considering how easy Keras makes in creating DNNs and CNNs. Thoroughly enjoyed this course and would highly recommend to anyone who wants to learn how to prototype and build quick model POCs for your business objectives.
von Rahul G P
•12. Jan. 2021
If you are a beginner to Machine Learning (ML), this is a great course that teaches you ML practically using TensorFlow. These assignments are easy and if you have prior ML knowledge they boosts your confidence in applying them using TensorFlow.
von Richard M L
•5. Apr. 2020
Loved the course, thank you! I do wish that the exercises emphasized testing validation more as opposed to just training validation. I'm hoping to learn how to use callbacks to cutoff training after a certain testing validation level is reached.