ST
Jul 6, 2018
I think the course explains the underlying concepts well and even if you are already familiar with deep neural networks it's a great complementary course for any pieces you may have missed previously.
AK
May 13, 2020
One of the best courses I have taken so far. The instructor has been very clear and precise throughout the course. The homework section is also designed in such a way that it helps the student learn .
By Piyush G
•Jul 29, 2021
Great course! Truly one of the best!
They have gone the mile to help students and thoughtfully prepared the resources and videos.
The assignments are very thorough and helps you throughout the way.
Kudos to the team!
By Rahul K
•Mar 10, 2021
Thank you Andrew Ng! That's incredible course I ever had in my career. I would say the course was to the Point. Exact !! what as a student I require, it has all whether it is difficulty and content, all are great!
By Abhinav A
•Jul 20, 2020
it teaches deep learning and neural network fundamentals in a very efficient and effective way.
The methodology of teaching creates a great environment to learn.
Overall a great course for deep learning enthusiasts.
By Chrisantus E
•Jul 5, 2020
This course was very beautiful, from the way Andrew explained every concept to the way the questions made you think and understand the logic behind the model you're building; everything is just awesome. I love it.
By 215_Debdeep B
•Jul 2, 2020
This course launches you into the seemingly daunting world of Deep Learning. But Andrew Ng breaks it down into as basic of mathematics as possible, and gives you the necessary insight and confidence going forward.
By Dhananjay P
•Jun 29, 2020
Its an amazing course! I enjoyed the Calculus computations involved in the backward propagation as I knew calculus from before. Andrew NG explains concepts in simple terms and that makes this course special to me!
By vedant b
•Jun 21, 2020
This course was very helpful. The videos were concise and very clear. The instructor was also very precise and made sure that the content i clearly explained. The programming assignments were very well structured.
By SUBHAM G
•Jun 13, 2020
Extremely helpful if someone wants a career in machine learning specialization. The instructor, Dr Ng is truly awesome at his skills to teach students with zero initial knowledge in the field of AI or mathematics.
By Yong B S
•Jun 2, 2020
It's a excellent course to enter the AI deep learning field. I've learned a lot from the course 1. and I will continue to study the rest of courses. Thanks Andrews for his excellent and hard work on those lessons.
By ALLEN V
•Apr 29, 2020
Great course for learning about neural networks. But good python knowledge is required for doing the assignment. Also, more details on vectorization and method of implementing in python for more cases would help.
By Kaustuv B
•Apr 28, 2020
It was a great experience. The lectures were simple and captivating. The assignments were designed well and in line with the course which helped understand mathematically challenging concepts like backpropagation.
By Ashok R
•Apr 4, 2020
Excellent Course. This course explained the calculations very clearly step by step. Also thanks for the interview Videos with such great people. The Quiz questions were very helpful in checking our understanding.
By Rajarshi R C
•Jan 30, 2020
Prof. Andrew N.G. has the uncanny ability to explain some of the most difficult topics in an easy and lucid manner. The quizzes and programing assignments are extremely well designed. Highly recommend this course.
By Cristian C
•Jan 21, 2020
Muy buen curso, lo recomiendo mucho. Seria interesante que incluyan una tarea de programación más compleja, que sirva de práctica para aprender más detalladamente. Aún asÃ, como curso de introducción es excelente.
By Sam L
•Dec 17, 2019
This is an excellent course for anyone who wants to learn deep learning. In order to get the most out of the course, You will need to learn the mathematics parts before or while you doing the course. Thanks Mr Ng!
By Sahil S
•Jul 24, 2019
During my college days I used to be scared of neural networks. This is the first time in my life I am able to implement it. Don't know how Andrew did this. He is not just a great researcher , and a better teacher.
By Jisu
•Mar 23, 2019
It was hard in the second week to accept and be familiar at the definition of the words, but after that, my understanding towards deep learning get more faster!! I want to thank professor Andrew Ng for hard work!!
By Ivana T
•Jan 4, 2019
Very well structured, step by step explanations, going deep into the material so you'd understand the purpose of the nn details and specifications. The professor is giving the best possible lectures on this topic.
By Praveen P
•Oct 7, 2018
Its a course that exposes you the underlying theory of deep learning. You may not need this while using tensorflow etc. however it will give you a greater understanding of how the whole thing works. Its not magic.
By HussamAldeen S
•Mar 5, 2018
This course with very helpful. I've been reading a lot of paper and searching for tutorials but I could not get started. This course gave me the needed fundamentals and showed me how to look at the problem. Thanks
By Janzaib M
•Jan 7, 2018
A perfect course for those who already have some basic understanding of machine learning. And of course some understanding of linear algebra , probability theory and calculus makes you a great fit for this course.
By Jie Y
•Dec 26, 2017
I think Andrew gave a very structured and detailed introduction. In later courses, he progressively add more information to this big framework. This course is very foundational but useful. I learned a lot from it.
By Xiaochuan Z
•Nov 22, 2017
Same as the Machine Learning course, Andrew and co. made it very easy to learn, at the same time go into a lot of details and inspire lots of ideas. Highly recommended to anyone interested in ML or Neuron Networks
By Aleksey I
•Aug 31, 2017
Andrew does fantastic job at explaining how NN computation works (forward/backward pass and gradients). Working things out on paper and then with Python at 1-n layered networks delivers the point very effectively.