OO
Oct 20, 2017
Andrew Ng's presenting style is excellent. Makes the course easy to follow as it gradually moves from the basics to more advanced topics, building gradually. Very good starter course on deep learning.
AG
May 31, 2020
It's really quite an amazing course where we get to learn the mathematics behind the Neural Networks. It is great to learn such core basics which will help us further in developing our own algorithms.
By Khaled E
•Aug 1, 2022
It is definitely the best course in the Deep learning field, i have learned alot from this course and i would like to thank Andrew Ng and the DeepLearning.AI team for their efforts and for this wonderful journey.
By 林越
•Feb 27, 2022
In this course I've got a quick and intuitive understanding on deep learning and touched some basic skill might form the methodology to build my own simple neuron-networks. Thank you Andrew and your teacher team!
By Mohammadreza
•Aug 30, 2021
This course is for those who want to enter the world of deep learning. I used it as a recap of what I've already read. The notation used in this course is excellent and greatly reduces the complexity of learning.
By Brian D
•Jun 25, 2021
Very well set up. The Lectures are set up in a way which will reinforce important computations while giving you an understanding of WHY this computation happens/works. Very much enjoyed going through this course.
By Viacheslav V D
•Jul 23, 2020
This course gave me a solid practical ideas how to implement a simple neural network in Python. Also, it improved my knowledge of the neural networks at whole, so it's very useful for the beginners in this field.
By Aлekсa Д
•Jul 13, 2020
Amazing course! It was a pleasure learning with you. I would strongly recommend taking this course, as you will get strong knowledge of not only how to use neural networks, but also on the mathematics background.
By C. K B
•Jul 11, 2020
I would be very happy to get more visual explanation on the matrix for backpropagation and cache relationship. The course covers every aspect very well and the optional content is also very intriguing. Thank you!
By Alan J R
•Jun 26, 2020
Extremely interesting. I was able to fully grasp how backpropagation works and how learning actually takes place. I feel that I understand the fundamentals of deep learning quite well after completing the course!
By Natielle G
•Jun 15, 2020
The teacher explained very well, step by step. I loved the course because you understand both theoretical and practical parts. And it's very good that there are Portuguese legends, I managed to follow the course.
By Kartik B
•Jun 3, 2020
Best Course to Learn DL.There was not a single thing that I didn't understand also the assignments were so exciting and also ordered in such a way that everything I did came out to be true. Thanks deeplearning.ai
By Zeyad O
•Apr 15, 2020
The course was perfect taught, yet the assignments wasn't that handy since the implementation is no near from the production level and also writing just tiny pieces of code does not make you aware of all content.
By Marija G
•Feb 11, 2020
A bit more of explanation on how the elementwise product formula for dZ[1] in gradient descent/backward prop of deep neural network has been derived. Not clear how outputs of a cache are really used in back prop.
By Suryaprakash S
•Sep 2, 2019
This course is recommended for the math backed people. or those who have finished the introductions into machine learnings. The mathematical innards have been explain with such simplicity. Its an awesome course!!
By Nupur K
•Aug 11, 2019
This course has really helped me to understand what is deep learning and how it is implemented. Andrew ng, as always, has done a great job in explaining all the concepts involved in solving deep learning problems
By Shashi
•Apr 14, 2019
Wish the forum Q&A were optimized for better searches. I really enjoyed the hands-on approach even though I am not a software developer. I am a technical product manager trying to understand the general approach.
By Mohammed B A
•Dec 30, 2018
I am thankful to the Prof. Andrew Ng and Coursera to provide this online learning platform to the learners like me. I like this course and the way Prof. Andrew Ng explained the Neural Network concept profoundly.
By Soumen D
•Aug 10, 2018
Clears all the basics and very conceptual. So good for those who wanna dive deep into neural networks. The graded assignments were awesome, where one builds neural network from scratch. Overall a nice experience.
By Kelly L
•Mar 20, 2018
This was recommended to me by a colleague, and I was not at all disappointed. Top-notch course, I learned a lot and had a fun time working through the programming labs. I will definitely recommend this to others.
By Rupert
•Feb 8, 2018
Very good introduction to neural networks. The teacher takes his time to clearly explain the mathematical background and the coding - including many repetition which are needed for this topic. Highly recommended.
By Eftychios V
•Jan 23, 2018
Great course, to the point and with enough detail to keep you interested and not discourage.
Also, the interviews with Deep Learning professionals keep you motivated and are very interesting.
Great job, keep it up!
By Mohit T
•Sep 10, 2017
Great Course. Concepts like Back Propagation are taught in a very simplified manner. Great exercises give you confidence on how NN functions internally, instead of just using them as a black box. Much recommended
By Matheus B
•Sep 8, 2017
Excelente curso, construção de redes neurais desde sua base e dicas de melhores práticas.
Algumas legendas estão erradas ou dessincronizadas mas ainda assim é possível entender.
Ainda sem tradução para o Português.
By Aaron Y B
•Aug 30, 2017
I took his course about Machine Learning about 3 years ago It was really helpful to understand ML. This course is much improved not only in the content itself but also the coding exercise. Thank you Prof. Andrew!
By Muhammad Z S
•Mar 24, 2022
The course is really amazing and its well structured. With a background in Mechanical Engineering and no prior knowledge , I learned alot and I am now all confident to build and train deep layer neural networks.
By Rinaldo D
•Feb 9, 2022
Exceptional material and organization. This is not a critque of the course. The python libraries and mixing of properties and OO approaches with programming conventions makes one wish there was something better.