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 3 weeks agoIt’s a diagram of a neural network which is the concept AI models are built on.
HeyThisIsntTheYMCA@lemmy.world 3 weeks ago
kurwa@lemmy.world 3 weeks ago
LLMs definitely, but not all machine learning uses neural networks
HeyThisIsntTheYMCA@lemmy.world 3 weeks ago
ohhhh so that’s The model for neural networks, not A model for neural networks
Tamo240@programming.dev 3 weeks 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 3 weeks 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 3 weeks 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 3 weeks 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 3 weeks 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 3 weeks 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 3 weeks ago
Not all machine learning is AI
The other way around. Machine learning is a subset of AI.
NotANumber@lemmy.dbzer0.com 2 weeks ago
You are correct. I had to actually look that up.
ghost_of_faso3@lemmygrad.ml 3 weeks 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 3 weeks ago
Thank you