AV
Jul 11, 2020
I really enjoyed this course, it would be awesome to see al least one training example using GPU (maybe in Google Colab since not everyone owns one) so we could train the deepest networks from scratch
RK
Sep 1, 2019
This is very intensive and wonderful course on CNN. No other course in the MOOC world can be compared to this course's capability of simplifying complex concepts and visualizing them to get intuition.
By Edson C
•Sep 3, 2020
This was the most difficult course I did in this specialization, but I loved it, I loved it very much. Thank you very much dr. Andrew and coursera for the opportunity, I really understand the importance of studying computer vision and this course was very useful in this journey. Thank you very much, I really loved ...
By Allen
•Jan 10, 2018
The last 2 courses were delayed, but the positive side for me is that, in the beginning I proceed too fast and didn't learn that well, the delay made me take more time on such a valuable course, carefully reading and memorizing the instructions of assignments. I'm really grateful for Prof. Ng's excellent instructions.
By Adam F
•Nov 1, 2021
I completed the entire specialization and having nothing but good things to say. Highly recommend it! Lectures are engaging, and Andrew does a fantastic job explaining some very complex topics. Programming assignments are challenging in a good way. You’ll really feel like you’ve learned a lot by the time you’re done.
By Krishna M
•Jun 23, 2020
This Course was exceptional and upto mark. I learnt a lot of stuff easily and was able to implement into the real world example. This was really helpful for building up my resume. I thank Andrew Ng and Coursera team for giving financial aid to take up this course. The amount of knowledge gained is so valuable to me.
By Eric C
•Jun 23, 2019
Awesome. This course was much more dense than the other ones, there is so many areas to review. Since this course is about my favorite subject, I will need to pause and rework on each individual points and associated papers (yolo, nst, similarity learning) which will probably take me weeks... Prof Andrew is the best
By Arvind N
•Nov 2, 2017
I thoroughly enjoyed taking this course. Beautifully designed...Thank you!
I had written a detailed review of the first 3 deeplearing.ai courses at : https://medium.com/towards-data-science/thoughts-after-taking-the-deeplearning-ai-courses-8568f132153
I will review this CNN course as well, in the form of a blog post.
By BenjamÃn V A
•Jul 9, 2020
Great course, provided many clear explanations I has been searching before. The one thing they could improve is that some of the practical exercises seem more focused in the framework than the algorithms. (I spent more time googling how to pass parameters to specific functions than actually using the algorithms)
By Wade J
•Mar 25, 2018
Good amount of challenge for after work learning. Nice exposure to different applications of AI. Fun.
Andrew Ng is awesome at explaining the concepts. Almost anybody would be able to understand them after he presents them. I also appreciate how genuine he is. You can trust that there is merit to what he tells you.
By Glenn P
•Dec 10, 2017
Another excellent course. Convolutional Neural Networks is no longer a mystery. I like the fact that Andrew doesn't teach this as an academic class but has a very practical approach that can be applied right way. He lets you know the strengths and weakness of each of the NN and gives his personal opinion as well.
By Yijie
•May 16, 2018
It is a great course that covers most part of Convolutional Neural Networks. I have learned a lot from it. Thanks Andrew! Only one suggestion: we have learned dropout and the batch norm in previous courses. Because they are such important tricks, it would be better if you could cover how they can be used in CNN.
By A.Bashar E
•Nov 4, 2017
Greatest cores for me till now on deep learning. I recommend it for deep learner or computer vision student. The best thing in this course is that it is very practical and up to date, and full of research papers of algorithms that Google and Facebook currently uses. Thanks a lot Prof Andrew Ng you are the best.
By Yuri C
•Feb 10, 2021
What a ride! I am not even very much into Deep Computer Vision, but this course made me finally understand how tensors algebra works and how they flow in the network. Andrew is just able to put it in so simple terms and in a very accessible way that just for that the course is already very remarkable! Congrats!
By Parab N S
•Aug 25, 2019
An Excellent Course to make people understand Convolutional Neural Networks in good depth and with ease. The detailed understanding of the major Convolutional models like YOLO and ResNet is like an icing on the cake. I would like to thank Professor Andrew N.G. and his team for developing this wonderful course.
By Alejandro M
•Aug 5, 2019
Muy bueno para empezar a entender los conceptos de las capas convolucionales. Luego muestra modelos profundos como AlexNet, VGG16, ResNET, Inception que se pueden entrenar usando transfer learning. La parte de detección de objetos es la mas complicada. La parte que más me gusto fue la de reconocimiento facial.
By Jeffrey T
•Mar 30, 2020
The intuition and examples made this course easy to understand and learn. I loved how Andrew decomposed current published papers into an easy to understand format. All of the important points to remember were highlighted without wasting time on the minutia. Thanks for all the hard work put into the course.
By H A H
•Sep 12, 2020
I enjoyed a lot in this course...who wants to know how to build the CNN model...then this course is absolutely for them..they should try 100% this course. this course gives u insights into how to build your CNN model this one is I think the best course for that...thank u sir for this type of good content...
By Carlos A L P
•Jan 4, 2021
Nice exploration of CNN theory covering theory and Python exercises through different algorithms. One recommendation would be update broken links and re-write comments in code as sometimes it is not clear what variable or what is needed to complete the required functionality, specially on ungraded exercises
By Michael M
•Jul 16, 2020
This course explains the details of CNNs with a great simplicity. It also presents some state of the art CNN architectures with their ideas very clearly. Finally the assignments allow to implement several CNNs and also show how transfer learning is used to perform face recognition and neural style transfer.
By Alex M
•Nov 29, 2019
One of the most important courses in the Deep Learning Specialization in my opinion. Good content, enjoyed the homework, lots of details for beginners and extra resources for more advance content. Would definitely recommend for anyone interested in working in Machine Learning especially in Computer Vision.
By Avineil J
•Dec 4, 2017
Exceptional Course. Learnt a lot from it. Takes a different approach to teaching than other courses in the sense that more focus is on applications rather than training of models for which a GPU cluster is a must. Thanks Andrew Ng and his team for the wonderful course. Looking forward to sequence models :)
By Samit H
•Aug 2, 2020
This is the course I enjoyed the most among the Deep Learning Specialization Course threads. Seems very practical to me and I learned a lot about CNN. A few more detailed practice in notebook problems could've made things more interesting. Many thanks to Andrew Ng for making such wonderful lecture videos.
By OMAL P B
•Apr 10, 2020
An amazing course to get an advance knowlege and practise "Convolutional Neural Networks". Andrew Sir makes the math and concepts behind the scenes very easy to understand. The course is easy to follow as it gradually moves from the basics to more advanced topics, building gradually.
Highly recommended.
By Jizhou Y
•Mar 7, 2019
Professor Andrew is really knowledgeable. The lecture videos he makes are really helpful for me. I really learn a lot from them. Also, the recommended learning materials such as academic paper he recommend are really useful for me if I want to further my learning on the residual network or YOLO algorithm.
By Quentin M
•Aug 1, 2021
Fascinating course, as usual Prof. Ng gives fantastic explanations and breaks it all down into easy to understand fragments. His style is really engaging and he is so encouraging. There are some amazing applications in the programming examples that you'll want to play with long after the course is over.
By J.-F. R
•Feb 18, 2020
Great course by Prof Ng. I had taken his Machine Learning course a few years ago, so expected high standards of content and assignment preparation - I was not disappointed. Staff is very responsive and helpful in forums as well. I highly recommend it. Taken as part of the DeepLearning specialization.