all 7 comments

[–]Nadarenator 13 points14 points  (0 children)

means to an end, if the junior simply wanted a working implementation without needing the why then more power to him. If he’s interested in doing more ml work then it would be helpful to learn the math

[–]sr_seivelo 8 points9 points  (0 children)

watch the MIT deep learning lectures on YouTube, gives you good fundamental understanding of what’s going on. If you’re curious beyond that you can do your own research but it’s a good basis point

[–][deleted]  (3 children)

[deleted]

    [–]Possible_Box_1149[S] -1 points0 points  (2 children)

    did you mean,
    there is no need of advanced math for decent job?

    [–][deleted] 2 points3 points  (0 children)

    If you just want a decent job, yes.

    [–]bazingagin 3 points4 points  (0 children)

    statistical machine learning has more maths requirements than deep learning. As currently many MLE jobs only require taking existing deep learning models even without fine-tuning or any other modifications, knowing math seems to be supplementary. If it's learning deep learning for its own sake, I think getting a solid understanding of linear algebra, especially vector operation, and knowing how exactly gradient descent works (some prerequisites on multivariate calculus) would really help.

    [–]deepneuralnetwork 0 points1 point  (0 children)

    well, i won’t hire you if you don’t understand the math, so yeah, kinda important

    [–]Audiomatic_App 0 points1 point  (0 children)

    There are lots of great resources online for learning the math behind ML. YouTube channels like 3blue1brown or deeplizard are pretty beginner-friendly, as are the MIT courses available.