top | item 16267519

(no title)

marrowgari | 8 years ago

If you're looking at this with the intention of getting started in Deep Learning and feeling overwhelmed by the math then Andrew Ng offers a great course on Coursera that goes over all of the formulas needed to calculate the forward propagation, loss computation, backward propagation, and gradient descent. Highly recommend it for anyone interested in breaking into the field of machine learning.

discuss

order

ransom1538|8 years ago

It is also all free on youtube: https://www.youtube.com/watch?v=UzxYlbK2c7E

marrowgari|8 years ago

This is great. But I find the advantage of Coursera is that it incorporates quizzes and programming homework into the lectures reinforcing the learning. Also, the material is updated and more relevant to today's ML problems then his 2008 lectures on youtube.

singularity2001|8 years ago

if you want to get started with machine learning you should just start with Keras and do some theory later.