YM
Dec 18, 2018
The best and simplest neural network course i have come across. Andrew Ng makes the mathematical concepts subtle and understandle. Neural network for me is no longer a black box.Thank you Andrew Ng
SA
Jan 24, 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.
By eswar b
•Apr 7, 2018
With a bit of ML basics and Python background, I think any Data Science aspirant can approach this course with ease. Andrew Ng has done a phenomenal job once again! Looking forward to the rest of the courses :)
By Amogha S D A
•Jan 6, 2018
I'm loving the way Andrew Sir is teaching. He explains everything very clearly and the programming assignments are very well organized with the iPython Notebooks. So, it is turning out to be a very nice course.
By Oleksii N
•Dec 19, 2017
Absolutely great in delivering basics of deep learning. All exercises are really friendly for beginners in terms of deep and simultaneously explanations, so that one knows why and how the code works afterwards.
By Peter H
•Sep 27, 2017
very easy to follow, nicely done presentation and very well explained; pretty nice organized programming exercises which step by step guide to how to elegant solve particular problem. well done for this course!
By Cong V C
•Aug 13, 2017
Andrew Ng explains Deep Learning in clear language. The lecturer is very good at explaining complicated-looking calculus math. The heroes interview is good since it provides up-to-date and practical AI advises.
By virgilio g
•Mar 1, 2021
Really well organized course with lots of practical examples to understand the power of neural networks beyond the theorical aspect. And, as usual, a brilliant explanation of the different topics by Andrew Ng.
By Deleted A
•Jan 11, 2021
This course taught by Professor Andrew Ng is very helpful in understanding the math that runs the neural network algorithm under the hood. Moreover, I feel confident now that I can explain the same to anybody.
By Jonathan d
•Oct 6, 2020
A lovely course! The labs had considerably more hand-holding than I'd prefer, but I can appreciate the value in having an introductory course focus on its subject material rather than cultivating independence.
By N V
•Aug 31, 2020
Excellent course.
Quizes,assignments played a major role in understanding the concepts even more better and the videos explanation were clear and good.
Overall great experience and as a beginner i learned a lot.
By Prapatsorn B
•Jul 18, 2020
Really useful for starting on neural networks for almost anybody. Although some Maths and Computer Science background are highly beneficial, people who don't can get away with it and learn a lot in the process
By Ezeoke G
•May 22, 2020
This is honestly the toughest online class I've ever attended. But it taught me a lot, the mathematical proofs were a little complex but after continuously replaying the videos, I got an average understanding.
By mobin a h
•Apr 30, 2020
I was always curious about what is the magic behind the Algorithms that makes algorithm to learn..I highly recommend this course if you want to learn the intuition of Neural Networks (so called magic) and AI.
By David F
•Mar 25, 2020
Great course that really gives you a deep understanding of what machine learning algorithms are doing under the hood and how you can create your own using nothing but numpy (more or less!). Highly recommended!
By Manish M
•Feb 21, 2020
I really loved the way in which Andrew Ng taught the concepts. It is really nice to learn from someone who is well versed with the concepts of deep learning. I would surely recommend this course to my friends.
By Ravi T
•Dec 18, 2019
For a person who is already familiar and has implemented all of these before, it will still be useful going over the lectures once and doing the projects to brush up. It will help strengthen your fundamentals.
By Satyajit G
•Nov 27, 2019
The learning curve is brilliant. Even for people who are not much well versed with the mathematics that goes behind the hood the lectures have been presented in a way to practice machine learning successfully.
By Adesoji D A
•Nov 19, 2019
The course was both rigorous, yet fully supportive and technically sound. The exercises weren't watered down, instead, there was ample explanation and directives to make solving it feasible, given enough time.
By Krishanu B
•Oct 14, 2019
Love this course. It takes a genius of a pedagogy to explain and present such complicated and complex subject in such a simple and elegant way. Very excited to move on to the next course of the Specialization.
By Mostafa N
•Oct 13, 2019
I can tell you that this is the only course that you can find to truly understand the mathematics behind the neural network. You will make a neural network from scratch! Best course I have seen so far. 5 Star!
By Guilherme Z
•Sep 3, 2019
It teaches you the basics of Neural Networks. If you already know something of NN it might be too be basic, but I really appreciated the fact that the assignments forces you to implement networks from scratch.
By Subhadeep D
•Feb 13, 2019
Awesome course!!! It helped me understand a lot of topics and I could get an ideology of how neural networks work to the required depth. I really thank Coursera and Deeplearning.ai for providing such a course.
By Kaiduo F
•Jan 2, 2019
It`s a great course for beginner, the exercises are helpful to us for understanding the basic structure of NN, and not being too difficult to scare off most beginner in both Python Programming and NN learners.
By Paulina V
•Dec 6, 2018
El curso es muy dinámico y claro. Los cuestionarios ayudar a terminar de comprende los conceptos. Las prácticas de programación son muy guiadas, ayudando en el paso a paso. Excelente curso, super recomendable.
By Weijian C
•Jun 23, 2018
Andrew is a very good teacher! The lectures are very clear and easy to understand. The assignments are even better, comprehensive but easy to follow. Anyway, the course opens the doors of deep learning for me.
By Stephen J B
•Jun 14, 2018
This was an excellent course. I feel like I have a solid understanding of the basics of neural networks, can can talk intelligently about forward and back propagation, and why we need to compute the gradients.