SA
Jan 25, 2021
Lot of courses teach theory and uses python in built libraries. This is the only course learners are encourage to built the algorithm from scratch to gain more understanding of things under the hood.
NL
Oct 4, 2020
This course helps me to understand the basic concept of Deep Learning. However I think this course should include at least 1 week (or 2-3 videos) about math so learners can have a better understanding
By Pranav G
•Jun 4, 2019
This course is the perfect sequel for the introductory Machine Learning course by Andrew Ng. Although I felt that a little more depth should have been there while explaining the 'cache', I nevertheless loved the course.
By Jayatu S
•Jan 5, 2019
Fantastic course. A must for anybody who wants to develop expertise in NN and DL. While there are great tools like Keras. This course takes you through the inner workings of how DL works. Great job Andrew and your team.
By ALEXIOS L
•Dec 4, 2018
Perfect course for someone who wants to get a good idea of neural networks. The instructor is really good and it is obvious that he has devoted much time to make the assignments such as you can get the most out of them.
By Murray J
•Jun 4, 2018
This course is excellent, very well paced and clearly presented. The lecturer could have gone faster over some parts and a bit slower over others but that is nit picking - overall excellent and very clear descriptions.
By Ankit M
•Nov 2, 2017
This course is very valuable for the Data Science professionals. Every thing in this course is explained in easily understandable from. Thanks professor Adrew for your teachings. I will definitely use it in my projects.
By Daniel D
•Sep 2, 2017
I really liked how the assignments were structured. I helps a lot that all the messy input preprocess is already done. Also, the interviews where very exiting. That is something that I'll like to see even more.
Thanks!
By Carlos H G F
•Oct 15, 2023
I like this course very much. I wanted to remember neural networks and learn deep neural networks. Andrew is a fantastic professor. The content and teaching skills are perfect. Thank you very much for this opportunity.
By Pabitra K M
•Aug 13, 2021
Before this course whenever I heard of neurons my mind jump to biology and make Neural Network too complex to think about. But now I'm clear about neurons in terms of computer science and know how they linked together.
By Santhosh N
•Sep 3, 2020
I particularly liked the way the explanation of forward and back propagation was structured. It was repeated three times (logistic regression, two layer shallow network and the L-layer deep network), which was helpful.
By Jatin G
•Jun 25, 2020
Best course. The most good side of this course are the well defined assignments which are designed for a zero to hero approach ,even a unexperienced coder can solve them by reading the given explaination and comments.
By HUI Y
•Jun 15, 2020
Another great course by Andrew Ng, but I wished there was less spoon-feeding in the assignments. The verification of results sometimes revealed parts of the solution. Nevertheless, I've learnt so much from this course.
By Amr A
•Jun 10, 2020
What I like about this course How I really I understood mathematics behind Neural networks, I was really struggling to understand mathematics behind back prop but in this course it makes more sense now
Thank you Andrew
By Soumya A
•May 31, 2020
The Course covers Foundations to ANN and Deep Learning. It was excellent. Helpful even for a beginner from scratch to design a NN. The Mentor lectures and the information shared is excellent.
Great.. Enjoyed the course
By Malitha L
•May 24, 2020
A best course to understand the fundamentals of the Neural Networks. Though you mightn't understand in the first two weeks but from week 3 you can get the better idea about the whole course including the previous weeks
By Krishna V K M
•May 16, 2020
This is really good course in understanding the theory behind Neural networks. Even the assignments are very good and experience the glimpse of neural nets by doing it. I recommend doing it if you are beginner like me.
By Yessine B
•May 13, 2020
hands down, amazing course! I love the fact that the course explains most mathematical details without diving too deep into them, even though my good mathematical background helped me so much to understand many things!
By Riyad B R
•Apr 3, 2020
This course gives me the precise idea of how a deep neural network works. From now, I can implement a neural network from scratch and the mathematical equations inside a deep neural network are no more black box to me.
By Rohit C
•Mar 29, 2020
A wonderful journey to learn from scratch. Not only learned training Neural networks by training hyperparameters but also have a clear understanding of how it compares to Logistic regression. Thank you Andres and team.
By Wael K A
•Mar 21, 2020
I never found the online courses interesting until I enrolled in this course. The way the materials are organized and simplified implementation techniques helped me a lot to understand and successfully pass the course!
By Vahag K
•Jan 24, 2020
It had been many years since I touched linear algebra and optimization algorithms. This was a great course to come up to speed and refresh the math. Of course, NN and DL were well covered as well. Excellent instructor!
By Nate W
•Jul 23, 2019
I'm 15, haven't taken calculus or linear algebra, and i still understood this class. Andrew Ng is great at explaining complex topics to a dummy like me! Love this course!! can't wait to use what i learned for projects.
By saurabh k
•May 2, 2019
Best course to start your Deep Learning journey.
Every concept is taught in the simplest way possible with equations and mathematical understanding that builds our base in Deep Learning.
I highly recommend this course.
By Evan M C
•Oct 6, 2018
Good intro to Neural Nets covering a lot of the foundations. I've found the structure of the code in some exercises to be relatively confusing (passing params dict), and would often obfuscate the point of the exercise.
By Muhammad S A
•Aug 30, 2018
The Course is very well documented, but the only thing which needs time is the back propagation derivative formula understandings. Overall this is way better and one of the best deep learning courses I have even taken.
By Samuel J
•Jun 26, 2018
This course is excellent, clear explications and practical exercises. Assignments are really guided step by step, so maybe it would be nice to have a final exercise where you have to think more about the implementation