• NotANumber@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      It’s only one type of neural network. A dense MLP. You have sparse neural networks, recurrent neural networks, convolutional neural networks and more!

    • Tamo240@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 hours ago

      Its an abstraction for neural networks. Different individual networks might vary in number of layers (columns), nodes (circles), or loss function (lines), but the concept is consistent across all.

      • NotANumber@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        16 minutes ago

        Kinda but also no. That’s specifically a dense neural network or MLP. It gets a lot more complicated than that in some cases.