It’s only one type of neural network. A dense MLP. You have sparse neural networks, recurrent neural networks, convolutional neural networks and more!
Comment on Squiggly Boie
HeyThisIsntTheYMCA@lemmy.world 3 days agoohhhh so that’s The model for neural networks, not A model for neural networks
NotANumber@lemmy.dbzer0.com 2 days ago
Tamo240@programming.dev 3 days 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 2 days ago
Kinda but also know. That’s specifically a dense neural network or MLP. It gets a lot more complicated than that in some cases.