• 1 Post
  • 2 Comments
Joined 11 months ago
cake
Cake day: September 30th, 2023

help-circle


  • hotsox@lemmy.blahaj.zonetoScience Memes@mander.xyzanswer = sum(n) / len(n)
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    5
    ·
    edit-2
    1 month ago

    Universal function approximation - neural networks.

    Auto-differentiation - algorithmic calculation of partial derivatives (aka gradients)

    Backpropagation - when using a neural network (or most ML algorithms actually), you find the difference between model prediction and original labels. And the difference is sent back as gradients (of the loss function)

    Parameter dimensionality - the “neurons” in the neural network, ie, the weight matrices.

    If thats your argument, its worse than Statistics imo. Atleast statistics have solid theorems and proofs (albeit in very controlled distributions). All DL has right now is a bunch of papers published most often by large tech companies which may/may not work for the problem you’re working on.

    Universal function approximation theorem is pretty dope tho. Im not saying ML isn’t interesting, some part of it is but most of it is meh. It’s fine.