AH
Apr 29, 2020
Amazing course, the lecturer breaks makes it very simple and quizzes, assignments were very helpful to ensure your understanding of the content. Hope for future learners you provide code model-answers
AA
Sep 1, 2019
I highly appreciated the interviews at the end of some weeks. I am currently trying to transition from a research background in Systems/Computational Biology to work professionally in deep learning :)
By Roisul I R
•Feb 10, 2020
Sir Andrew Ng did a marvelous job of teaching the neural networks & deep learning step by step with implementation. The concepts were well taught and the assignments were really helpful to get a clear view of how neural networks actually work and how to create your custom models.
By Jolnar A
•Nov 8, 2019
This course is very well organized, with detailed and clear explanation of difficult concepts throughout. The supporting material in the form of downloadable items is extremely helpful. Feedback to individual questions through the weekly forums is prompt and straight to the point.
By Michalis P
•Sep 25, 2019
This introductory course was fun and easy to get along.
Professor Andrew and his crew put a great effort for this course. Clear voice and image. I completed the course in less than 4-weeks and watching the videos was a quite nice experience. I can't wait to start the second course.
By Joel f
•Sep 23, 2019
The theory covered all concepts that one need to know about deep learning. The assignments were hands on. But there was a lot of guidance in the assignments. Had to write just a few lines of code. Could have been better if students were made to write the entire code by themselves.
By Chris B
•Jun 16, 2019
Very well taught. Andrew's teaching style and focus on intuition makes this course so much more valuable than workshops and other courses I've sat in on. I highly recommend it to anyone wanting to better understand the intuitive theory behind deep learning. Thanks Andrew and team!
By P M K
•Nov 20, 2017
Very lucidly designed and explained! It's quite easy to understand the complex mathematical equations due to the simplicity of the course content, definitely there has been a lot of hard work gone behind the scenes by Andrew Ng and his team. Kudos to you and Keep up the good work!
By Rami P
•Sep 21, 2017
Really enjoy the "improved" way to do the assignments (vs. to machine learning), and the flow of doing them in small parts. Videos, as normal are perfect! The only small item that could ask would be few high level videos about use of deep learning (e.g. valley company interviews).
By SAMUNDER S
•Feb 5, 2022
its really very intresting course . this course is very biggner friendly and it's took all the basic thing that you need to know to start your journy towards the deep learning engineer . the professor Anderw ng he teaching very well .this course help me a lot . Thanks Andrew Ng
By Asad H
•Aug 8, 2021
This is such an amazing and exciting course. It gives basic to advanced knowledge about deep learning workflow. I used to apply built-in functions from deep learning libraries without any idea what is happening inside them but this course gave me ample kowledge about thess events
By Syed S S
•Jul 16, 2021
This course really helps developing the basic and intermediate understanding of how linear algebra and calculus applies under the hood in neural networks, deep learning and image processing for deep learning. Very intuitive! A must do for all prospective machine learning students
By Omar H G
•Feb 10, 2021
Great course, I would recommend to take the Machine Learning course before, in order to get the concepts very clear, and also maybe Python for everyone, great course, great homeworks, the last one is the most challenging one, but once you get the logic, its confusingly satisfying
By ERSİN O E
•Nov 17, 2020
This is a very instructive and informative course including both theoretical background and implementation practice together. It is a very different experience to program a DL model that was used to be only on paper. I am thankful Prof. Andrew Ng and his team for their great job!
By JOAQUÍN S V
•Jul 21, 2020
Really complete course, also is really math heavy, I recommend complementing this with youtube videos (for example the videos that 3brown1blue made on the essence of algebra, and the ones about neural networks) and outside material, doing this really helped boost my understanding
By 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.
By 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.
By 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.
By Andreas B O
•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
By 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.
By 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.
By Maximilian B
•Sep 23, 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.
By 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.
By 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
By shunming
•Aug 12, 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.
By Thomas A C
•Apr 16, 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.
By 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).