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.
NL
Oct 4, 2020
This course helps me to understand the basic concept of Deep Learning. However I think this course should include at least 1 week (or 2-3 videos) about math so learners can have a better understanding
By Qing W
•Apr 20, 2020
This course is very helpful. It's a very good start for learning Neural Networks and Deep Learning. Easy to understand and follow. The instructor makes things very clear.
By Rafal L
•Apr 14, 2020
The course is very well structured. The combination of video lectures combined with programming exercises is the best way to learn the low level details of deep networks.
By Seho L
•Jan 20, 2020
Perfect starting course for the basics of deep learning. You do need to know some linear algebra and calculus and python to do this course quickly, but it isn't too hard.
By Awais I
•Dec 28, 2019
This course gives us a good introduction to neural networks.
also since it teaches us to build neural network from scratch it gives us a good understanding of neural nets.
By Abdelrahman A
•Dec 26, 2019
it is very good course to start learning neural networks and it gives me a lot of skills such as logistic regression and numpy , build neural network so i recommended it
By Alejandro F
•Dec 20, 2019
El instructor de este curso te explica claramente todo los fundamentos teóricos del mismo. Al realizar la practica es muy sencillo seguir los pasos que ahí se te indican.
By Sahan P
•Nov 22, 2019
Great Course to get a much deeper understanding of how neural networks work and the Math behind it. Recommend for people who are keen to learn how things work internally.
By Xiaolong L
•Jul 9, 2019
This is an amazing introduction to neural network, the programming assignment is awesome, I can say that I am able to build a neural network after complete the assignment
By XIAOSHAN L
•May 30, 2019
It is helpful for me to understand the basic idea of neural network. However, it is better to give us more difficult programming homework to impress us more thoughtfully.
By Abhishek M
•May 20, 2019
Gave a clear cut explanation about what lies behind the computations of Neural Networks.The sequence of videos will give you clarity about the back-propagation algorithm.
By Ruoqi Z
•Apr 11, 2019
Best course I ever took in Coursera!!!
The lectures are interesting and well prepared and assignments have clear objection and well commented!
Everything is quite clear!
By Sumit S
•Mar 4, 2019
This course clarifies a lot of myths i had about neural networks. It is very intuitively explained, especially the explanation of neural networks via logistic regression.
By Alicia K
•Nov 4, 2018
Excellent course! I highly recommend it! Andrew Ng got me up to date on my linear algebra (the basics), and provided a fantastic and intuitive overview of the technology.
By Taran R
•Sep 16, 2018
everything was really good ,but for me a good explanation of assignment on how it works(just to verify the content) after we finish completing it will make it even better
By Ugur Y
•Aug 29, 2018
I downloaded the videos to my tablet, however when I finished these videos offline, the system showed me I am not finished. It is a big problem, other things was perfect.
By Yan-Jen H
•Aug 21, 2018
Great course, Prof. Ng explains many intuitions, also these exercises are very helpful.
And, I am really enjoy watching these interviews, many useful advices and thoughts.
By chirspolo
•Aug 13, 2018
The cousera is great, which is suitable for the beginner of machine learning.I can't wait to watch all the videos, Hope i can do the great work like the Great forerunner
By Md Z S
•Apr 20, 2018
Quite happy with the maths described in the course. Great Introduction. Looking for more materials to study maths behind the forward propagation and backward propagation.
By Stephen M
•Mar 17, 2018
Andrew NG is always great. The course is structured very well - They're hard enough to be challenging (occasionally making you think for a day) but so hard that you quit.
By Sayan S
•Mar 17, 2018
Great! Prof Andrew Ng was excellent in explaining the mathematical logic. Being new to Python, it took me lot of effort to get even the simple syntax correct sometimes.
By Bhavul G
•Mar 10, 2018
Brilliant way to get started on deep learning and especially understand backprop and gradient descent for deep networks in a very intuitive and natural way. Thanks a lot!
By Yash k
•Jan 28, 2018
This course is fantastic and programming assignments were easy (if you get stuck just look in the forum) even for somebody like me who has no experience coding in python.
By Rob W
•Nov 28, 2017
There is not much (if any) new material or theory beyond the Stanford course, but I found the python implementations much simpler and more useful than the Matlab versions
By Quan T T J
•Nov 19, 2017
This courses is a great course on Deep Learning. You will learn many technique such as vectorization to make data go faster in learning process instead of using for loop.
By srikanth K
•Sep 16, 2017
This course is a must for anyone who want to understand and develop a career in neural networks. Back propagation algorithm is explained in very simple and effective way.