学生对 DeepLearning.AI 提供的 Neural Networks and Deep Learning 的评价和反馈
课程概述
热门审阅
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
MG
Jul 28, 2020
Pretty well organized with really helpful examples and assignment especially. Definitely made the basis for deep learning algorithms. Looking forward to the next modules and dive deep in this domain.
2026 - Neural Networks and Deep Learning 的 2050 个评论(共 10,000 个)
创建者 Dr. P V L
•Jun 8, 2020
I found it very useful. previously I was afraid of assignments, but assignments are understandable and easy to execute. learned a lot from debugging. whatever we learned from Andrew ng's video .practically we did it. Both videos and assignments are superb. 5 stars to this course.
创建者 Shailesh K
•May 7, 2020
Great course, Andrew NG sir is great, he teaches very good and makes us understand in simple terms so easily. One of the biggest successes of this course lies in correctly selecting the variable names and it remains consistent throughout the course. Just go for it, totally worth.
创建者 Ashwani S
•Apr 28, 2020
The contents that were included in the course was explained in great depth, Moreover all the functions are computed on python and no predefined library is used. Amazing experience, this course has increased my interest in deep learning. Clearly one of the best course on coursera.
创建者 Deleted A
•Jan 2, 2020
The course is very well designed and features a lot of hands-on exercises with great instructions, which provide enough clues but don't make the exercises too easy. Great course for getting into Deep Learning and preventing the students from giving up too early into their journey
创建者 Kevin M
•Jan 7, 2019
Clear and straightforward. I feel like I really have a solid understanding of the fundamentals. They assume you don't know calculus, which is probably nice for some, but I'm surprised they don't do the same for linear algebra. A simple review in one video would have been helpful.
创建者 Asaduddin A Z
•Oct 3, 2018
The great starter course for everyone, if want to dive into deep learning, Andrew teaches you from basic, and absolutely give you an insight about deep learning using python without deep learning library. I like this course, because I learn fundamentals concepts of deep learning.
创建者 Maximilian B
•Sep 22, 2018
Teaching an very intuitive understanding of Neural Networks (which is not misleadingly using a brain neuron as a bases for understanding).
Lots of repetition of the linear combinations and activation functions in Forward & Back propagation but that's probably good for remembering.
创建者 Hormoz S
•Oct 23, 2017
A very nice refresher for linear algebra and logistic regression all the way to multi-layer networks with a well organized chapter and exercises to help student focus on the subject with minimal distraction by infrastructure implementation. Also a good introduction to use python.
创建者 Marc W
•Sep 8, 2017
Course content stretched the mind, but in a good way. the programming assignments were sufficiently guided that little/no knowledge of python was necessary to complete the course - though - I found out the hard way that errors in python took a while to fix.
overall a great course
创建者 shunming
•Aug 11, 2017
This course is fantastic. Beginning from the pictures, trying to show the structure of algorithm in a easy way, and then explain methods behind specified algorithm. Everything is explained in details, students withou good mathmatic background can understand all the things easily.
创建者 Thomas A C
•Apr 15, 2023
It's a very good introduction to NN and Deep Learning. The material is good for people with and without a mathematical background. The mathematical details are shown and derived; however, the math is also summarized for those interested getting to know the basic understanding.
创建者 Al L
•Mar 28, 2021
I have implemented neural networks before and taken courses on them, but I never fully understood how backward progation works until this course and deriving how the weights are updated via chain rule. Also really enjoy the extra videos, esp. Ian Goodfellow's advice (and book).
创建者 Darryl S W S
•Nov 5, 2020
This course covers the basics of Logistic Regression and the intuitions behind shallow and deep neural networks. It is definitely a go-to course for ANYONE who wishes to understand MORE about the inner workings of a neural network, albeit not VERY in-depth. Easy to understand :D
创建者 Edson C
•Jun 21, 2020
What really impresses me is not only learning, it is also being able to apply the knowledge we learn. Here i have this privilege, which represents a big step towards achieving my professional goals and creating positive impacts bu applying artificial intelligence. Thanks so much
创建者 shawn w
•Apr 6, 2020
Amazing course. Videos were instructional, applicable, and thorough. The programming assignments were well thought out and challenged ML knowledge appropriately. Finally, the implementation of this course was well designed. I feel I actually learn ML well in Andrew Ng's courses!
创建者 Wojciech P
•Aug 16, 2018
Great course! It provides in-depth knowledge of mechanisms behind neural networks such as gradient decent, forward and backward propagation with perfect balance between intuition and math proofs. It was my first course about Deep Learning and Neural Networks and it was worth it.
创建者 Matt B
•Mar 26, 2018
While I've read a deep learning book and some articles before taking this course, this course really helps make deep learning concepts feel very concrete. You probably want to know some python before taking the course, but you could likely pick up what you need to along the way.
创建者 Siyuan A
•Jan 25, 2018
It would be better if we could have some material, like a PDF file, as a summary so that when we have some questions in assignments, we can loot it up. Right now I can only review the videos and it seems to be less efficient. Anyway great course and great teacher. Thanks a lot!
创建者 Jagan K G
•Oct 24, 2021
This is a great course to understand the deep learning concepts. Also the assignment using python gives the hands on experience on creating the deep learning model using numpy.
I would recommend this course for people who want to start learning the deep learning from begining.
创建者 Gregory W W
•Jan 11, 2021
Amazing course very well explained. I was able to right my own code with my own variable values and my images so I did learn a lot and I do recommend it. If you are someone who likes AI or machine learning or just a python in general this course is for you! Doesn't hurt to try!
创建者 Tamoghno D
•Sep 10, 2020
Great theory explanations and the notebooks are just excellent. They really bolster the concepts, and are very well-guided. There is a bit too much hand holding though, and some of the maths behind the derivations os backpropagation are omitted, which does cause some confusion.
创建者 Meghal S
•Aug 9, 2020
One of the best course I have ever learnt for learning Deep Learning from Scratch. I highly recommend this course to all, who wants to learn Deep Learning. I really would like to finish all courses of the specialization. Thank you very much for offering such a wonderful course.
创建者 Pratyush S
•Jul 17, 2019
Exceptional and perfect to the core, this course is the perfect introduction to the field of Deep Learning. Well designed programming exercises and quizzes by the team and all of this is spearheaded by Professor Andrew Ng! Thank you sir for helping us learn something so easily!
创建者 Rajiv J
•Jun 30, 2019
Excellent course from Prof. Andrew Ng, providing detailed information on every topic in a clear and elaborate manner. The course material is too good and the practice exam approach using Jupyter is amazing, helped learn quicker. Thanks very much Coursera for such a nice course.
创建者 Aditya B
•Feb 5, 2019
All concepts are explained with great simplicity. A little light on the math side, but Andrew Ng doesn't leave any stone unturned. Definitely helpful if you have basic knowledge of Python and Machine Learning. However, at times, the superscripts and subscripts do get confusing!