LLM models or ML in general? i’ve only known folk who worked on ML, not actually done it myself
Comment on Squiggly Boie
wander1236@sh.itjust.works 1 day agoIt’s a diagram of a neural network which is the concept AI models are built on.
HeyThisIsntTheYMCA@lemmy.world 1 day ago
kurwa@lemmy.world 1 day ago
LLMs definitely, but not all machine learning uses neural networks
HeyThisIsntTheYMCA@lemmy.world 1 day ago
ohhhh so that’s The model for neural networks, not A model for neural networks
Tamo240@programming.dev 1 day 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 1 day 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!
Aceticon@lemmy.dbzer0.com 1 day ago
I haven’t really done Neural Networks in 2 decades, and was under the impression that NNs pretty much dominate Machine Learning nowadays, whilst stuff like Genetic Algorithms were way less popular or not at all used anymore.
Is that the case?
howrar@lemmy.ca 23 hours ago
Neural networks are a class of models. Genetic algorithms are a class of learning algorithms. You use learning algorithms to train models. Genetic algorithms are a valid way of training neural networks, but this is not currently in vogue. They’re typically trained via gradient descent.
Nikls94@lemmy.world 1 day ago
I don’t know if it is the case for the world today, but all those Models behave like genetic algorithms and IF-functions with a little RNG sprinkled on top of them.
NotANumber@lemmy.dbzer0.com 1 day ago
Not all machine learning is AI. There are plenty of Machine Learning algorithms like Random Forests that are not neural networks. Deep learning would be big neural networks.
howrar@lemmy.ca 23 hours ago
Not all machine learning is AI
The other way around. Machine learning is a subset of AI.
ghost_of_faso3@lemmygrad.ml 1 day ago
just from being a dumbass and not knowing what AI shit is I thought it was a representation of the double-slit experiment i
idiomaddict@lemmy.world 1 day ago
Thank you