Maths Behind Deep Learning

Hi @M_K,

Yeah, I agree that some of these Math are somewhat intimidating at first. When you dig deeper, however, it becomes more amenable and simpler (especially because it’s pretty repetitive and most of the time hidden in frameworks).

The basics are linear algebra (working with vector and matrices), probability, linear regression and, by far the most complex one, derivatives and gradients.

Here are a couple of articles I found that could be useful (in order of complexity):

Hope these make sense and help you build some more knowledge around the subject!

17 Likes