SK
Jul 7, 2021
Very informative course by Andrew Ng and team.Teaches everything from the basics and helps you understand difficult topics (as i thought before taking this course) such as Deep Neural Networks easily.
ZR
Jan 3, 2020
At first, I want to thank the course teacher and all the others for providing us such a wonderful course. The way the professor teaches is really very very helpful. Thank you all again and keep it up.
By Bidyut D
•Aug 27, 2019
I have learned a lot of basic ideas about neural networks. I have also learned about the basic programming of binary classifier in layer 1, layer 2 and Layer L. This course is very suitable for beginners who want to write codes in python for classification.
By Cameron F
•May 18, 2019
Fantastic course. I had been banging my head against the wall for a while with this material and Andrew explained it in such a simple way. The exercises were very helpful. By the end of this course you will have built a deep neural network just using numpy.
By Leandro O B
•May 17, 2019
Amazing introduction to Deep Learning starting from the basics (logistic regression) and building up to deep networks. All the necessary math is explained in the videos and we implement all steps of the algorithms using NumPy in the programming assignments.
By Suvro B
•May 2, 2019
Amazing course. Very structured and highly technical. Next step for me is to pick any project of my own choice and build that using Deep Learning from the first principle. Special thanks to Andrew and team who made this course so special :) with love Suvro.
By Maciek D
•Jan 11, 2019
Very good and well explained course. Even though it has been almost 2 decades since I had my linear algebra I could follow. Really a must have for anybody with minimal coding/maths understanding and willing to learn something new about deep learning and NN.
By Vivien H
•Oct 4, 2018
Really well-curated course with excellent lectures and really great hands-on content, plus lots of room for thinking around the topic. I've tried a few intro ML courses/books and this is the best by far! Looking forward to continuing with the specialization
By Vishal V
•Oct 4, 2018
An amazing foray into the world of deep learning! It has everything a learner expects from a course. Excellent concept introduction, apt examples, good mentorship and interviews with role-models. This is a must take course for introduction to deep learning.
By Kapil D
•Apr 10, 2018
Course content is very good. Andrew Ng's style of teaching is phenomenal. He has a knack for uncomplicating an otherwise complex subject matter. Highly recommended for anyone who is trying to understand the fundamentals of neural networks and deep learning.
By Linghao L
•Dec 24, 2017
I like this course so much, due to its bridge effect from theoratical inference to real implementation. Thanks Andrew for making such a good deep learning course for whoever wants to enjoy the charm of deep learning and witness how AI will change the world.
By Bruh
•Jun 20, 2022
To me this course is absolutely perfect if you want to know how does neural network work from scratch. Very recommended! Make sure you've already know about python programming or some machine learning knowledge so you can catch up with this course pace. :)
By Lucas M
•Dec 15, 2021
Good practice exercises and clear lectures. Assembling the network step by step really helped me understand the linear algebra steps involved. I had some experience using APIs, but this course was very useful to understand what is happening under the hood.
By v n k
•Jun 23, 2021
A great, course that introduces sound fundamentals, to get started with basic vanilla neural network architectures. And the assigments give you a sense of accomplishement, that makes you feel confident about the implementation part of the neural networks.
By Denis D
•May 27, 2021
Very useful. First I thought, that tasks are too complex in the beginning and too easy in the end. However now I think this is a course "feature", not a "bug", so you don#t scare of NN afterwards and ready to explore them yourself in the future. Thank you!
By Dhruv P
•Feb 13, 2021
The course is designed in a way that a naive person to python coding and machine learning can easily understand the math part. I really appreciate Andrew Ng's efforts to make this course so comprehensive that I get to know a lot from this course. Thank you
By Carlos V E R
•Jan 3, 2021
Perfect course! Took me some time to finish due to work and what not and sadly, I lost the chance to finish the whole specialization using my student account but definitely has helped me learn and refresh some of the main cores in deep learning and Python!
By Rodrigo R
•Aug 5, 2020
I think this an excellent theorical-practical course. I had no problems going through the lectures and I found a lot of them reallly helpful. The exercises allowed me to pratice my python programming skills. I'm looking forward to complete the next course.
By Karthik G
•Jul 7, 2020
I thoroughly enjoyed this course, It was like a revision to what I learned a semester ago in the university, the assignments were refreshing and helped me to get a better understanding of the course materials, will continue to explore the remaining series.
By Estefania T
•Apr 27, 2020
Nice course where you learn all the fundamentals. You will understand how some algorithms, that are already developed and into libraries, work. The coding is in Python, I like it more than Matlab/Octave because you it is useful for developing real problems
By Rishi N
•Mar 16, 2020
The course was very structured and really helped me a lot to understand the backpropagation more clearly. Also, I now understand how to implement neural networks from scratch without using the inbuilt package so that I can now create my own neural network.
By Henry W
•Feb 17, 2020
The combination of lectures, quizzes, and programming exercises, Andrew's course helped me gained a basic understanding of neural network and deep learning. After taking this course, I felt more prepared to lead a team to take on machine learning projects.
By Asad A
•Aug 4, 2019
The programming exercises were very well structured. I was not planning to go through a lot of python training just to get the programming part done and thus the way everything was encapsulated allowed me to keep focus on the conceptual part of the program
By Pankaj B
•Aug 3, 2019
This is a great course because it also focuses on how matrix multiplication is happening and what shapes my matrices should be in order to get computed properly. Information was laid out in a proper format and the exercises helped to strength the concepts.
By Praveen K
•Dec 18, 2018
This is the best course of Machine Learning and Deep Learning course for the beginner. I am in love with the teaching style of the instructor Andrew Ng. Kudos to the Coursera Team for making a such a platform to provide the world class teaching accessible.
By 田玉文
•Apr 4, 2018
Really appreciated to the professor for illustrating everything so clearly and very easily to accept. I think it is kind of an art if one could make a hard topic so interesting and acceptable. I am really enjoying the processing of learning this course. :)
By yucong
•Mar 21, 2018
The course is well organized and Andrew has made the basic ideas really clear. Also, the programming assignments is amazing which help you build a neural network almost hand in hand though I do not think it is necessary to put every thing in minute detail.