Models were a thing even some 30 or 40 years ago. Processing power makes most of the difference today: it allows larger models and quicker results.
Models were a thing even some 30 or 40 years ago. Processing power makes most of the difference today: it allows larger models and quicker results.
bathing_in_bismuth@sh.itjust.works 15 hours ago
I didn’t know. Are you somewhat informed about the history of models? I’d love to hear it from you instead of a random crypto bros’ LLM summary. Thanks!
brucethemoose@lemmy.world 14 hours ago
Machine learning has been a field for years, as others said, yeah, but Wikipedia would be a better expansion of the topic. In a nutshell, it’s largely about predicting outputs based on trained input examples.
It doesn’t have to be text. For example, astronmers use it to find certain kinds of objects in raw data feeds. Object recognition (identifying things in pictures with little bounding boxes) is an old art at this point. And yes, image similarity is another, though not entirely machine learning based. IDK what Tineye does in their backend, but there are some more “oldschool” approaches using more traditional programming techniques, generating signatures for images.
Seperately, image similarity metrics (like lpips or SSIM), that measure the difference between two images as a number (where, say, 1 would be a perfect mach and 0 totally unrelated) are common components in machine learning pipelines. So are text embedding models, which do the same with text.
Nemo@slrpnk.net 12 hours ago
As a transmillenial student of AI / ML, great write-up.
Zwuzelmaus@feddit.org 12 hours ago
I don’t remember too much tbh, just that we heard about the theory at university and tried out some of the mathematical methods. They were tiresome ;)
Today I would recommend to start your studies on the wikipedia pages about Markov models and about machine learning.
howrar@lemmy.ca 11 hours ago
Yann Lecun gave us convolutional neural networks (CNNs) in 1998. These are the models that are used for pretty much all specialized computer vision tasks even today. TinyEye came into existence ten years later in 2008. I can’t tell you if they used CNNs, but they were certainly available.