AT
Jun 30, 2020
I think that this course went a little bit too much into needy greedy details of the math behind deep neural networks, but overall I think that it is a great place to start a journey in deep learning!
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.
By Junliang Z
âąSep 29, 2017
love this course, big fans of Andrew.
The structure of this course is absolutely clear and the reviews of each week are very intuitive.
And the programming assignments are even more intuitive!
look forward to enroll the next course of deeplearning!
By Jack H
âąSep 13, 2017
Great course. Andrew's lectures are great, and homework is very applied. However, I was a bit frustrated with how structured the homework is. I wanted to prove I could implement independently (although I supposed I could go try and do that now.)
By Navid P
âąFeb 7, 2021
it was really helpful for me to learn about basic neural networks and what is logistic regression and how to implement them or implement networks with deep layers. I'm very grateful to Mr. Andrew NG and his assistants for their incredible work.
By Danish
âąJul 19, 2020
Highly recommended for those who are interested in DeepLearning.The lectures are very engaging and doing assignments gives concrete understanding of the concepts.I thank Andrew Ng sir for his vivid explanation and intuition of complex concepts
By Sonal J
âąMay 30, 2020
Great course. I think some more details about how to handle cache during back propagation could be added, here most of the students have felt uncomfortable. I thank coursera team, Mr Andrew and his team to make such a wonderful course.
Thank You
By Duddela S P
âąApr 16, 2020
This is place is one stop for all the Neural Network you would like to learn. I have gone through enough videos online but nothing is better than this course. Prof. Andrew is the best in his way of explaining the concepts in a programmatic way.
By EC-A-411 S V
âąApr 1, 2020
The course started from scratch that is from single layer network followed by two layer network and finally deep neural network.so, by the end of specialization I have successfully learned to implement neural network to classification problems
By John T S
âąMar 27, 2020
Pleasantly and clearly presented by the instructor. Appropriately repetitive for those of us who have to re-find aged matrix skills. The notebook assignments are an excellent introduction to the relationship between concept and real processes.
By Wongi
âąNov 28, 2019
Very good class because the Prof, Andrew 's pronunciation is good for me and so With the digital note, it make our study easier and the equation and the mathmatical thing is also useful. and I've never seen things like this class. I'm satisfied
By Luwei Y
âąJun 1, 2019
This course is very helpful and very suitable for beginners. The lecture of Andrew is very clear and easy to follow. And the programming assignment has very high quality. It makes you from the high-level of theory to the foundation of practice.
By Justin W
âąMay 5, 2018
It is a great course which covers fundamentals. Many hints are given to the assignments so students can finish the assignments as long as spending time understanding the materials. The amount of work is right for people who have full time jobs.
By sornpon w
âąJan 15, 2018
A very strong building block for the one who wanna know Neural Network seriously!!
not just plug and play stuff. i wonder how Prof Ng present complex thing seem easily for everyone all you want just basic Machine Learning and High School Math!!!
By Tommy K
âąOct 9, 2017
For each for the lab exercise linking to the relevant Python pages would have helped. For example basic Python operations (e.g. Arrays, Dictionary, tuples), the info on excellent numpy and pandas would have been helpful to beginners in Python.
By Jason S
âąSep 11, 2017
I like how Andrew teach us the way of thinking about deep learning, I learn a-lot although I still have no idea for how to implement all of this into my real life but I believe with what Andrew teach can help me when my life reach that point =D
By Sven W
âąAug 27, 2017
Well done!!! Probably the most intuitive and well structure MOOC I have done on deep learning so far. Moreover, exercices are efficient (i.e. no waste of time guess what they want) and don't take longer than what has been annouced.
Many thanks!
By Krzysztof C
âąSep 6, 2024
The course is well paced and does good job building intuition on DL. I do wish though we were reminded less often of the dimensions of the arrays in programming assignments, as it was often too easy to just copy what was given in instructions.
By Mehmet A E
âąJan 10, 2023
Thank all of the members help creating such a wonderful course! I have been dying to learn some of the underlying logic, maths and implementation of theory. This course covers all of my expectations and wonders. Thank you DeepLearning.ai team.
By Jonathan D
âąFeb 12, 2021
Great explanations and videos from Andrew, the programming assignments build from the simplest components up. If anything the assignments could be a little harder and it would be nice if there were optional videos to dive deeper into the math.
By Kushal D
âąJan 31, 2021
"Neural Networks and Deep Learning" Course is really awesome for kickstarting Deep Learning. It goes through very basic concepts of Deep Learning and moves step by step with lot of practice and exercises. Looking forward to Learn more ahead !!
By Sinong W
âąNov 23, 2020
I am very grateful to deeplearning.ai for giving me this precious opportunity to learn about the design of the underlying neural network from a person who can only use pytorch, which is very helpful to my future scientific research activities!
By Rebecca A
âąOct 13, 2020
Andrew Ng is excellent in his own way of teaching the Deep Neural Network Course. It was explained on the lessons some erratum and duly noted on that. I enjoy this course even tho I am not a math person, well done. Would recommend this course.
By Rafsan Z
âąJul 29, 2020
This course totally simplifies the machine learning course by Stanford University. Some Neural network and python numpy library knowledge will let anyone take this course and this could be the best start for anyone interested in deep learning.
By Dipanshu A
âąMay 31, 2020
Great Course for someone who has an interest in DL and wants to learn how to work with Neural Networks. This is a very good introduction to Deep Learning. The Interviews with the Heroes of DL also gave a lot of insight to the current research.
By Aditya D
âąApr 30, 2020
I have previously used tensorflow to build DNNs but the programming assignments of this course helped me greatly to understand neural networks in depth. This also gives a very informative intuition for all the algorithms used to make the DNN